Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `validateFillOrderThrowIfInvalidAsync` and ↵ | Fabio Berger | 2018-09-04 | 1 | -0/+2 |
| | | | | `validateOrderFillableOrThrowAsync` to ExchangeWrapper | ||||
* | Initial OrderValidator wrapper | Brandon Millman | 2018-08-28 | 1 | -0/+6 |
| | |||||
* | Add more assertions | Brandon Millman | 2018-07-31 | 1 | -1/+6 |
| | |||||
* | Implement initial forwarder wrapper | Brandon Millman | 2018-07-31 | 1 | -0/+7 |
| | |||||
* | Add Exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -3/+37 |
| | |||||
* | Remove tokenTransferProxyAddress from config | Leonid Logvinov | 2018-06-29 | 1 | -6/+2 |
| | |||||
* | Export newly refactored contracts from contract-wrappers and index.ts | Leonid Logvinov | 2018-06-29 | 1 | -38/+28 |
| | |||||
* | Remove unused methods and imports | Fabio Berger | 2018-05-11 | 1 | -25/+1 |
| | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json | ||||
* | Rename zeroExContract... to contractWrappers... | Fabio Berger | 2018-05-10 | 1 | -8/+8 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -0/+136 |
unifying library with the same interface |