aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/types.ts
Commit message (Collapse)AuthorAgeFilesLines
* Rename token => assetAmir Bandeali2018-04-221-9/+9
|
* Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-221-2/+1
|
* Added tests for (most functions in) LibBytes. The write methods are not ↵Greg Hysen2018-04-211-0/+1
| | | | currently compatible with our generated contract wrappers.
* Miscellaneous style changes to the contracts package; specifically testsGreg Hysen2018-04-211-2/+2
|
* Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-211-3/+0
|
* Removed takerTokenAddress and makerTokenAddress from Order struct.Greg Hysen2018-04-211-2/+0
|
* Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-211-2/+2
|
* makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-211-4/+4
|
* Renaming TransferProxy to ProxyGreg Hysen2018-04-211-3/+3
|
* Asset Proxy DispatcherGreg Hysen2018-04-211-2/+18
|
* Revert variable namingAmir Bandeali2018-04-211-7/+7
|
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-211-11/+17
|
* Separate filled/cancelled errorsAmir Bandeali2018-04-211-1/+2
|
* Remove partial cancelsAmir Bandeali2018-04-211-1/+0
|
* Renamed all instances of timestamp to salt. Clarified test case wording.Greg Hysen2018-04-211-1/+1
|
* Implementation and tests in the protocol for cancelling all orders up to a ↵Greg Hysen2018-04-211-0/+4
| | | | specific time
* Address feedback and lintAmir Bandeali2018-04-211-25/+2
|
* Add utils for hashing and signing orders, update wrappersAmir Bandeali2018-04-211-0/+15
|
* Modify utils to work with new signature formatAmir Bandeali2018-04-211-17/+50
|
* Move utils dir into srcAmir Bandeali2018-04-211-0/+116