aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Add nonce to TxOptsLeonid Logvinov2018-11-201-0/+34
* address linter errorsFabio Berger2018-11-111-2/+0
* Move signature validation into OrderValidationUtils.validateOrderFillableOrTh...Fabio Berger2018-11-101-13/+2
* Fix validateOrderFillableOrThrowAsync method so it also checks order signatur...Fabio Berger2018-11-091-0/+17
* fix(contract-wrappers): Fix tslint errors that were lingering due to misconfi...Alex Browne2018-10-241-2/+2
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-7/+7
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-5/+0
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-161-2/+3
* Apply various PR feedbackAlex Browne2018-10-161-4/+3
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-8/+15
* update contract_wrappers to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-13/+14
* Remove artifacts from migrations package and update contract-wrappers accordi...Alex Browne2018-10-161-45/+19
* Update contract-wrappers package to use new contracts package for generated f...Alex Browne2018-10-161-11/+10
* Add `validateFillOrderThrowIfInvalidAsync` and `validateOrderFillableOrThrowA...Fabio Berger2018-09-041-2/+77
* Add/improve commentsFabio Berger2018-08-231-1/+1
* Merge development branchFabio Berger2018-08-221-0/+11
|\
| * Rename to Transaction Encoder.Jacob Evans2018-08-181-3/+8
| * [Contract-wrappers] Exchange execute transaction encoderJacob Evans2018-08-161-0/+6
* | Remove outdating commentFabio Berger2018-08-171-2/+1
* | Merge developmentFabio Berger2018-08-151-1/+21
|\|
| * Add getOrdersInfo to exchange_wrapperBrandon Millman2018-07-311-1/+21
* | Add missing doc commentsFabio Berger2018-08-031-2/+15
|/
* Fix a bad mergeLeonid Logvinov2018-07-181-2/+2
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-0/+3
|\
| * Stop subscriptions from unsubscribing on recoverable network issuesFabio Berger2018-07-171-0/+3
* | Make getZRXAssetData not asyncLeonid Logvinov2018-07-131-3/+4
|/
* Dedupe AssetProxyId typesLeonid Logvinov2018-07-091-2/+1
* Fix a typoLeonid Logvinov2018-07-091-1/+1
* Default shouldValidate to trueLeonid Logvinov2018-07-091-17/+17
* Add basic validation for exchange contract wrapperLeonid Logvinov2018-07-091-16/+155
* Adjust commentsLeonid Logvinov2018-07-051-114/+81
* Fix commentsLeonid Logvinov2018-07-051-5/+5
* Improve the commentLeonid Logvinov2018-07-051-1/+1
* Rename Proxie to ProxyLeonid Logvinov2018-07-051-1/+1
* Rearrange assertions t match parameter orderLeonid Logvinov2018-07-051-58/+56
* Fix match orders test and add a validation TODOLeonid Logvinov2018-07-051-1/+3
* Add Exchange contract wrapperLeonid Logvinov2018-07-051-0/+994
* Remove exchange-related functionality for nowLeonid Logvinov2018-06-291-988/+0
* Fix typofragosti2018-06-151-1/+1
* Fix filling orders on Portalfragosti2018-06-151-0/+2
* Store the instantiated OrderValidationUtilsFabio Berger2018-06-121-2/+2
* Pass in generated contract wrapper to orderValidationUtils at instantiationFabio Berger2018-06-111-10/+25
* Refactor ExchangeTransferSimulator public interface to accet an AbstractBalan...Fabio Berger2018-06-111-8/+41
* Linter now passesfragosti2018-06-061-0/+2
* Try enabling no-unused-variable...fragosti2018-06-051-4/+1
* Remove unused methods and importsFabio Berger2018-05-111-6/+0
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-0/+945