aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios/src
Commit message (Collapse)AuthorAgeFilesLines
* Minimize unnecessary type assertionsAmir Bandeali2019-01-081-42/+17
|
* Run linterAmir Bandeali2019-01-081-0/+4
|
* Add support for MAP in fill-scenariosAmir Bandeali2019-01-081-38/+43
|
* fix: Add error message if assetProxyId is not ERC20 or ERC721Amir Bandeali2019-01-081-7/+18
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-7/+7
|
* update fill-scenarios to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-163-21/+2
|
* Move types from sol-compiler to types so they can be used in other places ↵Fabio Berger2018-08-221-1/+1
| | | | without requiring sol-compiler as a dep
* Merge developmentFabio Berger2018-08-151-11/+13
|\
| * Update createFactory to accept one createOrderOpts param to encompass all ↵Brandon Millman2018-08-061-11/+13
| | | | | | | | optional params
| * Update orderFactory interfaceBrandon Millman2018-08-041-4/+4
| |
* | Make signature_util into an object literal so related functions are rendered ↵Fabio Berger2018-08-031-1/+2
| | | | | | | | together in the docs
* | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵Fabio Berger2018-07-301-8/+0
|/ | | | aggregate release note publishing to publish script
* Fix a bad mergeLeonid Logvinov2018-07-181-10/+12
|
* MergeLeonid Logvinov2018-07-184-224/+304
|
* Fix tslint issuesLeonid Logvinov2018-07-171-6/+6
|
* Refactor fill-scenarios for V2Leonid Logvinov2018-07-052-47/+14
|
* 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
|
* 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