aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/types.ts
Commit message (Expand)AuthorAgeFilesLines
* Use abi-gen for events in 0x.jsLeonid Logvinov2018-02-071-72/+4
* Move BlockParam and BlockParamLiteral to shared typesJacob Evans2018-02-071-11/+3
* Normalize the dependenciesLeonid Logvinov2018-01-301-1/+1
* Remove truffle from testsLeonid Logvinov2018-01-301-28/+1
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-5/+0
* Fix the bug making it impossible to specify the custom ZRX addressLeonid Logvinov2018-01-241-0/+2
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-111-2/+2
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-16/+21
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-2/+19
* Throw a better error message when taker is null|undefined or anything but not...Leonid Logvinov2017-12-191-0/+1
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-1/+1
* Modify the etherToken wrapper methods to accept an etherTokenAddress as the f...Fabio Berger2017-12-171-2/+0
* Add a newlineLeonid Logvinov2017-12-151-1/+2
* Move shared types to types packageLeonid Logvinov2017-12-141-26/+2
* Remove old contract typingsLeonid Logvinov2017-12-021-154/+11
* Merge pull request #235 from 0xProject/feature/gasPriceGasLimitLeonid2017-11-291-3/+13
|\
| * Remove a commentLeonid Logvinov2017-11-291-1/+0
| * Add option config for gasPrice and gasLimit for every transaction sending methodLeonid Logvinov2017-11-281-3/+14
* | Add a cleanup job to an order watcherLeonid Logvinov2017-11-291-0/+2
|/
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-281-2/+5
|\
| * Add link to Provider explanationFabio Berger2017-11-281-1/+2
| * Add comment about BlockParamLiteral explaining the omission of EarliestFabio Berger2017-11-241-0/+3
| * Merge branch 'development' into validateOrdersAgainstLatestBlockFabio Berger2017-11-241-1/+4
| |\
| * | Remove `Earliest` from blockParamLiterals since specifying block 0 is trivial...Fabio Berger2017-11-241-1/+0
* | | Remove ContractDoesNotExist error and replace it with more specific errorsLeonid Logvinov2017-11-241-1/+7
* | | Improve a commentLeonid Logvinov2017-11-241-1/+1
* | | Fix the imports orderLeonid Logvinov2017-11-241-5/+9
* | | Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-241-1/+2
* | | Add networkId to ZeroExConfig and make it requiredLeonid Logvinov2017-11-241-1/+3
| |/ |/|
* | Rename removed to isRemovedLeonid Logvinov2017-11-241-1/+1
* | Make DecodedLogEvent contain web3 log under a log subkeyLeonid Logvinov2017-11-241-1/+4
|/
* Address nitsLeonid Logvinov2017-11-211-3/+2
* Merge branch 'development' into feature/orderExpiredLeonid2017-11-211-10/+4
|\
| * Merge branch 'development' into syncSubscribeJacob Evans2017-11-161-0/+1
| |\
| | * Merge pull request #219 from 0xProject/feature/rounding-validationBrandon Millman2017-11-151-0/+1
| | |\
| | | * Add remainingFillableMakerAmount to typesLeonid Logvinov2017-11-141-0/+1
| * | | Remove Async subscribe callbacks from OrderWatcherJacob Evans2017-11-151-3/+1
| * | | Callback for subscribe no longer supports an Async CallbackJacob Evans2017-11-141-7/+2
| |/ /
* | | Add expirationMarginMsLeonid Logvinov2017-11-211-0/+4
* | | Add defaultsLeonid Logvinov2017-11-211-2/+2
* | | Add initial implementation of expiration watcherLeonid Logvinov2017-11-161-0/+2
|/ /
* / Renamed canceled to cancelledJacob Evans2017-11-141-1/+1
|/
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+525