aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* toUnsigned -> toBuffer in assetProxyUtilsGreg Hysen2018-04-211-1/+1
|
* Minor changes to typescript testsGreg Hysen2018-04-212-4/+2
|
* Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-212-3/+3
|
* Minor style improvements to asset proxy utilsGreg Hysen2018-04-211-10/+3
|
* ethereum-js for encoding/decoding asset proxy dataGreg Hysen2018-04-211-41/+32
|
* Removed unused dependencyGreg Hysen2018-04-211-1/+0
|
* snake case to camel caseGreg Hysen2018-04-211-25/+25
|
* makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-212-10/+10
|
* Renaming TransferProxy to ProxyGreg Hysen2018-04-211-3/+3
|
* Asset Proxy DispatcherGreg Hysen2018-04-215-2/+94
|
* Revert variable namingAmir Bandeali2018-04-214-55/+55
|
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-214-104/+121
|
* Fix build errorsAmir Bandeali2018-04-212-12/+5
|
* Separate filled/cancelled errorsAmir Bandeali2018-04-211-1/+2
|
* Remove partial cancelsAmir Bandeali2018-04-213-24/+6
|
* 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-212-3/+3
|
* Fixed spacingGreg Hysen2018-04-211-2/+2
|
* Implementation and tests in the protocol for cancelling all orders up to a ↵Greg Hysen2018-04-212-0/+16
| | | | specific time
* Add private keys for testrpc mnemonicAmir Bandeali2018-04-211-20/+14
|
* Address feedback and lintAmir Bandeali2018-04-217-121/+36
|
* Add tests for fillOrderNoThrow based functionsAmir Bandeali2018-04-211-0/+42
|
* Fix package.jsonAmir Bandeali2018-04-211-5/+5
|
* Add fillOrderNoThrow to exchange wrapper and add testAmir Bandeali2018-04-211-0/+21
|
* Update order utilsAmir Bandeali2018-04-211-5/+5
|
* Add script for starting testrpc with preconfigured private keysAmir Bandeali2018-04-212-0/+29
|
* Add utils for hashing and signing orders, update wrappersAmir Bandeali2018-04-215-52/+95
|
* Modify utils to work with new signature formatAmir Bandeali2018-04-216-149/+189
|
* Use new logDecoder interfaceAmir Bandeali2018-04-212-10/+13
|
* Rename variablesAmir Bandeali2018-04-212-27/+27
|
* Move log decoding logic to exchange wrapperAmir Bandeali2018-04-211-11/+39
|
* Add logDecoder, remove outdated testsAmir Bandeali2018-04-214-16/+77
|
* Move utils dir into srcAmir Bandeali2018-04-2110-0/+679