aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0/Exchange.json
Commit message (Collapse)AuthorAgeFilesLines
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-2262/+0
| | | | accordingly
* Rename and update some artifact locationsAlex Browne2018-09-051-0/+2262
|
* remove v2 contract artifactsF. Eugene Aumson2018-08-211-2142/+0
|
* Update artifactsAmir Bandeali2018-08-171-7/+1
|
* fix contract-wrappers json-schemasfragosti2018-08-101-106/+21
|
* Add combinatorial tests for internal Exchange functions (#807)Alex Browne2018-07-271-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP add combinatorial tests for internal Exchange functions * Change combinitorial testing strategy based on feedback * Check value of filled[orderHash] in updateFilledState tests * Add combinatorial tests for addFillResults * Add combinatorial tests for getPartialAmount * Implement generic `testWithReferenceFuncAsync` * Implement generic `testCombinatoriallyWithReferenceFuncAsync` * Add combinatorial tests for isRoundingError * Add combinatorial tests for calculateFillResults * Add support for Geth in internal contract tests * Fix contract artifacts * Change DECIMAL_PLACES to 78 and add a note. * Document new functions in utils * Optimize tests by only reseting state when needed * Rename/move some files * Print parameter names on failure in testWithReferenceFuncAsync * Add to changelog for utils package * Appease various linters * Rename some more things related to FillOrderCombinatorialUtils * Remove .only from test/exchange/internal.ts * Remove old test for isRoundingError and getPartialAmount * Appease linters again * Remove old todos * Fix typos, add comments, rename some things * Re-add some LibMath tests * Update contract internal tests to use new SafeMath revert reasons * Apply PR feedback from Amir * Apply PR feedback from Remco * Re-add networks to ZRXToken artifact * Remove duplicate Whitelist in compiler.json
* Update artifactFabio Berger2018-07-251-8/+8
|
* Changed artifactsFabio Berger2018-07-241-12/+12
|
* Updated CHANGELOGSLeonid Logvinov2018-07-231-23/+104
|
* Fix a bad mergeLeonid Logvinov2018-07-181-1/+7
|
* MergeLeonid Logvinov2018-07-181-8/+91
|
* Update contract artifactsLeonid Logvinov2018-07-131-7/+1
|
* Update artifactsAmir Bandeali2018-07-111-38/+38
|
* Merge pull request #822 from 0xProject/v2-contract-wrappers-WIPLeonid Logvinov2018-07-061-1/+7
|\ | | | | V2 contract wrappers
| * Upgrade artifactsLeonid Logvinov2018-07-051-1/+1
| |
| * Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-42/+29
| |\
| * | Set the interval to 0 in awaitTranscationSuccessAsyncLeonid Logvinov2018-06-291-2/+8
| | |
* | | Forwarding contract (squashed commits)Jacob Evans2018-07-061-68/+68
| |/ |/|
* | Update 2.0.0 artifactsAmir Bandeali2018-06-301-43/+30
|/
* Remove network 50 detailsFabio Berger2018-06-281-8/+2
|
* Re-generate and clean up artifacts for 2.0.0Fabio Berger2018-06-281-1/+7
|
* Update artifactsAmir Bandeali2018-06-271-86/+114
|
* Set settleOrder and settleMatchedOrders to privateGreg Hysen2018-06-211-60/+102
|
* Removed MixinSettlement. Moved `settleOrder` into `MixinExchangeCore` and ↵Greg Hysen2018-06-211-59/+27
| | | | `settleMatchedOrders` into `MixinMatchOrders`
* Migrations after rebasingGreg Hysen2018-06-211-27/+59
|
* Rename makerEpoch => orderEpochAmir Bandeali2018-06-201-35/+35
|
* Make cancelOrdersUpTo compatible with sender abstractionAmir Bandeali2018-06-201-32/+110
|
* Make isValidSignature publicAmir Bandeali2018-06-191-9/+36
|
* Update artifactsAmir Bandeali2018-06-131-30/+16
|
* Speedup awaitTransactionMinedAsync and reduce polling interval in contracts ↵Alex Browne2018-06-121-34/+42
| | | | tests
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-091-10/+6
|
* Fix tslint failureFabio Berger2018-06-081-7/+7
|
* Get build and tests to passfragosti2018-06-071-164/+35
|
* Update artifacts in migrationsAlex Browne2018-06-051-8/+12
|
* Update v2 artifactsFabio Berger2018-06-021-39/+103
|
* Use domain separator for exchange addressJacob Evans2018-05-251-2014/+1977
|
* Ran prettierGreg Hysen2018-05-221-1977/+2014
|
* Added getNullFillResultsGreg Hysen2018-05-191-8/+8
|
* orderFilledAmount -> orderTakerAssetFilledAmountGreg Hysen2018-05-191-13/+13
|
* Style improvements to order matchingGreg Hysen2018-05-191-10/+10
|
* Upgraded to Solidity 0.4.24Greg Hysen2018-05-191-36/+36
|
* Rebased against v2-prototypeGreg Hysen2018-05-191-1627/+1977
|
* Fix prettierBrandon Millman2018-05-191-1594/+1627
|
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-0/+1595