| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Publishethereum-types@1.1.4@0x/website@0.0.63@0x/web3-wrapper@3.2.1@0x/utils@2.0.8@0x/typescript-typings@3.0.6@0x/types@1.4.1@0x/tslint-config@2.0.0@0x/testnet-faucets@1.0.60@0x/subproviders@2.1.8@0x/sra-spec@1.0.13@0x/sol-resolver@1.1.1@0x/sol-doc@1.0.11@0x/sol-cov@2.1.16@0x/sol-compiler@1.1.16@0x/react-shared@1.0.25@0x/react-docs@1.0.22@0x/pipeline@1.0.2@0x/order-watcher@2.2.8@0x/order-utils@3.0.7@0x/migrations@2.2.2@0x/metacoin@0.0.32@0x/json-schemas@2.1.4@0x/instant@1.0.4@0x/fill-scenarios@1.0.16@0x/dev-utils@1.0.21@0x/dev-tools-pages@0.0.10@0x/contracts-utils@1.0.1@0x/contracts-tokens@1.0.1@0x/contracts-test-utils@1.0.2@0x/contracts-protocol@2.1.58@0x/contracts-multisig@1.0.1@0x/contracts-libs@1.0.1@0x/contracts-interfaces@1.0.1@0x/contracts-extensions@1.0.1@0x/contracts-examples@1.0.1@0x/contract-wrappers@4.1.3@0x/connect@3.0.10@0x/base-contract@3.0.10@0x/asset-buyer@3.0.4@0x/assert@1.0.20@0x/abi-gen@1.0.19@0x/abi-gen-wrappers@2.0.20x.js@2.0.8 | 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 |
* | Publishethereum-types@1.1.3@0x/website@0.0.62@0x/web3-wrapper@3.2.0@0x/utils@2.0.7@0x/typescript-typings@3.0.5@0x/types@1.4.0@0x/testnet-faucets@1.0.59@0x/subproviders@2.1.7@0x/sra-spec@1.0.12@0x/sol-resolver@1.1.0@0x/sol-doc@1.0.10@0x/sol-cov@2.1.15@0x/sol-compiler@1.1.15@0x/react-shared@1.0.24@0x/react-docs@1.0.21@0x/pipeline@1.0.1@0x/order-watcher@2.2.7@0x/order-utils@3.0.6@0x/monorepo-scripts@1.0.15@0x/migrations@2.2.1@0x/metacoin@0.0.31@0x/json-schemas@2.1.3@0x/instant@1.0.3@0x/fill-scenarios@1.0.15@0x/dev-utils@1.0.20@0x/dev-tools-pages@0.0.9@0x/contracts-test-utils@1.0.1@0x/contracts-protocol@2.1.57@0x/contract-wrappers@4.1.2@0x/connect@3.0.9@0x/base-contract@3.0.9@0x/asset-buyer@3.0.3@0x/assert@1.0.19@0x/abi-gen@1.0.18@0x/abi-gen-wrappers@2.0.10x.js@2.0.7 | 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 |
* | Publishcontracts@2.1.55@0x/website@0.0.60@0x/web3-wrapper@3.1.5@0x/utils@2.0.6@0x/types@1.3.0@0x/testnet-faucets@1.0.57@0x/subproviders@2.1.5@0x/sra-spec@1.0.11@0x/sol-resolver@1.0.17@0x/sol-doc@1.0.8@0x/sol-cov@2.1.13@0x/sol-compiler@1.1.13@0x/react-shared@1.0.22@0x/react-docs@1.0.19@0x/order-watcher@2.2.5@0x/order-utils@3.0.3@0x/monorepo-scripts@1.0.14@0x/migrations@2.1.0@0x/metacoin@0.0.29@0x/json-schemas@2.1.2@0x/instant@1.0.1@0x/fill-scenarios@1.0.13@0x/dev-utils@1.0.18@0x/dev-tools-pages@0.0.7@0x/contract-wrappers@4.1.0@0x/contract-addresses@1.2.0@0x/connect@3.0.7@0x/base-contract@3.0.7@0x/asset-buyer@3.0.1@0x/assert@1.0.18@0x/abi-gen@1.0.17@0x/abi-gen-wrappers@1.1.00x.js@2.0.5 | Fabio Berger | 2018-11-22 | 1 | -2/+2 |
* | Updated CHANGELOGS | Fabio Berger | 2018-11-22 | 2 | -0/+13 |
* | Publishcontracts@2.1.54@0x/website@0.0.59@0x/web3-wrapper@3.1.4@0x/utils@2.0.5@0x/testnet-faucets@1.0.56@0x/subproviders@2.1.4@0x/sra-spec@1.0.10@0x/sol-doc@1.0.7@0x/sol-cov@2.1.12@0x/sol-compiler@1.1.12@0x/react-shared@1.0.21@0x/react-docs@1.0.18@0x/order-watcher@2.2.4@0x/order-utils@3.0.2@0x/migrations@2.0.4@0x/metacoin@0.0.28@0x/json-schemas@2.1.1@0x/instant@0.0.7@0x/fill-scenarios@1.0.12@0x/dev-utils@1.0.17@0x/dev-tools-pages@0.0.6@0x/contract-wrappers@4.0.2@0x/connect@3.0.6@0x/base-contract@3.0.6@0x/asset-buyer@3.0.0@0x/assert@1.0.17@0x/abi-gen@1.0.16@0x/abi-gen-wrappers@1.0.50x.js@2.0.4 | 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 |
* | Publishethereum-types@1.1.2contracts@2.1.51@0x/website@0.0.56@0x/web3-wrapper@3.1.1@0x/utils@2.0.4@0x/typescript-typings@3.0.4@0x/types@1.2.1@0x/tslint-config@1.0.10@0x/testnet-faucets@1.0.53@0x/subproviders@2.1.1@0x/sra-spec@1.0.8@0x/sol-resolver@1.0.16@0x/sol-doc@1.0.4@0x/sol-cov@2.1.9@0x/sol-compiler@1.1.9@0x/react-shared@1.0.18@0x/react-docs@1.0.15@0x/order-watcher@2.2.1@0x/order-utils@2.0.1@0x/monorepo-scripts@1.0.13@0x/migrations@2.0.1@0x/metacoin@0.0.25@0x/json-schemas@2.0.1@0x/instant@0.0.4@0x/fill-scenarios@1.0.9@0x/dev-utils@1.0.14@0x/dev-tools-pages@0.0.3@0x/contract-wrappers@3.0.1@0x/contract-artifacts@1.1.0@0x/contract-addresses@1.1.0@0x/connect@3.0.3@0x/base-contract@3.0.3@0x/asset-buyer@2.2.0@0x/assert@1.0.15@0x/abi-gen@1.0.15@0x/abi-gen-wrappers@1.0.20x.js@2.0.1 | 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 |
| * | Publishethereum-types@1.1.1contracts@2.1.50@0x/website@0.0.55@0x/web3-wrapper@3.1.0@0x/utils@2.0.3@0x/typescript-typings@3.0.3@0x/types@1.2.0@0x/tslint-config@1.0.9@0x/testnet-faucets@1.0.52@0x/subproviders@2.1.0@0x/sra-spec@1.0.7@0x/sol-resolver@1.0.15@0x/sol-doc@1.0.3@0x/sol-cov@2.1.8@0x/sol-compiler@1.1.8@0x/react-shared@1.0.17@0x/react-docs@1.0.14@0x/order-watcher@2.2.0@0x/order-utils@2.0.0@0x/monorepo-scripts@1.0.12@0x/migrations@2.0.0@0x/metacoin@0.0.24@0x/json-schemas@2.0.0@0x/instant@0.0.3@0x/fill-scenarios@1.0.8@0x/dev-utils@1.0.13@0x/dev-tools-pages@0.0.2@0x/contract-wrappers@3.0.0@0x/contract-artifacts@1.0.1@0x/contract-addresses@1.0.1@0x/connect@3.0.2@0x/base-contract@3.0.2@0x/asset-buyer@2.1.0@0x/assert@1.0.14@0x/abi-gen@1.0.14@0x/abi-gen-wrappers@1.0.10x.js@2.0.0 | 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 |
| * | Publishethereum-types@1.0.11contracts@2.1.49@0xproject/website@0.0.54@0xproject/web3-wrapper@3.0.3@0xproject/utils@2.0.2@0xproject/typescript-typings@3.0.2@0xproject/types@1.1.4@0xproject/tslint-config@1.0.8@0xproject/testnet-faucets@1.0.51@0xproject/subproviders@2.0.7@0xproject/sra-spec@1.0.6@0xproject/sra-report@1.0.13@0xproject/sol-resolver@1.0.14@0xproject/sol-doc@1.0.2@0xproject/sol-cov@2.1.7@0xproject/sol-compiler@1.1.7@0xproject/react-shared@1.0.15@0xproject/react-docs@1.0.13@0xproject/order-watcher@2.1.1@0xproject/order-utils@1.0.7@0xproject/monorepo-scripts@1.0.11@0xproject/migrations@1.0.14@0xproject/metacoin@0.0.23@0xproject/json-schemas@1.0.7@0xproject/instant@0.0.2@0xproject/fill-scenarios@1.0.7@0xproject/dev-utils@1.0.12@0xproject/contract-wrappers@2.0.2@0xproject/connect@3.0.1@0xproject/base-contract@3.0.1@0xproject/asset-buyer@2.0.0@0xproject/assert@1.0.13@0xproject/abi-gen@1.0.130x.js@1.0.8 | 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 |
| * | Publishethereum-types@1.0.9contracts@2.1.48@0xproject/website@0.0.53@0xproject/web3-wrapper@3.0.2@0xproject/utils@2.0.0@0xproject/typescript-typings@3.0.0@0xproject/types@1.1.2@0xproject/testnet-faucets@1.0.50@0xproject/subproviders@2.0.6@0xproject/sra-spec@1.0.5@0xproject/sra-report@1.0.12@0xproject/sol-resolver@1.0.12@0xproject/sol-doc@1.0.1@0xproject/sol-cov@2.1.6@0xproject/sol-compiler@1.1.6@0xproject/react-shared@1.0.13@0xproject/react-docs@1.0.12@0xproject/order-watcher@2.1.0@0xproject/order-utils@1.0.6@0xproject/monorepo-scripts@1.0.10@0xproject/migrations@1.0.13@0xproject/metacoin@0.0.22@0xproject/json-schemas@1.0.5@0xproject/fill-scenarios@1.0.6@0xproject/dev-utils@1.0.11@0xproject/contract-wrappers@2.0.1@0xproject/connect@3.0.0@0xproject/base-contract@3.0.0@0xproject/asset-buyer@1.0.2@0xproject/assert@1.0.12@0xproject/abi-gen@1.0.120x.js@1.0.7 | 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 |
| |\ |
|
| | * | Publishethereum-types@1.0.8contracts@2.1.47@0xproject/website@0.0.52@0xproject/web3-wrapper@3.0.1@0xproject/utils@1.0.11@0xproject/typescript-typings@2.0.2@0xproject/types@1.1.1@0xproject/testnet-faucets@1.0.49@0xproject/subproviders@2.0.5@0xproject/sra-spec@1.0.4@0xproject/sra-report@1.0.11@0xproject/sol-resolver@1.0.11@0xproject/sol-cov@2.1.5@0xproject/sol-compiler@1.1.5@0xproject/react-shared@1.0.12@0xproject/react-docs@1.0.11@0xproject/order-watcher@2.0.0@0xproject/order-utils@1.0.5@0xproject/migrations@1.0.12@0xproject/metacoin@0.0.21@0xproject/json-schemas@1.0.4@0xproject/fill-scenarios@1.0.5@0xproject/dev-utils@1.0.10@0xproject/contract-wrappers@2.0.0@0xproject/connect@2.0.4@0xproject/base-contract@2.0.5@0xproject/asset-buyer@1.0.1@0xproject/assert@1.0.11@0xproject/abi-gen@1.0.110x.js@1.0.6 | Fabio Berger | 2018-09-26 | 1 | -4/+4 |
| | * | Updated CHANGELOGS | Fabio Berger | 2018-09-26 | 2 | -0/+13 |
| | * | Publishcontracts@2.1.46@0xproject/website@0.0.51@0xproject/web3-wrapper@3.0.0@0xproject/utils@1.0.10@0xproject/types@1.1.0@0xproject/testnet-faucets@1.0.48@0xproject/subproviders@2.0.4@0xproject/sra-spec@1.0.3@0xproject/sra-report@1.0.10@0xproject/sol-resolver@1.0.10@0xproject/sol-cov@2.1.4@0xproject/sol-compiler@1.1.4@0xproject/react-shared@1.0.11@0xproject/react-docs@1.0.10@0xproject/order-watcher@1.0.5@0xproject/order-utils@1.0.4@0xproject/migrations@1.0.11@0xproject/metacoin@0.0.20@0xproject/json-schemas@1.0.3@0xproject/fill-scenarios@1.0.4@0xproject/dev-utils@1.0.9@0xproject/contract-wrappers@1.0.5@0xproject/connect@2.0.3@0xproject/base-contract@2.0.4@0xproject/asset-buyer@1.0.0@0xproject/assert@1.0.10@0xproject/abi-gen@1.0.100x.js@1.0.5 | Leonid Logvinov | 2018-09-25 | 1 | -2/+2 |
| | * | Updated CHANGELOGS | Leonid Logvinov | 2018-09-25 | 2 | -0/+13 |
| | * | Publishethereum-types@1.0.7contracts@2.1.45@0xproject/website@0.0.50@0xproject/web3-wrapper@2.0.3@0xproject/utils@1.0.9@0xproject/typescript-typings@2.0.1@0xproject/types@1.0.2@0xproject/testnet-faucets@1.0.47@0xproject/subproviders@2.0.3@0xproject/sra-spec@1.0.2@0xproject/sra-report@1.0.9@0xproject/sol-resolver@1.0.9@0xproject/sol-cov@2.1.3@0xproject/sol-compiler@1.1.3@0xproject/react-shared@1.0.10@0xproject/react-docs@1.0.9@0xproject/order-watcher@1.0.4@0xproject/order-utils@1.0.3@0xproject/monorepo-scripts@1.0.9@0xproject/migrations@1.0.10@0xproject/metacoin@0.0.19@0xproject/json-schemas@1.0.2@0xproject/forwarder-helper@1.0.4@0xproject/fill-scenarios@1.0.3@0xproject/dev-utils@1.0.8@0xproject/contract-wrappers@1.0.4@0xproject/connect@2.0.2@0xproject/base-contract@2.0.3@0xproject/assert@1.0.9@0xproject/abi-gen@1.0.90x.js@1.0.4 | 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 |
| |/ |
|
| * | Publishethereum-types@1.0.6contracts@2.1.43@0xproject/website@0.0.47@0xproject/web3-wrapper@2.0.2@0xproject/utils@1.0.8@0xproject/typescript-typings@2.0.0@0xproject/types@1.0.1@0xproject/tslint-config@1.0.7@0xproject/testnet-faucets@1.0.44@0xproject/subproviders@2.0.2@0xproject/sra-spec@1.0.1@0xproject/sra-report@1.0.8@0xproject/sol-resolver@1.0.8@0xproject/sol-cov@2.1.2@0xproject/sol-compiler@1.1.2@0xproject/react-shared@1.0.9@0xproject/react-docs@1.0.8@0xproject/order-watcher@1.0.1@0xproject/order-utils@1.0.1@0xproject/monorepo-scripts@1.0.8@0xproject/migrations@1.0.7@0xproject/metacoin@0.0.18@0xproject/json-schemas@1.0.1@0xproject/forwarder-helper@1.0.1@0xproject/fill-scenarios@1.0.1@0xproject/dev-utils@1.0.7@0xproject/contract-wrappers@1.0.1@0xproject/connect@2.0.0@0xproject/base-contract@2.0.2@0xproject/assert@1.0.8@0xproject/abi-gen@1.0.80x.js@1.0.1 | 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 |
| * | Publishcontracts@2.1.42@0xproject/website@0.0.46@0xproject/web3-wrapper@2.0.1@0xproject/utils@1.0.7@0xproject/types@1.0.1-rc.6@0xproject/testnet-faucets@1.0.43@0xproject/subproviders@2.0.1@0xproject/sra-spec@1.0.1-rc.6@0xproject/sra-report@1.0.7@0xproject/sol-resolver@1.0.7@0xproject/sol-cov@2.1.1@0xproject/sol-compiler@1.1.1@0xproject/react-shared@1.0.8@0xproject/react-docs@1.0.7@0xproject/order-watcher@1.0.1-rc.5@0xproject/order-utils@1.0.1-rc.6@0xproject/monorepo-scripts@1.0.7@0xproject/migrations@1.0.6@0xproject/metacoin@0.0.17@0xproject/json-schemas@1.0.1-rc.6@0xproject/forwarder-helper@1.0.1-rc.2@0xproject/fill-scenarios@1.0.1-rc.5@0xproject/dev-utils@1.0.6@0xproject/contract-wrappers@1.0.1-rc.5@0xproject/connect@2.0.0-rc.2@0xproject/base-contract@2.0.1@0xproject/assert@1.0.7@0xproject/abi-gen@1.0.70x.js@1.0.1-rc.6 | Fabio Berger | 2018-08-27 | 1 | -2/+2 |
| * | Updated CHANGELOGS | Fabio Berger | 2018-08-27 | 2 | -0/+13 |
| * | Publishethereum-types@1.0.5contracts@2.1.41@0xproject/website@0.0.45@0xproject/web3-wrapper@2.0.0@0xproject/utils@1.0.6@0xproject/typescript-typings@1.0.5@0xproject/types@1.0.1-rc.5@0xproject/tslint-config@1.0.6@0xproject/testnet-faucets@1.0.42@0xproject/subproviders@2.0.0@0xproject/sra-report@1.0.6@0xproject/sra-api@1.0.1-rc.5@0xproject/sol-resolver@1.0.6@0xproject/sol-cov@2.1.0@0xproject/sol-compiler@1.1.0@0xproject/react-shared@1.0.7@0xproject/react-docs@1.0.6@0xproject/order-watcher@1.0.1-rc.4@0xproject/order-utils@1.0.1-rc.4@0xproject/monorepo-scripts@1.0.6@0xproject/migrations@1.0.5@0xproject/metacoin@0.0.16@0xproject/json-schemas@1.0.1-rc.5@0xproject/forwarder-helper@1.0.1-rc.1@0xproject/fill-scenarios@1.0.1-rc.4@0xproject/dev-utils@1.0.5@0xproject/contract-wrappers@1.0.1-rc.4@0xproject/connect@2.0.0-rc.1@0xproject/base-contract@2.0.0@0xproject/assert@1.0.6@0xproject/abi-gen@1.0.60x.js@1.0.1-rc.4 | 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 |
* | Publishcontracts@2.1.39@0xproject/website@0.0.43@0xproject/testnet-faucets@1.0.40@0xproject/react-docs-example@0.0.19@0xproject/metacoin@0.0.14@0xproject/abi-gen@1.0.4 | Fabio Berger | 2018-07-26 | 1 | -2/+2 |
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -0/+13 |
* | Publishcontracts@2.1.38@0xproject/website@0.0.42@0xproject/testnet-faucets@1.0.39@0xproject/sol-compiler@1.0.3@0xproject/react-docs-example@0.0.18@0xproject/monorepo-scripts@1.0.4@0xproject/metacoin@0.0.13@0xproject/abi-gen@1.0.3 | Fabio Berger | 2018-07-26 | 1 | -6/+6 |
* | Updated CHANGELOGS | Fabio Berger | 2018-07-26 | 2 | -0/+13 |
* | Publishcontracts@2.1.37@0xproject/website@0.0.41@0xproject/testnet-faucets@1.0.38@0xproject/react-docs-example@0.0.17@0xproject/monorepo-scripts@1.0.3@0xproject/metacoin@0.0.12@0xproject/abi-gen@1.0.2 | 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 |
* | Change all package to depend on the new @0xproject/typescript-typings@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Change all package to depend on the new @0xproject/monorepo-scripts@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Change all package to depend on the new ethereum-types@1.0.0 | Leonid Logvinov | 2018-07-20 | 1 | -1/+1 |
* | Update package versions | Fabio Berger | 2018-07-18 | 1 | -2/+2 |
* | Update changelogs | Fabio Berger | 2018-07-18 | 2 | -0/+13 |
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 2 | -4/+4 |
* | Upgrade tslint to the newest version | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
* | Fix linter | Fabio Berger | 2018-07-14 | 1 | -1/+3 |
* | Add assertion to make sure caller to fetchAsync isn't trying to set timeout i... | Fabio Berger | 2018-07-14 | 1 | -0/+3 |
* | Switch conditional | Fabio Berger | 2018-07-13 | 1 | -1/+1 |
* | Move type defs to typescript-typingsd | Fabio Berger | 2018-07-13 | 1 | -4/+0 |
* | Replace process.browser with detect-node library | Fabio Berger | 2018-07-13 | 3 | -1/+7 |
* | -fetch'; | Fabio Berger | 2018-07-13 | 2 | -8/+9 |
* | Add fetchAsync util and RPCSubprovider | Fabio Berger | 2018-07-13 | 3 | -2/+33 |
* | Update package versions | Fabio Berger | 2018-07-10 | 1 | -2/+4 |
* | Update changelogs | Fabio Berger | 2018-07-09 | 2 | -1/+8 |
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 2 | -13/+7 |
|\ |
|
| * | Fix package.json | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| * | Remove unused imported Web3.js | Fabio Berger | 2018-07-04 | 1 | -1/+0 |
| * | Update incorrect versions of deps | Fabio Berger | 2018-07-02 | 1 | -1/+1 |
| * | combine changelog entries since we haven't published yet | Fabio Berger | 2018-07-02 | 2 | -10/+5 |
* | | Remove unused code/variables from abi-decoder | Leonid Logvinov | 2018-06-29 | 1 | -2/+0 |
|/ |
|
* | Run prettier | Bryce | 2018-06-26 | 1 | -10/+10 |
* | CHANGELOG spacing | Bryce Neal | 2018-06-23 | 1 | -1/+1 |
* | Typings and comment | Bryce | 2018-06-23 | 2 | -1/+6 |
* | Update at abi_decoder | Bryce | 2018-06-23 | 3 | -2/+19 |
* | Fix CHANGELOG entries changed during incorrect merge (2a4456b) | Fabio Berger | 2018-06-21 | 1 | -0/+12 |
* | Update all package versions to match latest published to NPM | Fabio Berger | 2018-06-19 | 1 | -5/+5 |
* | Update CHANGELOG's with publishes performed on development branch | Fabio Berger | 2018-06-19 | 2 | -10/+19 |
* | Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utils | Fabio Berger | 2018-06-07 | 3 | -6/+1 |
|\ |
|
| * | Run prettier | fragosti | 2018-06-07 | 1 | -1/+0 |
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 1 | -1/+1 |
| |\ |
|
| * | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 3 | -5/+1 |
* | | | Move spawnSwitchErr to @0xproject/utils | Fabio Berger | 2018-06-06 | 3 | -0/+14 |
| |/
|/| |
|
* | | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ... | Fabio Berger | 2018-06-05 | 1 | -1/+1 |
|/ |
|
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 3 | -4/+4 |
* | Fix linter issues | Leonid Logvinov | 2018-05-24 | 1 | -3/+3 |
* | Address feedback | Leonid Logvinov | 2018-05-23 | 3 | -11/+8 |
* | Publish | Leonid Logvinov | 2018-05-23 | 1 | -5/+5 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-23 | 2 | -1/+14 |
* | Add CHANGELOG entries | Leonid Logvinov | 2018-05-23 | 1 | -0/+9 |
* | Support all opcodes in a trace parser | Leonid Logvinov | 2018-05-23 | 1 | -0/+3 |
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 3 | -12/+19 |
|\ |
|
| * | Improve naming | Fabio Berger | 2018-05-17 | 1 | -2/+2 |
| * | Merge branch 'development' into improvement/addCustomTslintRules | Fabio Berger | 2018-05-16 | 1 | -0/+3 |
| |\ |
|
| * | | Fix TSLint rules | Fabio Berger | 2018-05-16 | 3 | -12/+19 |
* | | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 1 | -1/+2 |
| |/
|/| |
|
* | | Merge pull request #578 from 0xProject/document-node-version | Alex Browne | 2018-05-16 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Change minimum Node version to 6.12 | Alex Browne | 2018-05-15 | 1 | -1/+1 |
| * | Document Node.js version requirement and add it to package.json | Alex Browne | 2018-05-15 | 1 | -0/+3 |
* | | Move from using lerna multi-package commands to wsrun, update README's accord... | Fabio Berger | 2018-05-15 | 2 | -16/+4 |
|/ |
|
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 2 | -3/+7 |
* | Fix linter issues | Leonid Logvinov | 2018-05-10 | 1 | -1/+1 |
* | Publishcontracts@2.1.28@0xproject/website@0.0.32@0xproject/testnet-faucets@1.0.29@0xproject/sra-report@0.0.14@0xproject/sol-resolver@0.0.4@0xproject/react-docs-example@0.0.11@0xproject/migrations@0.0.5@0xproject/metacoin@0.0.6@0xproject/dev-utils@0.4.1@0xproject/base-contract@0.3.1 | Leonid Logvinov | 2018-05-05 | 1 | -3/+3 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-05 | 2 | -0/+13 |
* | Publishcontracts@2.1.26@0xproject/website@0.0.29@0xproject/testnet-faucets@1.0.27@0xproject/sra-report@0.0.12@0xproject/sol-resolver@0.0.3@0xproject/react-docs-example@0.0.9@0xproject/monorepo-scripts@0.1.19@0xproject/migrations@0.0.4@0xproject/metacoin@0.0.5@0xproject/dev-utils@0.4.0@0xproject/base-contract@0.3.0 | Leonid Logvinov | 2018-05-04 | 1 | -5/+5 |
* | Updated CHANGELOGS | Leonid Logvinov | 2018-05-04 | 2 | -8/+13 |
* | Update CHANGELOGs | Jacob Evans | 2018-04-19 | 1 | -0/+9 |