aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/order_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Linter now passesfragosti2018-06-061-2/+1
|
* Introduce OrderWithoutExchangeAddress type since this is what get's sent to ↵Fabio Berger2018-05-311-10/+6
| | | | the smart contracts
* Initial refactor of order-utils. Move many utils from contracts into this ↵Fabio Berger2018-05-301-67/+5
| | | | package.
* Fix imports in order_utilsLeonid Logvinov2018-05-251-1/+1
|
* Merge branch 'v2-prototype' into feature/contracts/eip712-order-hashFabio Berger2018-05-251-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Temporarily disable installation tests Pin connect in sra-report Fix a typo Pin types in sra-report Fix linter issues Unpin types version in @0xproject/connect Pin types version in website Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages Migrate migrations to v2 # Conflicts: # packages/contracts/src/utils/order_utils.ts
| * Migrate migrations to v2Leonid Logvinov2018-05-251-2/+3
| |
* | Use domain separator for exchange addressJacob Evans2018-05-251-4/+19
| |
* | Update order hash to match latest eip712Jacob Evans2018-05-251-19/+26
|/
* Add CancelOrder and MatchOrder typesRemco Bloemen2018-05-221-3/+3
|
* Atomic Order Matching - TestsGreg Hysen2018-05-191-0/+9
|
* Update tests and utilsAmir Bandeali2018-04-271-0/+3
|
* Rename token => assetAmir Bandeali2018-04-221-10/+10
|
* Removed takerTokenAddress and makerTokenAddress from Order struct.Greg Hysen2018-04-211-6/+0
|
* makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-211-6/+6
|
* Asset Proxy DispatcherGreg Hysen2018-04-211-0/+6
|
* Revert variable namingAmir Bandeali2018-04-211-9/+9
|
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-211-15/+15
|
* Update order utilsAmir Bandeali2018-04-211-5/+5
|
* Add utils for hashing and signing orders, update wrappersAmir Bandeali2018-04-211-0/+80