| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix linting errors | Amir Bandeali | 2018-08-17 | 1 | -1/+1 |
* | Fix tests that assumed logs were being filtered | Amir Bandeali | 2018-08-17 | 1 | -1/+1 |
* | Fixed merge errors | Greg Hysen | 2018-07-18 | 1 | -2/+0 |
* | Fixed merge error | Greg Hysen | 2018-07-18 | 1 | -11/+11 |
* | Ran prettier | Greg Hysen | 2018-07-18 | 1 | -11/+11 |
* | Removed receiverData from ERC721 Proxy Id generation | Greg Hysen | 2018-07-18 | 1 | -2/+2 |
* | Removed receiverData and `onReceive` callback from ERC721 proxy. | Greg Hysen | 2018-07-18 | 1 | -81/+4 |
* | Move encodeUint256 & decodeUint256 out of assetDataUtils since we don't want ... | Fabio Berger | 2018-07-18 | 1 | -2/+3 |
* | Rename assetProxyUtils to assetDataUtils | Fabio Berger | 2018-07-17 | 1 | -15/+15 |
* | Use 0.4.10 in AssetProxyOwner, add readBytes4 to contract and remove LibBytes | Amir Bandeali | 2018-07-11 | 1 | -3/+3 |
* | Make it possible to configure block polling interval in base contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -8/+8 |
* | Improve robustness of revert reason assertions | Alex Browne | 2018-07-03 | 2 | -17/+17 |
* | Fix build | Amir Bandeali | 2018-06-30 | 1 | -0/+1 |
* | Update file structure | Amir Bandeali | 2018-06-30 | 2 | -20/+19 |
* | Fix deployment to geth | Amir Bandeali | 2018-06-30 | 1 | -6/+5 |
* | Fix tests | Amir Bandeali | 2018-06-30 | 1 | -71/+134 |
* | Reduce the userAddresses to the individual addresses actually used by tests, ... | Fabio Berger | 2018-06-28 | 1 | -5/+8 |
* | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-27 | 3 | -208/+12 |
|\ |
|
| * | Add more revert reasons to tests | Amir Bandeali | 2018-06-27 | 2 | -13/+12 |
| * | Remove redundant files, hard code function selector in dispatchTransferFrom, ... | Amir Bandeali | 2018-06-27 | 2 | -192/+0 |
* | | Fix tests | Fabio Berger | 2018-06-27 | 1 | -3/+6 |
* | | Merge branch 'refactor/check-revert-reasons' into feature/combinatorial-testing | Fabio Berger | 2018-06-27 | 2 | -14/+14 |
|\| |
|
| * | Rename RevertReasons to RevertReason since singular enum names are more common | Fabio Berger | 2018-06-26 | 2 | -14/+14 |
| * | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-26 | 2 | -50/+27 |
| |\ |
|
* | | | Rename to singular | Fabio Berger | 2018-06-26 | 1 | -9/+9 |
* | | | Fix merge issues | Fabio Berger | 2018-06-26 | 1 | -1/+4 |
* | | | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-26 | 2 | -65/+38 |
|\ \ \
| | |/
| |/| |
|
| * | | Don't use variables for revert reasons | Amir Bandeali | 2018-06-26 | 1 | -2/+4 |
| * | | Run prettier and fix linting errors | Amir Bandeali | 2018-06-26 | 1 | -18/+6 |
| * | | Fix tests | Amir Bandeali | 2018-06-26 | 1 | -2/+1 |
| * | | Update tests | Remco Bloemen | 2018-06-26 | 1 | -2/+2 |
| * | | Update tests | Remco Bloemen | 2018-06-26 | 2 | -33/+20 |
| * | | WIP | Remco Bloemen | 2018-06-26 | 1 | -0/+1 |
* | | | merge check-revert-reasons | Fabio Berger | 2018-06-25 | 2 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Move RevertReasons to @0xproject/types package | Fabio Berger | 2018-06-25 | 2 | -2/+2 |
| * | | Add missing import | Fabio Berger | 2018-06-25 | 1 | -1/+4 |
* | | | Add missing import | Fabio Berger | 2018-06-25 | 1 | -1/+4 |
* | | | merge check-revert-reasons | Fabio Berger | 2018-06-25 | 2 | -16/+33 |
|\| | |
|
| * | | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-25 | 2 | -1/+69 |
| |\| |
|
| * | | Fix prettier | Fabio Berger | 2018-06-23 | 1 | -3/+1 |
| * | | Rename ContractLibErrors to RevertReasons | Fabio Berger | 2018-06-23 | 2 | -14/+14 |
| * | | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-22 | 1 | -1/+0 |
| |\ \ |
|
| * | | | remove unused import | Fabio Berger | 2018-06-22 | 1 | -1/+0 |
| * | | | Test revert reasons in proxy tests | Fabio Berger | 2018-06-21 | 1 | -11/+23 |
| * | | | remove only | Fabio Berger | 2018-06-21 | 1 | -1/+1 |
| * | | | Check revert reasons in Authorizable tests | Fabio Berger | 2018-06-21 | 1 | -6/+14 |
* | | | | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-25 | 2 | -2/+69 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Add modifier and tests for removeAuthorizedAddressAtIndex | Amir Bandeali | 2018-06-23 | 1 | -0/+69 |
| * | | | Merge LibMem and LibBytes | Remco Bloemen | 2018-06-23 | 1 | -1/+0 |
| | |/
| |/| |
|
| * | | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'v2-prototype' into feature/combinatorial-testing | Fabio Berger | 2018-06-20 | 1 | -2/+6 |
|\| |
|
| * | ERC721Proxy Always call safeTransferFrom | Jacob Evans | 2018-06-20 | 1 | -2/+6 |
* | | Remove hack in ERC20Wrapper | Fabio Berger | 2018-06-19 | 1 | -1/+4 |
* | | - Refactor assetWrapper to contain more of the normalizing logic instead of e... | Fabio Berger | 2018-06-15 | 1 | -1/+2 |
|/ |
|
* | Pop id from assetData before dispatching to AssetProxies | Amir Bandeali | 2018-06-13 | 2 | -40/+49 |
* | Linter changes to contracts | Greg Hysen | 2018-06-09 | 2 | -11/+3 |
* | Cleanup after last rebase | Greg Hysen | 2018-06-08 | 2 | -3/+3 |
* | Updated tests to use new revert handler | Greg Hysen | 2018-06-08 | 1 | -2/+2 |
* | Minor fixes after rebase | Greg Hysen | 2018-06-08 | 1 | -14/+6 |
* | Style updates to contracts | Greg Hysen | 2018-06-08 | 2 | -8/+3 |
* | Union types for generalized decodeAssetData | Greg Hysen | 2018-06-08 | 1 | -2/+2 |
* | Style updates to ERC721 onReceiver | Greg Hysen | 2018-06-08 | 2 | -3/+14 |
* | Fixes after rebasing | Greg Hysen | 2018-06-08 | 2 | -8/+5 |
* | Fixed up after rebasing. Contracts build and tests pass | Greg Hysen | 2018-06-08 | 2 | -28/+14 |
* | Style audit for proxies + libmem + libbytes | Greg Hysen | 2018-06-08 | 2 | -27/+32 |
* | Call safeTransferFrom only when there is receiver data present | Greg Hysen | 2018-06-08 | 1 | -11/+13 |
* | Removed the LibAssetProxyDecoder. Merged decode functions into the proxies. T... | Greg Hysen | 2018-06-08 | 1 | -5/+5 |
* | Converged on naming scheme for asset data: renamed all instances of assetMeta... | Greg Hysen | 2018-06-08 | 2 | -95/+62 |
* | Tons of tests around nested byte arrays and ERC721 receiver | Greg Hysen | 2018-06-08 | 2 | -17/+45 |
* | Test for onReceived erc721 callback | Greg Hysen | 2018-06-08 | 2 | -3/+121 |
* | LibAssetProxyDecoder tests | Greg Hysen | 2018-06-08 | 1 | -26/+30 |
* | Foundation for TestLibAssetProxyDecoder | Greg Hysen | 2018-06-08 | 1 | -0/+72 |
* | Fix missing paths | Fabio Berger | 2018-06-08 | 1 | -4/+4 |
* | merge v2-prototype | Fabio Berger | 2018-06-07 | 2 | -36/+31 |
|\ |
|
| * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-07 | 2 | -24/+26 |
| |\ |
|
| | * | Add Async suffix to relevant assertions | Alex Browne | 2018-06-07 | 2 | -14/+14 |
| | * | Replace constant.REVERT test assertions with expectRevertOrAlwaysFailingTrans... | Alex Browne | 2018-06-07 | 2 | -24/+26 |
| * | | Linter now passes | fragosti | 2018-06-06 | 2 | -8/+1 |
| |/ |
|
* / | move generated contract wrappers from `contract_wrappers/generated/` to `gene... | Fabio Berger | 2018-06-06 | 2 | -5/+5 |
|/ |
|
* | Update Exchange statuses, revert instead of emmitting event on fill/cancel fa... | Amir Bandeali | 2018-06-05 | 1 | -0/+1 |
* | Initial refactor of order-utils. Move many utils from contracts into this pac... | Fabio Berger | 2018-05-30 | 1 | -2/+2 |
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 2 | -16/+22 |
* | Merge branch 'v2-prototype' into refactor/contracts/remove0xjsDep | Fabio Berger | 2018-05-23 | 2 | -47/+101 |
|\ |
|
| * | Fix some unhandled promise rejections | Alex Browne | 2018-05-22 | 1 | -2/+2 |
| * | Add awaitTransactionMinedAsync after every sent transaction | Alex Browne | 2018-05-22 | 2 | -45/+87 |
| * | Add missing blockchainLifecycle calls to contracts tests | Alex Browne | 2018-05-22 | 2 | -0/+12 |
* | | Remove 0x.js dep from contracts | Fabio Berger | 2018-05-23 | 1 | -9/+2 |
|/ |
|
* | merge development | Fabio Berger | 2018-05-22 | 1 | -0/+1 |
* | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 2 | -12/+13 |
* | Move Authorizable to AssetProxy dir, rename to MixinAuthorizable | Amir Bandeali | 2018-05-08 | 1 | -3/+3 |
* | Add tests for batchTransferFrom | Amir Bandeali | 2018-05-02 | 1 | -151/+296 |
* | Add hard coded proxyId into each AssetProxy | Amir Bandeali | 2018-05-01 | 1 | -0/+10 |
* | merge v2-prototype | Fabio Berger | 2018-04-24 | 1 | -18/+18 |
* | Fix tests | Amir Bandeali | 2018-04-24 | 2 | -0/+344 |