aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove matchOrders optimizationJacob Evans2019-01-121-10/+4
|
* bug(exchange-wrapper): matchOrdersAsync input param mutationJacob Evans2019-01-121-8/+10
|
* Add nonce to TxOptsLeonid Logvinov2018-11-201-0/+34
|
* address linter errorsFabio Berger2018-11-111-2/+0
|
* Move signature validation into ↵Fabio Berger2018-11-101-13/+2
| | | | OrderValidationUtils.validateOrderFillableOrThrowAsync
* Fix validateOrderFillableOrThrowAsync method so it also checks order ↵Fabio Berger2018-11-091-0/+17
| | | | signature, cancelled, cancelledUpTo, and throws helpful error messages
* fix(contract-wrappers): Fix tslint errors that were lingering due to ↵Alex Browne2018-10-241-2/+2
| | | | misconfiguration
* 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 ↵Alex Browne2018-10-161-45/+19
| | | | accordingly
* Update contract-wrappers package to use new contracts package for generated ↵Alex Browne2018-10-161-11/+10
| | | | files
* Add `validateFillOrderThrowIfInvalidAsync` and ↵Fabio Berger2018-09-041-2/+77
| | | | `validateOrderFillableOrThrowAsync` to ExchangeWrapper
* 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
| | | | | | | | Add tests for all encoding methods.
| * [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 ↵Fabio Berger2018-06-111-8/+41
| | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts.
* 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 ↵Fabio Berger2018-05-101-0/+945
unifying library with the same interface