Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced typeof with _.isString | Greg Hysen | 2019-02-08 | 1 | -2/+2 |
* | Changelog for utils package | Greg Hysen | 2019-02-08 | 1 | -0/+9 |
* | Signature parsing tests | Greg Hysen | 2019-02-08 | 3 | -1/+394 |
* | More robust/simple signature parsing, using a parse tree | Greg Hysen | 2019-02-08 | 4 | -98/+146 |
* | Publish | Leonid Logvinov | 2019-02-07 | 1 | -2/+2 |
* | Updated CHANGELOGS | Leonid Logvinov | 2019-02-07 | 1 | -2/+2 |
* | Updated CHANGELOGS | Leonid Logvinov | 2019-02-07 | 2 | -0/+13 |
* | Publish | Fabio Berger | 2019-02-06 | 1 | -2/+2 |
* | Updated CHANGELOGS | Fabio Berger | 2019-02-06 | 2 | -1/+6 |
* | Added NULL decoding tests for return values | Greg Hysen | 2019-02-06 | 2 | -62/+214 |
* | updated changelog for utils | Greg Hysen | 2019-02-06 | 1 | -0/+9 |
* | Ran prettier + linter | Greg Hysen | 2019-02-06 | 7 | -10/+12 |
* | Test cases for handling NULL input for all data types | Greg Hysen | 2019-02-06 | 2 | -12/+162 |
* | Handle NULL input for all data types | Greg Hysen | 2019-02-06 | 12 | -6/+85 |
* | Publish | Leonid Logvinov | 2019-02-05 | 1 | -5/+5 |
* | Updated CHANGELOGS | Leonid Logvinov | 2019-02-05 | 2 | -1/+10 |
* | CI test for dependencies to have the same version (#1556) | Xianny | 2019-02-05 | 1 | -3/+3 |
* | Add missing comma | Fabio Berger | 2019-02-05 | 1 | -1/+1 |
* | Decode NULL as false | Greg Hysen | 2019-02-05 | 3 | -1/+29 |
* | Merge branch 'development' into feature/bignumber-8.0 | Leonid Logvinov | 2019-01-18 | 1 | -1/+1 |
|\ | |||||
| * | Allow matching of uint80 in evm_data_type | hosyvietanh | 2019-01-17 | 1 | -1/+1 |
* | | Fix prettier | Leonid Logvinov | 2019-01-16 | 1 | -8/+4 |
* | | Add CHANGELOG entries | Leonid Logvinov | 2019-01-16 | 1 | -4/+17 |
* | | Convert address strings to lower case before parsing them as BigNumbers | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 |
* | | Fix a bug when we didn't call isNaN function and assumed it's a property | Leonid Logvinov | 2019-01-15 | 2 | -2/+2 |
* | | Add a throw reason in tests | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 |
* | | Add a NAN check when parsing BigNumber candidate | Leonid Logvinov | 2019-01-15 | 1 | -1/+3 |
* | | Convert address strings to lower case before parsing them as BigNumbers | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 |
* | | Upgrade chai-bignumber | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 |
* | | Use new check for isBigNumber | Leonid Logvinov | 2019-01-15 | 1 | -2/+3 |
* | | Upgrade chai-bignumber | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 |
* | | Upgrade bignumber.js version | Leonid Logvinov | 2019-01-15 | 5 | -10/+10 |
|/ | |||||
* | Publish | Leonid Logvinov | 2019-01-15 | 1 | -5/+5 |
* | Updated CHANGELOGS | Leonid Logvinov | 2019-01-15 | 2 | -0/+13 |
* | strict decoding of return values using generics | Greg Hysen | 2019-01-15 | 1 | -10/+11 |
* | Ran prettier | Greg Hysen | 2019-01-15 | 1 | -5/+15 |
* | Fix build after rebase | Greg Hysen | 2019-01-15 | 1 | -1/+1 |
* | Style cleanup for Compressed Calldata in Contract Wrappers PR | Greg Hysen | 2019-01-15 | 6 | -20/+21 |
* | Renamed signatureParser.ts to signature_parser.ts | Greg Hysen | 2019-01-15 | 2 | -1/+1 |
* | Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects` | Greg Hysen | 2019-01-15 | 3 | -39/+39 |
* | Ran linter | Greg Hysen | 2019-01-15 | 1 | -1/+0 |
* | Ran prettier and linter | Greg Hysen | 2019-01-15 | 13 | -176/+190 |
* | Ran prettier | Greg Hysen | 2019-01-15 | 9 | -63/+65 |
* | Use string argument encoding with new encoder | Greg Hysen | 2019-01-15 | 4 | -20/+22 |
* | Finished porting new abi encoder to contracts | Greg Hysen | 2019-01-15 | 4 | -22/+10 |
* | Generalized `create` for signature / dataItems. Cleaner. | Greg Hysen | 2019-01-15 | 4 | -187/+166 |
* | Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/... | Greg Hysen | 2019-01-15 | 20 | -73/+449 |
* | Works for almost all tests | Greg Hysen | 2019-01-15 | 1 | -0/+6 |
* | Working for almost every test | Greg Hysen | 2019-01-15 | 4 | -5/+28 |
* | Ensure that addresses are lower case | Greg Hysen | 2019-01-15 | 1 | -1/+2 |
* | Progress | Greg Hysen | 2019-01-15 | 1 | -8/+9 |
* | Publish | Fabio Berger | 2019-01-12 | 1 | -5/+5 |
* | Updated CHANGELOGS | Fabio Berger | 2019-01-12 | 2 | -1/+6 |
* | Update prettier to version ^1.15.3 | Alex Browne | 2019-01-11 | 2 | -10/+6 |
* | chore: changelog update | fragosti | 2019-01-10 | 1 | -0/+9 |
* | fix: account for undefined errors in promisify, not only null | fragosti | 2019-01-10 | 1 | -1/+1 |
* | Publish | Fabio Berger | 2019-01-09 | 1 | -2/+2 |
* | Updated CHANGELOGS | Fabio Berger | 2019-01-09 | 2 | -1/+10 |
* | Add prefix to names of properties in EncodingRules and DecodingRules | Amir Bandeali | 2019-01-08 | 9 | -21/+32 |
* | Move logWithTime to logUtils | Leonid Logvinov | 2018-12-19 | 3 | -0/+15 |
* | Publish | Leonid Logvinov | 2018-12-14 | 1 | -5/+5 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-12-14 | 1 | -2/+2 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-12-14 | 2 | -0/+13 |
* | Publish | Fabio Berger | 2018-12-12 | 1 | -5/+5 |
* | Updated CHANGELOGS | Fabio Berger | 2018-12-12 | 2 | -3/+3 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-12-11 | 1 | -0/+4 |
* | Implement prefer-template tslint rule | kao | 2018-12-08 | 2 | -4/+4 |
* | Fix import export so that it works with doc gen | Fabio Berger | 2018-11-30 | 1 | -2/+1 |
* | Ran prettier | Greg Hysen | 2018-11-29 | 1 | -1/+2 |
* | Changelog for ABI Encoder | Greg Hysen | 2018-11-29 | 1 | -0/+9 |
* | Linter / Prettier | Greg Hysen | 2018-11-29 | 3 | -13/+13 |
* | Explicit imports for calldata | Greg Hysen | 2018-11-29 | 19 | -43/+46 |
* | Explicit imports for abstract data types. | Greg Hysen | 2018-11-29 | 17 | -35/+42 |
* | Explicit imports for EVM Data Types | Greg Hysen | 2018-11-29 | 14 | -77/+88 |
* | Optimize calldata by default. | Greg Hysen | 2018-11-29 | 1 | -1/+1 |
* | Explicit encoding rules in tests. | Greg Hysen | 2018-11-29 | 4 | -102/+106 |
* | Changed constants to an exported enum; this is 0x convention | Greg Hysen | 2018-11-29 | 17 | -73/+75 |
* | Use SolidityTypes from `ethereum-types` package. | Greg Hysen | 2018-11-29 | 8 | -20/+20 |
* | Use ethUti.isValidAddress in encoder | Greg Hysen | 2018-11-29 | 2 | -9/+4 |
* | Fixed build error: was using `this` instead of class name to reference a stat... | Greg Hysen | 2018-11-29 | 1 | -1/+1 |
* | Style cleanup. Improved wording of some error messages. | Greg Hysen | 2018-11-29 | 11 | -36/+43 |
* | Changed remaining instances of implicit `bool` casts to explicit lodash calls | Greg Hysen | 2018-11-29 | 3 | -5/+6 |
* | Changed from <string>.startsWith to _.startsWith | Greg Hysen | 2018-11-29 | 7 | -7/+7 |
* | Switched implicit conversions to explicit lodash calls | Greg Hysen | 2018-11-29 | 4 | -9/+9 |
* | Replaced null/undefined checks with lodash | Greg Hysen | 2018-11-29 | 9 | -28/+33 |
* | Tests use to.be.deep.equal instead of JSON | Greg Hysen | 2018-11-29 | 4 | -252/+84 |
* | Ran prettier | Greg Hysen | 2018-11-29 | 5 | -12/+23 |
* | Comments to Set datatype | Greg Hysen | 2018-11-29 | 1 | -42/+35 |
* | Linter on Calldata | Greg Hysen | 2018-11-29 | 1 | -20/+19 |
* | Moved some consts outside of a loop | Greg Hysen | 2018-11-29 | 1 | -5/+6 |
* | Added inline documentation for Calldata class | Greg Hysen | 2018-11-29 | 2 | -84/+147 |
* | Linter for Calldata Block Iterator | Greg Hysen | 2018-11-29 | 2 | -13/+26 |
* | Moved calldata iterator logic into its own iterator clas | Greg Hysen | 2018-11-29 | 5 | -62/+119 |
* | Payload -> Blob, Dependent -> Pointer, Member -> Set | Greg Hysen | 2018-11-29 | 25 | -132/+130 |
* | Comments for Address | Greg Hysen | 2018-11-29 | 1 | -5/+5 |
* | Comments for Array | Greg Hysen | 2018-11-29 | 1 | -16/+23 |
* | Comments and inline documentation for dynamic bytes | Greg Hysen | 2018-11-29 | 4 | -29/+40 |
* | Removed abstract Number class. | Greg Hysen | 2018-11-29 | 3 | -59/+67 |
* | Abstracted out encoding/decoding of numeric values into its own utility. Coul... | Greg Hysen | 2018-11-29 | 9 | -81/+125 |
* | Final rounds on evm data types | Greg Hysen | 2018-11-29 | 4 | -42/+59 |
* | Moved encoder selector check into DataType | Greg Hysen | 2018-11-29 | 2 | -14/+10 |
* | Made default encoding/decoding rules global to all modules in encoder | Greg Hysen | 2018-11-29 | 3 | -16/+18 |
* | Removed mapDataItemToDataType from Factory. Now its just ::create() | Greg Hysen | 2018-11-29 | 4 | -42/+25 |
* | Some minor cleanup in ABI Encoder | Greg Hysen | 2018-11-29 | 5 | -25/+26 |
* | Prepended `front` to function names in Queue | Greg Hysen | 2018-11-29 | 3 | -14/+14 |
* | Ran prettier | Greg Hysen | 2018-11-29 | 2 | -2/+2 |
* | moved abi encoder constants into utils dir | Greg Hysen | 2018-11-29 | 14 | -15/+15 |
* | Split ABI Encoder/Decoder tests into separate files | Greg Hysen | 2018-11-29 | 10 | -1854/+1868 |
* | Merge above | Greg Hysen | 2018-11-29 | 6 | -0/+390 |
* | Ran prettier | Greg Hysen | 2018-11-29 | 14 | -376/+15 |
* | Ran prettier | Greg Hysen | 2018-11-29 | 11 | -11/+10 |
* | Split Calldata into multiple files - 1 class per file | Greg Hysen | 2018-11-29 | 14 | -535/+571 |
* | Split EVM data types and factory into separate files | Greg Hysen | 2018-11-29 | 18 | -587/+769 |
* | Renaming some EVM data types for clarity | Greg Hysen | 2018-11-29 | 2 | -76/+76 |
* | Fixed linter errors in package.json | Greg Hysen | 2018-11-29 | 1 | -1/+4 |
* | Fixed linter errors on tests | Greg Hysen | 2018-11-29 | 4 | -133/+141 |
* | Fixed linter errors on evm_data_types | Greg Hysen | 2018-11-29 | 2 | -194/+190 |
* | Fixed linter errors on data_type.ts | Greg Hysen | 2018-11-29 | 4 | -162/+171 |
* | Ran prettier on utils | Greg Hysen | 2018-11-29 | 7 | -36/+463 |
* | Moved global constants to separate file | Greg Hysen | 2018-11-29 | 1 | -0/+6 |
* | Ran linter on Calldata | Greg Hysen | 2018-11-29 | 2 | -275/+241 |
* | Tests for decoding return values + Ability to encode return values | Greg Hysen | 2018-11-29 | 2 | -9/+79 |
* | Arrays nested in tuples | Greg Hysen | 2018-11-29 | 1 | -0/+92 |
* | Multidimensional Array tests | Greg Hysen | 2018-11-29 | 1 | -74/+80 |
* | Optimizer Tests | Greg Hysen | 2018-11-29 | 2 | -160/+200 |
* | Cleaning up optimizer tests | Greg Hysen | 2018-11-29 | 6 | -605/+687 |
* | All 71 tests passing. Both for function encoding and individual types. | Greg Hysen | 2018-11-29 | 2 | -3/+4 |
* | Temporary change for testing functions | Greg Hysen | 2018-11-29 | 2 | -7/+4 |
* | tests for String | Greg Hysen | 2018-11-29 | 2 | -41/+123 |
* | Tests for Static Bytes | Greg Hysen | 2018-11-29 | 2 | -40/+140 |
* | Unsigned Integers | Greg Hysen | 2018-11-29 | 1 | -19/+145 |
* | Tests for Integer (tested 256 / 32 bit integers) | Greg Hysen | 2018-11-29 | 2 | -26/+180 |
* | Tests for Bool | Greg Hysen | 2018-11-29 | 1 | -12/+31 |
* | Tests for Address | Greg Hysen | 2018-11-29 | 4 | -16/+66 |
* | Tests for Tuple | Greg Hysen | 2018-11-29 | 1 | -5/+62 |
* | Tests - Encode/Decode Array | Greg Hysen | 2018-11-29 | 2 | -26/+46 |
* | Fixed issue with decoding negative ints with width < 256 | Greg Hysen | 2018-11-29 | 3 | -238/+246 |
* | Use new ABI Encoder for contracts | Greg Hysen | 2018-11-29 | 5 | -7/+102 |
* | Exports AbiEncoder as 1 unit | Greg Hysen | 2018-11-29 | 2 | -4/+5 |
* | Removed unnecessary imports from abi encoder tets | Greg Hysen | 2018-11-29 | 2 | -6/+1 |
* | Moved Abi Encoder into utils package | Greg Hysen | 2018-11-29 | 8 | -0/+3157 |
* | Publish | Fabio Berger | 2018-11-22 | 1 | -2/+2 |
* | Updated CHANGELOGS | Fabio Berger | 2018-11-22 | 2 | -0/+13 |
* | Publish | Leonid Logvinov | 2018-11-14 | 1 | -1/+1 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-11-14 | 2 | -0/+13 |
* | feat(order_utils.py) generate_order_hash_hex() (#1234) | F. Eugene Aumson | 2018-11-14 | 1 | -0/+23 |
* | Publish | Jacob Evans | 2018-11-09 | 1 | -5/+5 |
* | Updated CHANGELOGS | Jacob Evans | 2018-11-09 | 2 | -0/+13 |
* | Added more comments | Remco Bloemen | 2018-11-09 | 1 | -0/+5 |
* | Merge remote-tracking branch 'origin/development' into feature/utils/prettybi... | Remco Bloemen | 2018-11-09 | 12 | -45/+415 |
|\ | |||||
| * | chore: Add --format stylish to tslint | Alex Browne | 2018-10-24 | 1 | -1/+1 |
| * | Publish | Leonid Logvinov | 2018-10-18 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Leonid Logvinov | 2018-10-18 | 2 | -1/+14 |
| * | Fix ethereum-types versions | Leonid Logvinov | 2018-10-18 | 1 | -1/+1 |
| * | chore: update ethers import in utils | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| * | chore: change README.md from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -6/+6 |
| * | chore: change tslint.json from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| * | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 2 | -5/+5 |
| * | chore: tslint fix | Fabio Berger | 2018-10-18 | 1 | -0/+1 |
| * | chore: Re-cast to EventAbi after checking the the type is set to 'event' | Fabio Berger | 2018-10-18 | 1 | -3/+4 |
| * | Remove unused copyfiles dependencies | Alex Browne | 2018-10-16 | 1 | -1/+0 |
| * | Stop accesing ethers private methods | Leonid Logvinov | 2018-10-09 | 1 | -3/+2 |
| * | Fix ethers build issue | Leonid Logvinov | 2018-10-09 | 1 | -3/+4 |
| * | Upgrade ethers.js version | Leonid Logvinov | 2018-10-09 | 1 | -1/+1 |
| * | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 2 | -5/+5 |
| * | Return SignedOrder from signing utils. | Jacob Evans | 2018-10-05 | 1 | -10/+19 |
| * | Add eth_signTypedData support to our wallet subproviders | Jacob Evans | 2018-10-05 | 2 | -40/+65 |
| * | Move SignTypedData to utils package | Jacob Evans | 2018-10-05 | 3 | -0/+189 |
| * | Publish | Brandon Millman | 2018-10-05 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Brandon Millman | 2018-10-05 | 2 | -4/+17 |
| * | Introduce a build:ci command that doesn't build webpack bundles | Leonid Logvinov | 2018-10-02 | 1 | -0/+1 |
| * | Update package.json versions to match the npm ones | Leonid Logvinov | 2018-10-02 | 1 | -1/+1 |
| * | Updated CHANGELOGS | Leonid Logvinov | 2018-10-02 | 2 | -0/+13 |
| * | Publish | Fabio Berger | 2018-09-29 | 1 | -4/+4 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-09-29 | 2 | -1/+6 |
| * | Remove ethers.js carret as it's a beta version | Leonid Logvinov | 2018-09-27 | 1 | -1/+1 |
| * | Merge branch 'development' into feature/ts-ethers | Leonid Logvinov | 2018-09-26 | 3 | -5/+44 |
| |\ | |||||
| | * | Publish | Fabio Berger | 2018-09-26 | 1 | -4/+4 |
| | * | Updated CHANGELOGS | Fabio Berger | 2018-09-26 | 2 | -0/+13 |
| | * | Publish | Leonid Logvinov | 2018-09-25 | 1 | -2/+2 |
| | * | Updated CHANGELOGS | Leonid Logvinov | 2018-09-25 | 2 | -0/+13 |
| | * | Publish | Leonid Logvinov | 2018-09-21 | 1 | -4/+4 |
| | * | Updated CHANGELOGS | Leonid Logvinov | 2018-09-21 | 2 | -0/+13 |
| | * | Don't depend on a specific version of node types | Leonid Logvinov | 2018-09-21 | 1 | -1/+1 |
| * | | Add CHANGELOG entries | Leonid Logvinov | 2018-09-21 | 1 | -0/+9 |
| * | | Remove unused import | Leonid Logvinov | 2018-09-21 | 1 | -1/+0 |
| * | | Fixes for the breaking changes in ethers | Leonid Logvinov | 2018-09-19 | 2 | -6/+12 |
| * | | Upgrade to TS version of ethers | Leonid Logvinov | 2018-09-19 | 1 | -1/+1 |
| |/ | |||||
| * | Publish | Fabio Berger | 2018-09-05 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-09-05 | 2 | -0/+13 |
| * | Remove types for detect-node from typescript-typings | Leonid Logvinov | 2018-09-04 | 1 | -0/+1 |
| * | feat: Add support for TypeScript project references (#991) | Alex Browne | 2018-08-30 | 2 | -3/+3 |
| * | Publish | Fabio Berger | 2018-08-27 | 1 | -2/+2 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-08-27 | 2 | -0/+13 |
| * | Publish | Fabio Berger | 2018-08-25 | 1 | -5/+5 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-08-25 | 2 | -4/+18 |
| * | Merge development branch | Fabio Berger | 2018-08-22 | 4 | -6/+15 |
| |\ | |||||
| * | | Add doc comments to AbiDecoder | Fabio Berger | 2018-08-22 | 1 | -1/+18 |
| * | | Merge development | Fabio Berger | 2018-08-17 | 1 | -2/+2 |
| |\ \ | |||||
| * \ \ | Merge development | Fabio Berger | 2018-08-15 | 7 | -15/+200 |
| |\ \ \ | |||||
| * | | | | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate... | Fabio Berger | 2018-07-30 | 2 | -13/+3 |
* | | | | | Fix isNode | Remco Bloemen | 2018-11-09 | 1 | -1/+1 |
* | | | | | Add upstream issue | Remco Bloemen | 2018-08-22 | 1 | -0/+1 |
* | | | | | Use const require instead of import | Remco Bloemen | 2018-08-22 | 1 | -1/+5 |
* | | | | | Fix tslint issues | Remco Bloemen | 2018-08-22 | 1 | -2/+3 |
* | | | | | Use detect-node | Remco Bloemen | 2018-08-22 | 1 | -1/+2 |
* | | | | | Set curstom inspect printer in BigNumber | Remco Bloemen | 2018-08-22 | 1 | -0/+11 |
| |_|_|/ |/| | | | |||||
* | | | | Fix file name from camel to snake case | Fabio Berger | 2018-08-21 | 2 | -1/+1 |
* | | | | Fix typos, run prettier, and allow anyone to call on DummyERC721Token | Amir Bandeali | 2018-08-17 | 1 | -1/+2 |
* | | | | Update CHANGELOGs | Amir Bandeali | 2018-08-17 | 1 | -0/+4 |
* | | | | Store methodId and number of indexed args in AbiDecoder to differentiate betw... | Amir Bandeali | 2018-08-17 | 1 | -5/+9 |
| |_|/ |/| | | |||||
* | | | Bump copyfiles from 1.2.0 to 2.0.0 | dependabot[bot] | 2018-08-15 | 1 | -1/+1 |
* | | | feat: Upgrade TypeScript to 3.0.1 | Alex Browne | 2018-08-15 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Publish | Alex Browne | 2018-08-14 | 1 | -9/+9 |
* | | Updated CHANGELOGS | Alex Browne | 2018-08-14 | 2 | -4/+9 |
* | | fix: Update dependencies | Alex Browne | 2018-08-10 | 1 | -2/+2 |
* | | Update comment about ethers checksummed address behavior | Alex Browne | 2018-08-09 | 1 | -3/+3 |
* | | Add packages/coverage/.gitkeep file | Alex Browne | 2018-08-09 | 1 | -0/+0 |
* | | Update CI config and package.json to run @0xproject/utils tests on CI | Alex Browne | 2018-08-09 | 1 | -1/+5 |
* | | Move some ethers-related types to typescript-typings/ethers | Alex Browne | 2018-08-09 | 1 | -12/+6 |
* | | Apply prettier | Alex Browne | 2018-08-09 | 2 | -8/+11 |
* | | Add strictArgumentEncodingCheck to BaseContract and use it in contract templates | Alex Browne | 2018-08-09 | 4 | -4/+183 |
* | | Update TypeScript to version 2.9.2 | Alex Browne | 2018-08-09 | 1 | -1/+1 |
|/ | |||||
* | Add combinatorial tests for internal Exchange functions (#807) | Alex Browne | 2018-07-27 | 2 | -2/+16 |
* | Publish | Fabio Berger | 2018-07-26 | 1 | -2/+2 |
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -0/+13 |
* | Publish | Fabio Berger | 2018-07-26 | 1 | -6/+6 |
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -0/+13 |
* | Publish | Fabio Berger | 2018-07-26 | 1 | -6/+6 |
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -0/+13 |
* | Revert to publishing ethereum-types | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
* | Temporarily have all packages depend on an older, published version of ethere... | Fabio Berger | 2018-07-26 | 1 | -1/+1 |
* | Revert "Temporarily add changelog & package.json version changes" | Fabio Berger | 2018-07-25 | 2 | -13/+0 |
* | Temporarily add changelog & package.json version changes | Fabio Berger | 2018-07-24 | 2 | -0/+13 |
* | Merge fix-rc-packages | Fabio Berger | 2018-07-24 | 1 | -0/+15 |
|\ | |||||
| * | Add troubleshooting section to utils README | Fabio Berger | 2018-07-23 | 1 | -1/+15 |
| * | Add additional required tsconfig option for utils package since it now relies... | Fabio Berger | 2018-07-23 | 1 | -0/+1 |
* | | Revert "Revert "Publish"" | Fabio Berger | 2018-07-24 | 1 | -6/+6 |
* | | Revert "Publish" | Leonid Logvinov | 2018-07-23 | 1 | -6/+6 |
* | | Publish | Leonid Logvinov | 2018-07-23 | 1 | -6/+6 |
* | | Updated CHANGELOGS | Leonid Logvinov | 2018-07-23 | 2 | -2/+11 |
|/ | |||||
* | Merge branch 'v2-prototype' into bug/website/fix-website | Brandon Millman | 2018-07-21 | 1 | -0/+1 |
|\ | |||||
| * | Add missing timestamp to CHANGELOG entries | Fabio Berger | 2018-07-21 | 1 | -0/+1 |
* | | Add changelog entry for @0xproject/utils | Brandon Millman | 2018-07-21 | 1 | -0/+9 |
* | | Add AbortController polyfill to fetchAsync in utils | Brandon Millman | 2018-07-21 | 2 | -0/+4 |
|/ | |||||
* | FIx a typo | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | @0xproject/utils@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Add a missing CHANGELOG entry | Leonid Logvinov | 2018-07-20 | 1 | -0/+9 |
* | Change all package to depend on the new @0xproject/types@1.0.0-rc.1 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Change all package to depend on the new @0xproject/tslint-config@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |