Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -2/+2 |
| | |||||
* | In contract-wrappers, remove setProvider and add unsubscribeAll method. | Alex Browne | 2018-10-16 | 1 | -14/+6 |
| | |||||
* | Update json-schemas for contract-wrappers | Alex Browne | 2018-10-16 | 1 | -6/+1 |
| | |||||
* | Fix linter errors in contract-wrappers | Alex Browne | 2018-10-16 | 1 | -1/+0 |
| | |||||
* | Improve error handling for unknown network ids in contract-wrappers | Alex Browne | 2018-10-16 | 1 | -1/+3 |
| | |||||
* | Apply various PR feedback | Alex Browne | 2018-10-16 | 1 | -4/+4 |
| | |||||
* | Introduce new contract-addresses package and use it everywhere | Alex Browne | 2018-10-16 | 1 | -14/+36 |
| | |||||
* | update contract_wrappers to use new artifacts and abi-gen wrappers packages | Alex Browne | 2018-10-16 | 1 | -6/+22 |
| | |||||
* | Remove artifacts from migrations package and update contract-wrappers ↵ | Alex Browne | 2018-10-16 | 1 | -36/+20 |
| | | | | accordingly | ||||
* | Update contract-wrappers package to use new contracts package for generated ↵ | Alex Browne | 2018-10-16 | 1 | -3/+2 |
| | | | | files | ||||
* | Fix linter issue | Leonid Logvinov | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | 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 |