aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/exchange_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 orders...Greg Hysen2018-04-211-2/+2
* 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 sp...Greg Hysen2018-04-211-0/+12
* 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