aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-1/+0
|
* MergeLeonid Logvinov2018-07-181-222/+1
|
* Fix tslint issuesLeonid Logvinov2018-07-171-6/+6
|
* Refactor fill-scenarios for V2Leonid Logvinov2018-07-051-38/+9
|
* Change import paths from z_r_x and e_r_c to zrx and ercLeonid Logvinov2018-06-291-2/+2
|
* Minor fixes after rebaseGreg Hysen2018-06-081-4/+4
|
* Use _.omit for concisenessFabio Berger2018-06-051-15/+5
|
* Update fill-scenarios for V2 and add CHANGELOG entryFabio Berger2018-06-051-64/+83
|
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-1/+1
|
* Add missing type definitionsLeonid Logvinov2018-05-141-2/+2
|
* Revert throw conditions since it messes with the expected test timingFabio Berger2018-05-111-15/+3
|
* Get networkId from web3WrapperFabio Berger2018-05-111-2/+3
|
* Throw if tx revertsFabio Berger2018-05-111-3/+15
|
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Remove provider instance variableFabio Berger2018-05-101-10/+7
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+245
unifying library with the same interface