Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v2-prototype' into invalid-argument-error | Fabio Berger | 2018-06-27 | 115 | -4256/+3591 |
|\ | |||||
| * | Improve 'web3-provider-engine' typings | Nikita Galkin | 2018-06-27 | 2 | -1/+18 |
| | | |||||
| * | Merge pull request #773 from 0xProject/feature/contracts/abi-calldata-proxy | Amir Bandeali | 2018-06-27 | 50 | -3094/+1785 |
| |\ | | | | | | | Optimize transfer | ||||
| | * | Fix build | Amir Bandeali | 2018-06-27 | 5 | -3/+392 |
| | | | |||||
| | * | Update artifacts | Amir Bandeali | 2018-06-27 | 30 | -2689/+1363 |
| | | | |||||
| | * | Add more revert reasons to tests | Amir Bandeali | 2018-06-27 | 4 | -19/+44 |
| | | | |||||
| | * | Make dispatchTransferFrom revert with reason from AssetProxy on failure | Amir Bandeali | 2018-06-27 | 2 | -7/+6 |
| | | | |||||
| | * | Remove redundant files, hard code function selector in dispatchTransferFrom, ↵ | Amir Bandeali | 2018-06-27 | 17 | -896/+201 |
| | | | | | | | | | | | | and modify revert reason | ||||
| | * | Updated offset of receiverData length to reflect new assetData encoding. | Greg Hysen | 2018-06-27 | 1 | -2/+2 |
| | | | |||||
| | * | ERC20 Custom storage layout | Remco Bloemen | 2018-06-27 | 2 | -3/+5 |
| | | | |||||
| | * | Golf the authorization check | Remco Bloemen | 2018-06-27 | 2 | -122/+132 |
| | | | |||||
| | * | ERC20 manual memory layout | Remco Bloemen | 2018-06-27 | 1 | -11/+6 |
| | | | |||||
| | * | ERC20 inline return | Remco Bloemen | 2018-06-27 | 1 | -6/+11 |
| | | | |||||
| | * | ERC721 inline return | Remco Bloemen | 2018-06-27 | 1 | -8/+9 |
| | | | |||||
| | * | Golf ERC721 transferFrom | Remco Bloemen | 2018-06-27 | 2 | -3/+166 |
| | | | |||||
| | * | Inline ERC20 tranferFrom selector constant | Remco Bloemen | 2018-06-27 | 1 | -4/+3 |
| | | | |||||
| | * | Optimize ERC20 transferFrom | Remco Bloemen | 2018-06-27 | 1 | -2/+126 |
| |/ | |||||
| * | Polish asset picker layout | Brandon Millman | 2018-06-27 | 1 | -4/+4 |
| | | |||||
| * | Update relayer grid fallback icon | Brandon Millman | 2018-06-27 | 2 | -1/+1 |
| | | |||||
| * | Merge pull request #777 from 0xProject/feature/website/browser-detection | Brandon Millman | 2018-06-27 | 6 | -18/+61 |
| |\ | | | | | | | Change metamask install link based on browser | ||||
| | * | Change metamask install link based on browser | Brandon Millman | 2018-06-26 | 6 | -18/+104 |
| | | | |||||
| * | | Merge pull request #776 from 0xProject/ethereum-js-tx-1.3.5 | Alex Browne | 2018-06-27 | 4 | -5/+54 |
| |\ \ | | | | | | | | | Use ethereumjs-tx@1.3.5 instead of our fork | ||||
| | * | | Use ethereumjs-tx@1.3.5 instead of our fork | Alex Browne | 2018-06-26 | 4 | -5/+54 |
| | | | | |||||
| * | | | Merge pull request #760 from 0xProject/refactor/check-revert-reasons | Fabio Berger | 2018-06-27 | 16 | -140/+255 |
| |\ \ \ | | |_|/ | |/| | | Check Revert Reasons in Contract Tests | ||||
| | * | | Temporarily switch revert reasons to `TransferFailed`. Should be ↵ | Fabio Berger | 2018-06-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | `InvalidAmount` but because of an oversight in the assembly implementation of `dispatchTransferFrom`, it always throws `TransferFailed` | ||||
| | * | | Expect RevertReason be passed in, not string | Fabio Berger | 2018-06-26 | 1 | -1/+5 |
| | | | | |||||
| | * | | Rename RevertReasons to RevertReason since singular enum names are more common | Fabio Berger | 2018-06-26 | 11 | -96/+96 |
| | | | | |||||
| | * | | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-26 | 36 | -364/+521 |
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (21 commits) Don't use variables for revert reasons Add comments to dispatchTransferFrom Document IAssetData Compute bytes4 proxyid constants Return inplace bytes in LibBytes.readBytesWithLength Add Greg's documentation to MixinErc721Transfer Add Greg's documentation to MixinErc20Transfer Gas golf the transfer success logic Optimize like in PR #767 Run prettier and fix linting errors Fix tests Update tests Fix AssetProxyUtils Update tests Fix ERC721Proxy TokenId Update AssetProxyUtils Add IAssetData WIP ABI encoded asset data Remove proxyId argument from dispatchTransferFrom ... # Conflicts: # packages/contracts/test/asset_proxy/proxies.ts | ||||
| * | | | Merge pull request #743 from 0xProject/feature/contracts/abi-encoded | Amir Bandeali | 2018-06-26 | 35 | -361/+478 |
| |\ \ \ | | |_|/ | |/| | | ABI encode assetData fields | ||||
| | * | | Don't use variables for revert reasons | Amir Bandeali | 2018-06-26 | 14 | -86/+86 |
| | | | | |||||
| | * | | Add comments to dispatchTransferFrom | Amir Bandeali | 2018-06-26 | 1 | -30/+56 |
| | | | | |||||
| | * | | Document IAssetData | Remco Bloemen | 2018-06-26 | 1 | -0/+3 |
| | | | | |||||
| | * | | Compute bytes4 proxyid constants | Remco Bloemen | 2018-06-26 | 2 | -2/+2 |
| | | | | |||||
| | * | | Return inplace bytes in LibBytes.readBytesWithLength | Remco Bloemen | 2018-06-26 | 1 | -9/+7 |
| | | | | |||||
| | * | | Add Greg's documentation to MixinErc721Transfer | Remco Bloemen | 2018-06-26 | 1 | -33/+44 |
| | | | | |||||
| | * | | Add Greg's documentation to MixinErc20Transfer | Remco Bloemen | 2018-06-26 | 1 | -13/+35 |
| | | | | |||||
| | * | | Gas golf the transfer success logic | Remco Bloemen | 2018-06-26 | 1 | -11/+10 |
| | | | | |||||
| | * | | Optimize like in PR #767 | Remco Bloemen | 2018-06-26 | 3 | -34/+157 |
| | | | | |||||
| | * | | Run prettier and fix linting errors | Amir Bandeali | 2018-06-26 | 3 | -55/+54 |
| | | | | |||||
| | * | | Fix tests | Amir Bandeali | 2018-06-26 | 5 | -21/+4 |
| | | | | |||||
| | * | | Update tests | Remco Bloemen | 2018-06-26 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix AssetProxyUtils | Remco Bloemen | 2018-06-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | Update tests | Remco Bloemen | 2018-06-26 | 2 | -33/+20 |
| | | | | |||||
| | * | | Fix ERC721Proxy TokenId | Remco Bloemen | 2018-06-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | Update AssetProxyUtils | Remco Bloemen | 2018-06-26 | 1 | -90/+41 |
| | | | | |||||
| | * | | Add IAssetData | Remco Bloemen | 2018-06-26 | 2 | -1/+2 |
| | | | | |||||
| | * | | WIP | Remco Bloemen | 2018-06-26 | 5 | -23/+36 |
| | | | | |||||
| | * | | ABI encoded asset data | Remco Bloemen | 2018-06-26 | 9 | -29/+51 |
| | | | | |||||
| | * | | Remove proxyId argument from dispatchTransferFrom | Remco Bloemen | 2018-06-26 | 8 | -41/+20 |
| |/ / | |||||
| * | | Merge pull request #772 from 0xProject/add-coverage-instructions | Fabio Berger | 2018-06-26 | 1 | -3/+43 |
| |\ \ | | | | | | | | | Improve Contracts README Testing Section | ||||
| | * | | Document all the contract test options in README | Fabio Berger | 2018-06-25 | 1 | -3/+43 |
| |/ / | |||||
| | * | Move RevertReasons to @0xproject/types package | Fabio Berger | 2018-06-25 | 12 | -66/+58 |
| | | | |||||
| | * | Add missing import | Fabio Berger | 2018-06-25 | 1 | -1/+4 |
| | | | |||||
| | * | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-25 | 46 | -908/+1178 |
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (48 commits) Fix typos in comments Add modifier and tests for removeAuthorizedAddressAtIndex Update and add tests Change removeAuthorizedAddress => removeAuthorizedAddressAtIndex Move isFunctionRemoveAuthorizedAddress to test Fix usage of `popLastByte` Fix LibBytes is a library Remove `areBytesEqual` Fix usage of `contentAddress()` Clean low bits in bytes4 Clean high bits in address Refactor LibBytes.readBytes4 for consistency Fix LibBytes.equals Add trailing garbage testcase for LibBytes.equals Rename bytes.equals Add slice and sliceDestructive Rename bytes.rawAddress and add bytes.contentAddress Rename read/writeBytesWithLength Using LibBytes for bytes Make LibBytes a library ... # Conflicts: # packages/contracts/src/contracts/current/utils/Ownable/Ownable.sol # packages/contracts/test/libraries/lib_bytes.ts | ||||
| * | | Merge pull request #735 from feuGeneA/metacoin-independence | Leonid Logvinov | 2018-06-25 | 2 | -3/+16 |
| |\ \ | | | | | | | | | Metacoin independence | ||||
| | * | | ethereum-types now only has v0.0.2, no 0.0.1 | F. Eugene Aumson | 2018-06-20 | 1 | -1/+1 |
| | | | | |||||
| | * | | add missing metacoin dependencies | F. Eugene Aumson | 2018-06-20 | 1 | -0/+4 |
| | | | | |||||
| | * | | make metacoin tsconfig independent | F. Eugene Aumson | 2018-06-20 | 1 | -2/+11 |
| | | | | |||||
| * | | | Merge pull request #758 from 0xProject/fix/order-utils/known-order-hash | Jacob Evans | 2018-06-25 | 1 | -8/+4 |
| |\ \ \ | | | | | | | | | | | Fix known order hash value test in order-utils | ||||
| | * | | | Fix known order hash value test | Jacob Evans | 2018-06-22 | 1 | -8/+4 |
| | | | | | |||||
| * | | | | Merge pull request #698 from 0xProject/fix/contracts/using-libbytes | Remco Bloemen | 2018-06-23 | 25 | -700/+947 |
| |\ \ \ \ | | | | | | | | | | | | | Fixes and refactoring regarding LibBytes | ||||
| | * | | | | Fix typos in comments | Remco Bloemen | 2018-06-23 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Add modifier and tests for removeAuthorizedAddressAtIndex | Amir Bandeali | 2018-06-23 | 3 | -2/+79 |
| | | | | | | |||||
| | * | | | | Update and add tests | Amir Bandeali | 2018-06-23 | 4 | -173/+274 |
| | | | | | | |||||
| | * | | | | Change removeAuthorizedAddress => removeAuthorizedAddressAtIndex | Amir Bandeali | 2018-06-23 | 2 | -13/+22 |
| | | | | | | |||||
| | * | | | | Move isFunctionRemoveAuthorizedAddress to test | Remco Bloemen | 2018-06-23 | 6 | -22/+70 |
| | | | | | | |||||
| | * | | | | Fix usage of `popLastByte` | Remco Bloemen | 2018-06-23 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Fix LibBytes is a library | Remco Bloemen | 2018-06-23 | 6 | -15/+12 |
| | | | | | | |||||
| | * | | | | Remove `areBytesEqual` | Remco Bloemen | 2018-06-23 | 1 | -35/+0 |
| | | | | | | |||||
| | * | | | | Fix usage of `contentAddress()` | Remco Bloemen | 2018-06-23 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Clean low bits in bytes4 | Remco Bloemen | 2018-06-23 | 1 | -0/+3 |
| | | | | | | |||||
| | * | | | | Clean high bits in address | Remco Bloemen | 2018-06-23 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | Refactor LibBytes.readBytes4 for consistency | Remco Bloemen | 2018-06-23 | 4 | -14/+25 |
| | | | | | | |||||
| | * | | | | Fix LibBytes.equals | Remco Bloemen | 2018-06-23 | 1 | -21/+4 |
| | | | | | | |||||
| | * | | | | Add trailing garbage testcase for LibBytes.equals | Remco Bloemen | 2018-06-23 | 2 | -0/+21 |
| | | | | | | |||||
| | * | | | | Rename bytes.equals | Remco Bloemen | 2018-06-23 | 3 | -15/+50 |
| | | | | | | |||||
| | * | | | | Add slice and sliceDestructive | Remco Bloemen | 2018-06-23 | 1 | -0/+46 |
| | | | | | | |||||
| | * | | | | Rename bytes.rawAddress and add bytes.contentAddress | Remco Bloemen | 2018-06-23 | 2 | -8/+25 |
| | | | | | | |||||
| | * | | | | Rename read/writeBytesWithLength | Remco Bloemen | 2018-06-23 | 4 | -36/+36 |
| | | | | | | |||||
| | * | | | | Using LibBytes for bytes | Remco Bloemen | 2018-06-23 | 6 | -26/+38 |
| | | | | | | |||||
| | * | | | | Make LibBytes a library | Remco Bloemen | 2018-06-23 | 6 | -35/+30 |
| | | | | | | |||||
| | * | | | | Merge LibMem and LibBytes | Remco Bloemen | 2018-06-23 | 11 | -399/+322 |
| | | | | | | |||||
| | * | | | | Use provided mem in refernce memcpy | Remco Bloemen | 2018-06-23 | 1 | -2/+2 |
| |/ / / / | |||||
| * | | | | Merge pull request #749 from 0xProject/feature/contracts/transactionHashAsm | Amir Bandeali | 2018-06-23 | 1 | -8/+18 |
| |\ \ \ \ | | | | | | | | | | | | | Converted `hashZeroExTransaction` to assembly. Saves 1k gas | ||||
| | * | | | | Apply mask to address to zero-out unused bytes. | Greg Hysen | 2018-06-23 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Converted `hashZeroExTransaction` to assembly. Saves 1k gas | Greg Hysen | 2018-06-22 | 1 | -8/+18 |
| | | | | | | |||||
| * | | | | | Remove extra border from the bottom of the wallet | Brandon Millman | 2018-06-23 | 1 | -3/+11 |
| | | | | | | |||||
| * | | | | | Do not render ZRX or WETH as removable tracked tokens | Brandon Millman | 2018-06-23 | 1 | -1/+4 |
| | | | | | | |||||
| * | | | | | Center items in portal drawer header | Brandon Millman | 2018-06-23 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #764 from 0xProject/feature/website/relay-grid-stacking-bug | Francesco Agosti | 2018-06-23 | 2 | -5/+10 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix issue where hovered tiles appear over top bar | ||||
| | * | | | | | Fix issue where hovered tiles appear over top bar | fragosti | 2018-06-23 | 2 | -5/+10 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #746 from 0xProject/feature/website/relayer-grid-polish | Francesco Agosti | 2018-06-23 | 11 | -152/+138 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Relayer grid polish | ||||
| | * | | | | | Remove unecessary position relative rules | fragosti | 2018-06-23 | 2 | -2/+4 |
| | | | | | | | |||||
| | * | | | | | Lint and fix typo | fragosti | 2018-06-22 | 2 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | Fix z-index issues | fragosti | 2018-06-22 | 6 | -49/+63 |
| | | | | | | | |||||
| | * | | | | | Fix issues that arose from merge | fragosti | 2018-06-22 | 2 | -4/+8 |
| | | | | | | | |||||
| | * | | | | | Remove Background component | Brandon Millman | 2018-06-22 | 5 | -57/+12 |
| | | | | | | | |||||
| | * | | | | | Padding adjustment | Brandon Millman | 2018-06-22 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Remove styles from Portal component | Brandon Millman | 2018-06-22 | 1 | -24/+13 |
| | | | | | | | |||||
| | * | | | | | Add Background component | Brandon Millman | 2018-06-22 | 3 | -14/+35 |
| | | | | | | | |||||
| | * | | | | | Various relayer grid ui polish items | Brandon Millman | 2018-06-22 | 6 | -42/+42 |
| | |/ / / / | |||||
| | | | | * | Fix tslint | Fabio Berger | 2018-06-23 | 4 | -4/+4 |
| | | | | | | |||||
| | | | | * | Fix prettier | Fabio Berger | 2018-06-23 | 5 | -15/+13 |
| | | | | | | |||||
| | | | | * | Rename ContractLibErrors to RevertReasons | Fabio Berger | 2018-06-23 | 11 | -96/+96 |
| | | | | | | |||||
| | | | | * | Remove revert reason 'Exchange' prefix | Fabio Berger | 2018-06-23 | 2 | -3/+3 |
| | | | | | | |||||
| | | | | * | Move constants over to ContractLibError enum and update all tests | Fabio Berger | 2018-06-23 | 5 | -44/+42 |
| | | | | | | |||||
| | | | | * | Standardize ERC20 error strings given convention | Fabio Berger | 2018-06-23 | 1 | -3/+2 |
| | | | | | | |||||
| | | | | * | Fix test now that contract reverts with message | Fabio Berger | 2018-06-22 | 2 | -5/+4 |
| | | | | | | |||||
| | | | | * | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-22 | 3 | -27/+48 |
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Check that assetProxy exists before attempting transfer | ||||
| | | | | * | | Add revert reason checks to wrapper tests | Fabio Berger | 2018-06-22 | 1 | -10/+19 |
| | | | | | | | |||||
| | | | | * | | Fix tests | Fabio Berger | 2018-06-22 | 1 | -2/+2 |
| | | | | | | | |||||
| | | | | * | | Change Whitelist error messages to conform to rest and added revert reason ↵ | Fabio Berger | 2018-06-22 | 3 | -21/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | checks to transactions tests | ||||
| | | | | * | | Add revert reason checks to match_orders tests | Fabio Berger | 2018-06-22 | 1 | -7/+18 |
| | | | | | | | |||||
| | | | | * | | Fix tests | Fabio Berger | 2018-06-22 | 1 | -2/+2 |
| | | | | | | | |||||
| | | | | * | | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-22 | 6 | -21/+268 |
| | | | | |\ \ | | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: Update ganache-core in yarn.lock Add coverage and test:circleci command to sra-report Add missing artifacts Skip failing tests temporarily Fix web3-wrapper test fix name Add missing package tests from circleci | ||||
| | | | | * | | Fix expected version in test | Fabio Berger | 2018-06-22 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | | * | | Merge branch 'v2-prototype' into refactor/check-revert-reasons | Fabio Berger | 2018-06-22 | 146 | -887/+1891 |
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (40 commits) Use make-promises-safe as a preloader instead of manually importing Updated compiler runs to be 1,000,000 Add event to setSignatureValidatorApproval, rename signer => signerAddress accross all contracts Add senderAddress to Fill and Cancel logs, add comments to events and types Fix Island component Add missing image assets for Chris and Mel Fix some bugs in sol-cov Remove unreachable PreSigned check Fix linting Buttons look hella disabled now Remove border radius, fix width issue for unlock step Add Chris and Mel to about page fix linter issues only call getLocationByOffset if source if defined Set settleOrder and settleMatchedOrders to private Prevent prettier issue Support mobile friendly onboarding flows Removed MixinSettlement. Moved `settleOrder` into `MixinExchangeCore` and `settleMatchedOrders` into `MixinMatchOrders` Migrations after rebasing Linter ... | ||||
| | | | | * | | | Check revert reason in dispatcher tests | Fabio Berger | 2018-06-22 | 2 | -5/+13 |
| | | | | | | | | |||||
| | | | | * | | | 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 | 2 | -6/+15 |
| | | | | | | | | |||||
| | | | | * | | | Change revert reason in ownable to be similar to all other revert reasons | Fabio Berger | 2018-06-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | | * | | | remove .only | Fabio Berger | 2018-06-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | | * | | | Update yarn.lock | Fabio Berger | 2018-06-21 | 1 | -105/+68 |
| | | | | | | | | |||||
| | | | | * | | | Update core tests to actually check revert message | Fabio Berger | 2018-06-21 | 3 | -34/+97 |
| | | | | | | | | |||||
| | | | | * | | | Add command to remove all node_modules, nested and hoisted | Fabio Berger | 2018-06-21 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Run prettier | Bryce | 2018-06-26 | 2 | -11/+11 |
| | | | | | | | | |||||
* | | | | | | | | CHANGELOG spacing | Bryce Neal | 2018-06-23 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Typings and comment | Bryce | 2018-06-23 | 4 | -2/+16 |
| | | | | | | | | |||||
* | | | | | | | | Update at abi_decoder | Bryce | 2018-06-23 | 6 | -16/+22 |
| | | | | | | | | |||||
* | | | | | | | | CHANGELOG spacing | Bryce Neal | 2018-06-23 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Fix CHANGELOG spacing. | Bryce Neal | 2018-06-23 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Fix spacing | Bryce | 2018-06-23 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Add CHANGELOG entry | Bryce | 2018-06-23 | 1 | -0/+10 |
| | | | | | | | | |||||
* | | | | | | | | Remove package-lock | Bryce | 2018-06-23 | 1 | -8674/+0 |
| | | | | | | | | |||||
* | | | | | | | | Re-throw if not INVALID_ARGUMENT | Bryce | 2018-06-23 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Address INVALID_ARGUMENT issue | Bryce | 2018-06-23 | 5 | -3/+8688 |
|/ / / / / / / | |||||
* | | | | | | | Fix tslint error | fragosti | 2018-06-23 | 1 | -10/+10 |
| | | | | | | | |||||
* | | | | | | | Merge https://github.com/0xProject/0x-monorepo into v2-prototype | fragosti | 2018-06-23 | 2 | -14/+16 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge pull request #750 from 0xProject/bug/website/fix-add-token | Brandon Millman | 2018-06-23 | 2 | -14/+16 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Various add token flow bugs | ||||
| | * | | | | | | | Pulled out reset AssetPicker state into a common variable | Brandon Millman | 2018-06-23 | 1 | -15/+9 |
| | | | | | | | | | |||||
| | * | | | | | | | Fix state mutation in reducer | Brandon Millman | 2018-06-22 | 1 | -4/+4 |
| | | | | | | | | | |||||
| | * | | | | | | | Do not add empty token to local storage | Brandon Millman | 2018-06-22 | 1 | -0/+8 |
| | |/ / / / / / | |||||
* | | | | | | | | Remove diverse from about page | fragosti | 2018-06-23 | 1 | -3/+3 |
| | | | | | | | | |||||
* | | | | | | | | Use Ops instead of Operations in Mels description | fragosti | 2018-06-23 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | / | Comment out Chris, and move Mel up in about page | fragosti | 2018-06-23 | 2 | -12/+12 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge pull request #748 from 0xProject/fix/contracts/nullAssetProxy | Fabio Berger | 2018-06-22 | 3 | -27/+48 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Check that assetProxy exists before attempting transfer | ||||
| * | | | | | Check that assetProxy exists before attempting transfer | Amir Bandeali | 2018-06-22 | 3 | -27/+48 |
| | | | | | | |||||
* | | | | | | Merge pull request #757 from 0xProject/fix/circle-ci | Fabio Berger | 2018-06-22 | 8 | -127/+337 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Add missing package tests from circleci | ||||
| * | | | | | Update ganache-core in yarn.lock | Fabio Berger | 2018-06-22 | 1 | -105/+68 |
| | | | | | | |||||
| * | | | | | Add coverage and test:circleci command to sra-report | Fabio Berger | 2018-06-22 | 2 | -0/+4 |
| | | | | | | |||||
| * | | | | | Add missing artifacts | Fabio Berger | 2018-06-22 | 2 | -0/+194 |
| | | | | | | |||||
| * | | | | | Skip failing tests temporarily | Fabio Berger | 2018-06-22 | 1 | -2/+6 |
| | | | | | | |||||
| * | | | | | Fix web3-wrapper test | Fabio Berger | 2018-06-22 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | fix name | Fabio Berger | 2018-06-22 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Add missing package tests from circleci | Fabio Berger | 2018-06-22 | 1 | -19/+64 |
|/ / / / / | |||||
* | | | | | Merge pull request #752 from 0xProject/make-promises-safe-preloader | Fabio Berger | 2018-06-22 | 71 | -72/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Use make-promises-safe as a preloader instead of manually importing | ||||
| * | | | | | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 71 | -72/+17 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #751 from 0xProject/feature/contracts/compilerRuns | Amir Bandeali | 2018-06-22 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Updated compiler runs to be 1,000,000 | ||||
| * | | | | Updated compiler runs to be 1,000,000 | Greg Hysen | 2018-06-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #740 from 0xProject/feature/contracts/updateEvents | Amir Bandeali | 2018-06-22 | 18 | -112/+189 |
|\ \ \ \ \ | | | | | | | | | | | | | Update events | ||||
| * | | | | | Add event to setSignatureValidatorApproval, rename signer => signerAddress ↵ | Amir Bandeali | 2018-06-22 | 15 | -70/+144 |
| | | | | | | | | | | | | | | | | | | | | | | | | accross all contracts | ||||
| * | | | | | Add senderAddress to Fill and Cancel logs, add comments to events and types | Amir Bandeali | 2018-06-22 | 5 | -44/+47 |
|/ / / / / | |||||
* | | | | | Merge pull request #747 from 0xProject/fix/sol-cov-bugs | Alex Browne | 2018-06-22 | 2 | -7/+23 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix some bugs in sol-cov | ||||
| * | | | | Fix some bugs in sol-cov | Alex Browne | 2018-06-22 | 2 | -7/+23 |
| |/ / / | |||||
* | | | | Merge pull request #744 from NoteGio/v2-prototype-unreachable | Amir Bandeali | 2018-06-22 | 1 | -4/+0 |
|\ \ \ \ | | | | | | | | | | | Remove unreachable PreSigned check | ||||
| * | | | | Remove unreachable PreSigned check | Austin Roberts | 2018-06-22 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | This code was unreachable, as it had the exact same condition as line 206. | ||||
* | | | | | Fix Island component | fragosti | 2018-06-22 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Add missing image assets for Chris and Mel | fragosti | 2018-06-22 | 2 | -0/+0 |
| | | | | | |||||
* | | | | | Merge pull request #739 from ↵ | Francesco Agosti | 2018-06-22 | 12 | -159/+267 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | 0xProject/feature/website/mobile-friendly-onboarding Add support for mobile-friendly onboarding flows | ||||
| * | | | | Fix linting | fragosti | 2018-06-22 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Buttons look hella disabled now | fragosti | 2018-06-22 | 2 | -9/+17 |
| | | | | | |||||
| * | | | | Remove border radius, fix width issue for unlock step | fragosti | 2018-06-22 | 4 | -5/+12 |
| | | | | | |||||
| * | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-22 | 70 | -647/+1798 |
| |\| | | | | | | | | | | | | | | | | | | feature/website/mobile-friendly-onboarding | ||||
| * | | | | Prevent prettier issue | fragosti | 2018-06-21 | 1 | -10/+8 |
| | | | | | |||||
| * | | | | Support mobile friendly onboarding flows | fragosti | 2018-06-21 | 9 | -87/+180 |
| | | | | | |||||
| * | | | | Scroll to wallet for mobile onboarding | fragosti | 2018-06-21 | 1 | -23/+28 |
| | | | | | |||||
| * | | | | Change Island to use styled-components | fragosti | 2018-06-20 | 1 | -15/+8 |
| | | | | | |||||
| * | | | | Show start onboarding flow button on top of wallet on mobile | fragosti | 2018-06-20 | 1 | -25/+29 |
| | | | | | |||||
* | | | | | Merge pull request #742 from 0xProject/feature/website/chris-mel-about-page | Francesco Agosti | 2018-06-22 | 2 | -2/+21 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Add Chris and Mel to about page | ||||
| * | | | | Add Chris and Mel to about page | fragosti | 2018-06-22 | 2 | -2/+21 |
| | | | | | |||||
* | | | | | Merge pull request #734 from 0xProject/feature/website/shadow-styling | Brandon Millman | 2018-06-22 | 4 | -10/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Update Island shadow styling and use Island in more places | ||||
| * | | | | | Update Island shadow styling and use Island in more places | Brandon Millman | 2018-06-20 | 4 | -10/+8 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #702 from perissology/feature/missing-sources | Leonid Logvinov | 2018-06-22 | 3 | -3/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | [sol-cov] Only collect coverage for provided sources | ||||
| * | | | | | fix linter issues | perissology | 2018-06-22 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | only call getLocationByOffset if source if defined | perissology | 2018-06-21 | 1 | -4/+1 |
| | | | | | | |||||
| * | | | | | Collect coverage for provided sources | perissology | 2018-06-15 | 3 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When solidity generates source maps during contract compilation, the contracts are referred to by an id, which corresponds to an array index. We may not want to cover all sources that were included in a compilation, but because we use array indexes (vs. the id that is provided by solidity compiler) to map the contract to the sourceMap, the provided sourceCodes array must include the code at the correct index. This can result in empty slots in the sourceCodes array. This commit allows the coverage to only be collected for the contracts with provided sourceCode. | ||||
* | | | | | | Merge pull request #692 from 0xProject/refactor/contracts/RemovedMixinSettlement | Remco Bloemen | 2018-06-21 | 9 | -295/+249 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Removed MixinSettlement | ||||
| * | | | | | Set settleOrder and settleMatchedOrders to private | Greg Hysen | 2018-06-21 | 5 | -85/+104 |
| | | | | | | |||||
| * | | | | | Removed MixinSettlement. Moved `settleOrder` into `MixinExchangeCore` and ↵ | Greg Hysen | 2018-06-21 | 9 | -297/+232 |
|/ / / / / | | | | | | | | | | | | | | | | `settleMatchedOrders` into `MixinMatchOrders` | ||||
* | | | | | Merge pull request #733 from 0xProject/bug/website/identicon-layout | Brandon Millman | 2018-06-21 | 3 | -3/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Move some layout logic out of the Identicon component | ||||
| * | | | | | Move some layout logic out of the Identicon component | Brandon Millman | 2018-06-20 | 3 | -3/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #736 from ↵ | Greg Hysen | 2018-06-21 | 27 | -218/+857 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/contracts/MixinSignatureValidatorTests MixinSignatureValidator Test Cases + Bug Fixes | ||||
| * | | | | | Migrations after rebasing | Greg Hysen | 2018-06-21 | 13 | -188/+320 |
| | | | | | | |||||
| * | | | | | Linter | Greg Hysen | 2018-06-21 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Renamed constants in test wallet/validator | Greg Hysen | 2018-06-21 | 2 | -11/+11 |
| | | | | | | |||||
| * | | | | | Few more minor #nit wording changes | Greg Hysen | 2018-06-21 | 2 | -5/+5 |
| | | | | | | |||||
| * | | | | | Changed wording of two tests #nit | Greg Hysen | 2018-06-21 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Minor improvements to MixinSignatureValidator tests | Greg Hysen | 2018-06-21 | 1 | -14/+8 |
| | | | | | | |||||
| * | | | | | Remove .only | Greg Hysen | 2018-06-21 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fixed two mislabelled revert reasons + Signature Validator revert tests ↵ | Greg Hysen | 2018-06-21 | 3 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | working on Geth | ||||
| * | | | | | Minor style tweaks | Greg Hysen | 2018-06-21 | 3 | -8/+8 |
| | | | | | | |||||
| * | | | | | Fixed how trezor messages are signed in `signature_utils`. Now uses ↵ | Greg Hysen | 2018-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | `byteLength` instead of `length`. | ||||
| * | | | | | Fixed `callAsync` template. Previously did not append `callData`, so we ↵ | Greg Hysen | 2018-06-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | couldn’t specify `from` address | ||||
| * | | | | | Twenty new tests for MixinSignatureValidator. Fixed handling of unsupported ↵ | Greg Hysen | 2018-06-21 | 10 | -27/+531 |
|/ / / / / | | | | | | | | | | | | | | | | types. Fixed trezor prefix. | ||||
* | | | | | Merge pull request #725 from 0xProject/feature/revert-trace-code-snippets | Alex Browne | 2018-06-21 | 9 | -39/+282 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Include source code snippets in revert stack traces | ||||
| * | | | | Update version for @types/solidity-parser-antlr | Alex Browne | 2018-06-21 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Update to match latest type definitions and other small changes | Alex Browne | 2018-06-21 | 2 | -9/+11 |
| | | | | | |||||
| * | | | | Update sol-cov CHANGELOG.json | Alex Browne | 2018-06-21 | 1 | -12/+20 |
| | | | | | |||||
| * | | | | Include source code snippets in revert stack traces | Alex Browne | 2018-06-21 | 5 | -21/+254 |
|/ / / / | |||||
* | | | | Merge pull request #738 from 0xProject/fix/changelogs | Alex Browne | 2018-06-21 | 5 | -0/+112 |
|\ \ \ \ | | | | | | | | | | | Fix CHANGELOG entries changed during incorrect merge (2a4456b) | ||||
| * | | | | Fix CHANGELOG entries changed during incorrect merge (2a4456b) | Fabio Berger | 2018-06-21 | 5 | -0/+112 |
|/ / / / | |||||
* | | | | Merge pull request #637 from 0xProject/bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-20 | 11 | -107/+305 |
|\ \ \ \ | | | | | | | | | | | Add missing EIP191 prefix for EIP712 and Execute Transaction | ||||
| * | | | | Fix closing parens in liborder | Jacob Evans | 2018-06-20 | 1 | -16/+15 |
| | | | | | |||||
| * | | | | Merge pull request #730 from ↵ | Jacob Evans | 2018-06-20 | 1 | -18/+22 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/bug/contracts/eip712-191-prefix-asm-orderhash Assembler orderHash function | ||||
| | * | | | | Assembler orderHash function | Remco Bloemen | 2018-06-19 | 1 | -18/+22 |
| |/ / / / | |||||
| * | | | | Optimize and remove redundant encodePacked | Jacob Evans | 2018-06-19 | 6 | -18/+23 |
| | | | | | |||||
| * | | | | Merge branch 'v2-prototype' into bug/contracts/eip712-191-prefix | Jacob Evans | 2018-06-18 | 475 | -8090/+10335 |
| |\ \ \ \ | |||||
| * | | | | | Rebase and update feedback | Jacob Evans | 2018-06-18 | 8 | -114/+114 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache the domain separator data with address this Use the EIP712Types enum for types everywhere Rename EIP712 struct ExecuteTransaction to ZeroExTransaction | ||||
| * | | | | | Basic EIP712 encoder | Jacob Evans | 2018-06-08 | 3 | -40/+61 |
| | | | | | | |||||
| * | | | | | Update Order utils to use eip712 | Jacob Evans | 2018-06-06 | 12 | -183/+121 |
| | | | | | | |||||
| * | | | | | Add missing EIP191 prefix for EIP712 | Jacob Evans | 2018-06-05 | 10 | -50/+279 |
| | | | | | | |||||
* | | | | | | Merge pull request #717 from ↵ | Jacob Evans | 2018-06-20 | 3 | -17/+15 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | 0xProject/feature/contracts/erc721proxy-always-safeTransferFrom ERC721Proxy Always call safeTransferFrom | ||||
| * | | | | | Update after rebase | Jacob Evans | 2018-06-20 | 1 | -7/+1 |
| | | | | | | |||||
| * | | | | | ERC721Proxy Always call safeTransferFrom | Jacob Evans | 2018-06-20 | 2 | -10/+14 |
|/ / / / / | |||||
* | | | | | Merge pull request #714 from 0xProject/feature/contracts/cancelOrdersUpToSender | Amir Bandeali | 2018-06-20 | 16 | -96/+600 |
|\ \ \ \ \ | | | | | | | | | | | | | Make cancelOrdersUpTo compatible with sender abstraction | ||||
| * | | | | | Rename makerEpoch => orderEpoch | Amir Bandeali | 2018-06-20 | 12 | -110/+113 |
| | | | | | | |||||
| * | | | | | Make cancelOrdersUpTo compatible with sender abstraction | Amir Bandeali | 2018-06-20 | 11 | -47/+548 |
| | | | | | | |||||
* | | | | | | Merge pull request #724 from 0xProject/bug/website/onboarding-improvements | Francesco Agosti | 2018-06-20 | 4 | -7/+22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix Wallet appearing over Drawer, and Onboarding not exiting when changing routes | ||||
| * \ \ \ \ \ | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-20 | 114 | -718/+1373 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | bug/website/onboarding-improvements | ||||
| * | | | | | | Fix onboarding persisting when changing routes | fragosti | 2018-06-19 | 2 | -3/+12 |
| | | | | | | | |||||
| * | | | | | | Only elevate wallet zIndex when onboarding is in progress | fragosti | 2018-06-19 | 3 | -4/+10 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #727 from ↵ | Francesco Agosti | 2018-06-20 | 1 | -3/+7 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | 0xProject/bug/website/fix-fetching-balances-on-wallet-login Fix bug where we do not fetch balances on wallet login | ||||
| * | | | | | | Fix linting issue | fragosti | 2018-06-19 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Fix bug where we do fetch balances on wallet login | fragosti | 2018-06-19 | 1 | -3/+7 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #732 from 0xProject/feature/update-pr-template | Brandon Millman | 2018-06-20 | 1 | -16/+2 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Update PR template | ||||
| * | | | | | Update PR template | Brandon Millman | 2018-06-20 | 1 | -16/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #723 from 0xProject/bug/website/drawer-address | Brandon Millman | 2018-06-20 | 6 | -48/+82 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Consolidate account state display message logic | ||||
| * | | | | | Use Image component instead of img tag | Brandon Millman | 2018-06-20 | 3 | -8/+9 |
| | | | | | | |||||
| * | | | | | Consolidate account state messaging logic | Brandon Millman | 2018-06-19 | 5 | -47/+80 |
| |/ / / / | |||||
* | | | | | Merge pull request #706 from 0xProject/feature/website/portal-v2-analytics | Francesco Agosti | 2018-06-20 | 8 | -15/+74 |
|\ \ \ \ \ | | | | | | | | | | | | | Add logging to Portal V2 | ||||
| * \ \ \ \ | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-20 | 166 | -1025/+3150 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | feature/website/portal-v2-analytics | ||||
* | | | | | | Merge pull request #726 from 0xProject/bug/website/late-eth-balance | Brandon Millman | 2018-06-20 | 2 | -47/+48 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Check network state immediately instead of waiting for delay | ||||
| * | | | | | | Check network state immediately instead of waiting for delay | Brandon Millman | 2018-06-19 | 2 | -47/+48 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #683 from 0xProject/fix/contracts/memcpy | Remco Bloemen | 2018-06-19 | 1 | -10/+12 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Simplified handling of source < 32 edge case | ||||
| * | | | | | | | Simplified handling of source < 32 edge case | Remco Bloemen | 2018-06-11 | 1 | -10/+12 |
| | | | | | | | | |||||
* | | | | | | | | Prettier fix | Fabio Berger | 2018-06-19 | 1 | -3/+5 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #701 from feuGeneA/v2-prototype | Fabio Berger | 2018-06-19 | 3 | -5/+16 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Document use of contract_templates (take 2; based on v2-prototype, not master) | ||||
| * | | | | | | | | change @0xproject/types to ethereum-types | F. Eugene Aumson | 2018-06-15 | 1 | -1/+1 |
| | | | | | | | | |