aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/order_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-58/+0
|
* Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-131-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (26 commits) Rename _coverageCollector -> _profilerCollector in TraceCollectionSubprovider Refactor sol-cov to de-duplicate code for coverage and profiling Rename popByte and popAddress Hard code test addresses/bytes32 instead of generating pseudorandom ones Update artifacts Rename computeCoverageAsync -> computeSingleTraceCoverageAsync Fix linter errors Refactor sol-cov to avoid keeping traceInfo in memory Unpop byte rather than making deep copy Pass gas in to marketBuyOrdersNoThrow Looks up the memory location of makerAssetData/takerAssetData Make ZRX_PROXY_ID constant rather than popping it from ZRX_ASSET_DATA Add tests for deepCopyBytes and missing write methods from LibBytes Pop id from assetData before dispatching to AssetProxies Upgrade solidity-parser-entlr 0.2.11 => 0.2.12 Fix import order Fix typos Add CHANGELOGs Speed-up sol-cov Increase delay when sending transactions during devnet startup ...
| * Pop id from assetData before dispatching to AssetProxiesAmir Bandeali2018-06-131-0/+3
| |
* | Implement initial set of orderFill combinatorial testsFabio Berger2018-06-131-0/+7
|/
* 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