aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/contract_wrappers
Commit message (Expand)AuthorAgeFilesLines
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-1/+1
* Remove generated contracts and ignore them. Add a prebuild command to regener...Leonid Logvinov2017-12-146-2160/+5
* Rename blockAndLogStreamer to blockAndLogStreamerIfExistsLeonid Logvinov2017-12-121-14/+18
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-086-16/+17
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-0711-14/+37
* Regenerate filesLeonid Logvinov2017-12-065-5/+5
* Rename abi-gen to typed-contractsLeonid Logvinov2017-12-065-10/+10
* Remove TODOsLeonid Logvinov2017-12-051-2/+0
* Fix a typoLeonid Logvinov2017-12-051-1/+1
* Update commentLeonid Logvinov2017-12-025-5/+5
* Add comments before generated contractsLeonid Logvinov2017-12-025-0/+20
* Adjust 0x.js to use generated wrappersLeonid Logvinov2017-12-026-15/+31
* Add generated contract wrappersLeonid Logvinov2017-12-026-0/+2176
* Fix defaults for shouldValidateLeonid Logvinov2017-11-281-7/+21
* Add an initializer for txOpts in etherTokenLeonid Logvinov2017-11-281-2/+6
* Add option config for gasPrice and gasLimit for every transaction sending methodLeonid Logvinov2017-11-283-130/+64
* Fix merge conflictsLeonid Logvinov2017-11-282-5/+5
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-281-12/+12
|\
| * Merge branch 'development' into validateOrdersAgainstLatestBlockFabio Berger2017-11-241-7/+7
| |\
| * | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a...Fabio Berger2017-11-241-8/+9
* | | Pass networkId on provider updateLeonid Logvinov2017-11-242-2/+2
* | | Reuse the protected function to get contract addressLeonid Logvinov2017-11-241-10/+2
* | | Move variable declaration inside the ifLeonid Logvinov2017-11-241-0/+12
* | | Refactor getContractAddress to contractWrapperLeonid Logvinov2017-11-245-41/+17
* | | Fix the imports orderLeonid Logvinov2017-11-241-9/+6
* | | Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-242-19/+19
* | | Auto-fix linter errorsLeonid Logvinov2017-11-246-59/+70
* | | Fix linter issuesLeonid Logvinov2017-11-241-1/+1
* | | Await block reconcilationLeonid Logvinov2017-11-241-1/+1
* | | Remove even more asyncsLeonid Logvinov2017-11-243-17/+31
* | | Make zeroEx.tokenRegistry.getContractAddress non-asyncLeonid Logvinov2017-11-241-5/+12
* | | Make exchange subscriptions non-asyncLeonid Logvinov2017-11-241-2/+2
* | | Make zeroEx.exchange.getContractAddress non-asyncLeonid Logvinov2017-11-241-6/+13
* | | Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-242-14/+22
| |/ |/|
* | Rename removed to isRemovedLeonid Logvinov2017-11-241-6/+6
* | Make DecodedLogEvent contain web3 log under a log subkeyLeonid Logvinov2017-11-241-1/+1
|/
* Merge branch 'development' into feature/addJsonSchemasBrandon Millman2017-11-151-2/+2
|\
| * Renamed canceled to cancelledJacob Evans2017-11-141-2/+2
* | Add json-schemas package to mono repoBrandon Millman2017-11-142-2/+2
|/
* Add interface typeFabio Berger2017-11-141-2/+6
* Declare as stringFabio Berger2017-11-141-1/+1
* Fix lint and ts issuesFabio Berger2017-11-141-1/+1
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-136-0/+1600