aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/exchange_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Change logDecoder back into class, remove awaitTransactionMined from ↵Amir Bandeali2018-05-311-23/+19
| | | | multiSigWrapper
* Merge pull request #571 from 0xProject/feature/contracts/proxyOwnerAmir Bandeali2018-05-251-4/+2
|\ | | | | Update MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress
| * Use web3-wrapper instead of 0x.js, update logDecoderAmir Bandeali2018-05-251-4/+2
| |
* | Migrate migrations to v2Leonid Logvinov2018-05-251-2/+2
|/
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-1/+1
|
* Fix ExchangeWrapperFabio Berger2018-05-231-3/+5
|
* Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDepFabio Berger2018-05-231-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Fix tslint issues Add `are` to boolean naming conventions Fix tslint Fix the tsutils version, fixing ts typings issue Rename some variables in multi_sig_with_time_lock.ts Remove extra awaitTransactionMinedAsync calls Update artifacts Update yarn.lock Fix warnings in Metacoin Upgrade UglifyJS to include ES6 support Add CancelOrder and MatchOrder types Add missing return types Ignore classnames linter rule Apply changes to test/exchange/match_orders.ts Fix some unhandled promise rejections Add awaitTransactionMinedAsync after every sent transaction Add missing blockchainLifecycle calls to contracts tests # Conflicts: # packages/contracts/src/utils/exchange_wrapper.ts # packages/contracts/test/asset_proxy/proxies.ts # packages/contracts/test/exchange/dispatcher.ts # packages/contracts/test/multi_sig_with_time_lock.ts
| * Add missing return typesRemco Bloemen2018-05-221-1/+1
| |
* | Remove 0x.js dep from contractsFabio Berger2018-05-231-6/+5
|/
* Removed redundant log decode callGreg Hysen2018-05-191-2/+0
|
* The OrderInfo struct is now returned by the getOrderInfo functionGreg Hysen2018-05-191-5/+3
|
* Style changes to atomic order matchingGreg Hysen2018-05-191-6/+8
|
* Atomic Order Matching - TestsGreg Hysen2018-05-191-0/+22
|
* Make all lib functions internal, add contracts for testingAmir Bandeali2018-04-271-31/+0
|
* Update tests and utilsAmir Bandeali2018-04-271-1/+15
|
* Fix testsAmir Bandeali2018-04-241-2/+19
|
* Rename missed variablesAmir Bandeali2018-04-231-1/+1
|
* Add missing async suffixAmir Bandeali2018-04-221-1/+1
|
* Rename token => assetAmir Bandeali2018-04-221-30/+30
|
* Revert variable namingAmir Bandeali2018-04-211-31/+31
|
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-211-29/+59
|
* Fix build errorsAmir Bandeali2018-04-211-8/+2
|
* Remove partial cancelsAmir Bandeali2018-04-211-18/+5
|
* Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that ↵Greg Hysen2018-04-211-2/+2
| | | | orders with salt <= to maker epoch will be cancelled (previously, it was salt < maker epoch)
* Renamed all instances of timestamp to salt. Clarified test case wording.Greg Hysen2018-04-211-2/+2
|
* Fixed spacingGreg Hysen2018-04-211-2/+2
|
* Implementation and tests in the protocol for cancelling all orders up to a ↵Greg Hysen2018-04-211-0/+12
| | | | specific time
* Address feedback and lintAmir Bandeali2018-04-211-79/+15
|
* Add tests for fillOrderNoThrow based functionsAmir Bandeali2018-04-211-0/+42
|
* Add fillOrderNoThrow to exchange wrapper and add testAmir Bandeali2018-04-211-0/+21
|
* Add utils for hashing and signing orders, update wrappersAmir Bandeali2018-04-211-6/+10
|
* Modify utils to work with new signature formatAmir Bandeali2018-04-211-37/+19
|
* Use new logDecoder interfaceAmir Bandeali2018-04-211-7/+7
|
* Rename variablesAmir Bandeali2018-04-211-21/+21
|
* Move log decoding logic to exchange wrapperAmir Bandeali2018-04-211-11/+39
|
* Add logDecoder, remove outdated testsAmir Bandeali2018-04-211-8/+2
|
* Move utils dir into srcAmir Bandeali2018-04-211-0/+204