aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/exchange_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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