Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move generated contract wrappers and artifacts into contracts package | Alex Browne | 2018-10-16 | 1 | -3/+2 |
| | |||||
* | Rename and update some artifact locations | Alex Browne | 2018-09-05 | 1 | -1/+1 |
| | |||||
* | Add tests for token that returns >32 bytes | Amir Bandeali | 2018-08-31 | 1 | -0/+1 |
| | |||||
* | Add ReentrantToken | Amir Bandeali | 2018-08-25 | 1 | -0/+1 |
| | |||||
* | Rename TestStaticCall => TestStaticCallReceiver | Amir Bandeali | 2018-08-25 | 1 | -1/+1 |
| | |||||
* | Add pragma experimental v0.5.0 to SignatureValidator and add tests | Amir Bandeali | 2018-08-25 | 1 | -0/+1 |
| | |||||
* | Add tests | Amir Bandeali | 2018-08-22 | 1 | -0/+1 |
| | |||||
* | fix(sol-cov): Remove old files and update config.contractsDir | Alex Browne | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Add ERC721Receiver that returns incorrect value | Amir Bandeali | 2018-08-17 | 1 | -0/+1 |
| | |||||
* | Add tests for ERC20 token with no return values | Amir Bandeali | 2018-08-17 | 1 | -0/+1 |
| | |||||
* | Add combinatorial tests for internal Exchange functions (#807) | Alex Browne | 2018-07-27 | 1 | -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_DATA | Amir Bandeali | 2018-07-23 | 1 | -0/+1 |
| | |||||
* | Move example contracts into new examples dir | Amir Bandeali | 2018-07-23 | 1 | -2/+2 |
| | |||||
* | Update contract artifacts | Leonid Logvinov | 2018-07-13 | 1 | -0/+1 |
| | |||||
* | Forwarding contract (squashed commits) | Jacob Evans | 2018-07-06 | 1 | -0/+1 |
| | |||||
* | Fix tests | Amir Bandeali | 2018-06-30 | 1 | -0/+1 |
| | |||||
* | Fix build | Amir Bandeali | 2018-06-27 | 1 | -0/+3 |
| | |||||
* | Remove redundant files, hard code function selector in dispatchTransferFrom, ↵ | Amir Bandeali | 2018-06-27 | 1 | -1/+0 |
| | | | | and modify revert reason | ||||
* | Add IAssetData | Remco Bloemen | 2018-06-26 | 1 | -0/+1 |
| | |||||
* | Move isFunctionRemoveAuthorizedAddress to test | Remco Bloemen | 2018-06-23 | 1 | -0/+1 |
| | |||||
* | Merge LibMem and LibBytes | Remco Bloemen | 2018-06-23 | 1 | -1/+0 |
| | |||||
* | Updated compiler runs to be 1,000,000 | Greg Hysen | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | Twenty new tests for MixinSignatureValidator. Fixed handling of unsupported ↵ | Greg Hysen | 2018-06-21 | 1 | -0/+2 |
| | | | | types. Fixed trezor prefix. | ||||
* | Make cancelOrdersUpTo compatible with sender abstraction | Amir Bandeali | 2018-06-20 | 1 | -0/+1 |
| | |||||
* | Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. ↵ | Greg Hysen | 2018-06-08 | 1 | -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 callback | Greg Hysen | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | Foundation for TestLibAssetProxyDecoder | Greg Hysen | 2018-06-08 | 1 | -0/+1 |
| | |||||
* | LibMem + TestLibMem + LibAssetProxyDecoder + DummyERC721Receiver | Greg Hysen | 2018-06-08 | 1 | -0/+2 |
| | |||||
* | Update Exchange statuses, revert instead of emmitting event on fill/cancel ↵ | Amir Bandeali | 2018-06-05 | 1 | -1/+1 |
| | | | | failures, and remove redundant logic in matchOrders | ||||
* | Add sample whitelist contract | Amir Bandeali | 2018-05-31 | 1 | -0/+1 |
| | |||||
* | Fix build | Amir Bandeali | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Rebased against v2-prototype | Greg Hysen | 2018-05-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 1 | -10/+16 |
| | |||||
* | Move artifacts from src/artifacts to artifacts/v1 | Leonid Logvinov | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | Implement new artifacts format | Leonid Logvinov | 2018-05-07 | 1 | -0/+33 |