aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/compiler.json
Commit message (Collapse)AuthorAgeFilesLines
* Move generated contract wrappers and artifacts into contracts packageAlex Browne2018-10-161-3/+2
|
* Rename and update some artifact locationsAlex Browne2018-09-051-1/+1
|
* Add tests for token that returns >32 bytesAmir Bandeali2018-08-311-0/+1
|
* Add ReentrantTokenAmir Bandeali2018-08-251-0/+1
|
* Rename TestStaticCall => TestStaticCallReceiverAmir Bandeali2018-08-251-1/+1
|
* Add pragma experimental v0.5.0 to SignatureValidator and add testsAmir Bandeali2018-08-251-0/+1
|
* Add testsAmir Bandeali2018-08-221-0/+1
|
* fix(sol-cov): Remove old files and update config.contractsDirAlex Browne2018-08-211-1/+1
|
* Add ERC721Receiver that returns incorrect valueAmir Bandeali2018-08-171-0/+1
|
* Add tests for ERC20 token with no return valuesAmir Bandeali2018-08-171-0/+1
|
* Add combinatorial tests for internal Exchange functions (#807)Alex Browne2018-07-271-1/+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
* Add tests to verify ZRX_ASSET_DATAAmir Bandeali2018-07-231-0/+1
|
* Move example contracts into new examples dirAmir Bandeali2018-07-231-2/+2
|
* Update contract artifactsLeonid Logvinov2018-07-131-0/+1
|
* Forwarding contract (squashed commits)Jacob Evans2018-07-061-0/+1
|
* Fix testsAmir Bandeali2018-06-301-0/+1
|
* Fix buildAmir Bandeali2018-06-271-0/+3
|
* Remove redundant files, hard code function selector in dispatchTransferFrom, ↵Amir Bandeali2018-06-271-1/+0
| | | | and modify revert reason
* Add IAssetDataRemco Bloemen2018-06-261-0/+1
|
* Move isFunctionRemoveAuthorizedAddress to testRemco Bloemen2018-06-231-0/+1
|
* Merge LibMem and LibBytesRemco Bloemen2018-06-231-1/+0
|
* Updated compiler runs to be 1,000,000Greg Hysen2018-06-221-1/+1
|
* Twenty new tests for MixinSignatureValidator. Fixed handling of unsupported ↵Greg Hysen2018-06-211-0/+2
| | | | types. Fixed trezor prefix.
* Make cancelOrdersUpTo compatible with sender abstractionAmir Bandeali2018-06-201-0/+1
|
* Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. ↵Greg Hysen2018-06-081-1/+1
| | | | This way they can still be used by the forwarding contract. TestAssetDataDecoders inherits them in the same way the forwarding contract would
* Test for onReceived erc721 callbackGreg Hysen2018-06-081-1/+1
|
* Foundation for TestLibAssetProxyDecoderGreg Hysen2018-06-081-0/+1
|
* LibMem + TestLibMem + LibAssetProxyDecoder + DummyERC721ReceiverGreg Hysen2018-06-081-0/+2
|
* Update Exchange statuses, revert instead of emmitting event on fill/cancel ↵Amir Bandeali2018-06-051-1/+1
| | | | failures, and remove redundant logic in matchOrders
* Add sample whitelist contractAmir Bandeali2018-05-311-0/+1
|
* Fix buildAmir Bandeali2018-05-251-1/+1
|
* Rebased against v2-prototypeGreg Hysen2018-05-191-1/+1
|
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-10/+16
|
* Move artifacts from src/artifacts to artifacts/v1Leonid Logvinov2018-05-071-1/+1
|
* Implement new artifacts formatLeonid Logvinov2018-05-071-0/+33