aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove compact_artifacts and replace with updated artifactsFabio Berger2018-06-057-1845/+0
|
* 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-112-3/+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-1012-0/+2121
unifying library with the same interface