Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small stylistic tweaks | Fabio Berger | 2018-06-26 | 3 | -11/+1 |
| | |||||
* | Fix and imprrove ethLightWalletSubprovider | Fabio Berger | 2018-06-26 | 3 | -15/+17 |
| | |||||
* | Remove legacy named subprovider | Fabio Berger | 2018-06-26 | 1 | -100/+0 |
| | |||||
* | Format type | Fabio Berger | 2018-06-26 | 1 | -20/+47 |
| | |||||
* | Remove duplicate type | Fabio Berger | 2018-06-26 | 1 | -23/+0 |
| | |||||
* | Fix Tslint issues | Fabio Berger | 2018-06-26 | 9 | -41/+31 |
| | |||||
* | Add eth-lightwallet subprovider and tests | Cavan | 2018-06-26 | 5 | -5/+120 |
| | |||||
* | Move eth-lightwallet declaration to typings | Cavan | 2018-06-26 | 2 | -38/+26 |
| | |||||
* | Format subprovider using prettier | Cavan | 2018-06-26 | 2 | -18/+8 |
| | |||||
* | Update changelogs | Cavan | 2018-06-26 | 2 | -0/+16 |
| | |||||
* | Remove timestamps and fix typings | Cavan | 2018-06-26 | 3 | -3/+27 |
| | |||||
* | Formatting and standards updates | Cavan | 2018-06-26 | 4 | -0/+320 |
| | |||||
* | 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 |
| | | | |||||
* | | | 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 |
| | | | | |||||
* | | | | 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 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 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | 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 | 69 | -644/+1795 |
| |\| | | | | | | | | | | | | | | 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. | ||||
* | | | | | 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 |
| | |_|/ | |/| | | |||||
* | | | | 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. | ||||
* | | | | Update version for @types/solidity-parser-antlr | Alex Browne | 2018-06-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | 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 |
| | | | | |||||
* | | | | 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 |
| | | | | | |||||
| * | | | | 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 | 469 | -8020/+10214 |
| |\ \ \ \ | |||||
| * | | | | | 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 |
| | | | | | | |||||
* | | | | | | 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 | 112 | -613/+1304 |
| |\| | | | | | | | | | | | | | | | | | | | | | | 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 #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 branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-20 | 165 | -936/+3083 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 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 |
| | | | | | | | | | |||||
| | * | | | | | | | remove mistaken comment | F. Eugene Aumson | 2018-06-15 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It must have been left over from when an abi-gen output was modified to be the source of this template. | ||||
| | * | | | | | | | workaround for TypeScript trailing comma bug | F. Eugene Aumson | 2018-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before this change, TypeScript compilation of the generated contract wrapper was giving me the following errors: $ abi-gen --abis 'build/contracts/*.json' --out build/types --template contract_templates/contract.handlebars --partials 'contract_templates/partials/*.handlebars' Found 7 partial templates Found 1 ABI files Processing: Migrations... Created: build/types/migrations.ts $ tsc build/types/migrations.ts(81,23): error TS1013: A rest parameter or binding pattern may not have a trailing comma. build/types/migrations.ts(108,23): error TS1013: A rest parameter or binding pattern may not have a trailing comma. build/types/migrations.ts(130,23): error TS1013: A rest parameter or binding pattern may not have a trailing comma. build/types/migrations.ts(146,25): error TS1013: A rest parameter or binding pattern may not have a trailing comma. build/types/migrations.ts(173,25): error TS1013: A rest parameter or binding pattern may not have a trailing comma. build/types/migrations.ts(195,25): error TS1013: A rest parameter or binding pattern may not have a trailing comma. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Here is the generated code around the first error: 74: public setCompleted = { 75: async sendTransactionAsync( 76: completed: BigNumber, 77: txData: Partial<TxData> = {}, 78: ): Promise<string> { 79: const self = this as any as MigrationsContract; 80: const inputAbi = self._lookupAbi('setCompleted(uint256)').inputs; 81: [completed, 82: ] = BaseContract._formatABIDataItemList(inputAbi, [completed, 83: ], BaseContract._bigNumberToString.bind(self)); All of the other errors are the same, a destructuring assignment with a single element but with a trailing comma. This is legal JavaScript but it is not allowed by the TypeScript compiler, apparently per the bug described at https://github.com/Microsoft/TypeScript/issues/24628 . While awaiting the 3.0 version of TypeScript, it's a simple enough change to have the template not append a trailing comma. | ||||
| | * | | | | | | | Document contract_templates | F. Eugene Aumson | 2018-06-15 | 1 | -0/+15 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #728 from 0xProject/fix/post-dev-publish | Fabio Berger | 2018-06-19 | 84 | -356/+856 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update v2-prototype w/ development changes since publish | ||||
| | * | | | | | | | Fix missed merge conflicts | Fabio Berger | 2018-06-19 | 3 | -14/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | Fix additional versions and update yarn.lock | Fabio Berger | 2018-06-19 | 8 | -8/+8 |
| | | | | | | | | | |||||
| | * | | | | | | | Add OrderWatcherConfig type to 0x.js docs page | Fabio Berger | 2018-06-19 | 1 | -0/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Export OrderWatcherConfig from 0x.js | Fabio Berger | 2018-06-19 | 1 | -0/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | Update all package versions to match latest published to NPM | Fabio Berger | 2018-06-19 | 31 | -234/+234 |
| | | | | | | | | | |||||
| | * | | | | | | | Update CHANGELOG's with publishes performed on development branch | Fabio Berger | 2018-06-19 | 50 | -111/+622 |
| | | |_|/ / / / | | |/| | | | | | |||||
| * | | | | | | | Update default params in sendRawPaylodAsync for improved JSON-RPC compatibility | Ara Kevonian | 2018-06-19 | 1 | -2/+7 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #659 from ↵ | Jacob Evans | 2018-06-19 | 6 | -129/+206 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/contracts/split-proxy-internal-logic Split transfer implementation and AssetProxyMixin | ||||
| | * | | | | | | Rebase with latest removing PROXY_ID from transfer | Jacob Evans | 2018-06-18 | 5 | -95/+111 |
| | | | | | | | | |||||
| | * | | | | | | Split transfer impl and AssetProxyMixin | Jacob Evans | 2018-06-18 | 4 | -95/+156 |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Increase number of columns in relayer grid for small screens | Brandon Millman | 2018-06-19 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Make isValidSignature public | Amir Bandeali | 2018-06-19 | 9 | -53/+331 |
| | | | | | | |||||
| * | | | | | Make batchFill methods return FIllResults struct | Amir Bandeali | 2018-06-19 | 2 | -10/+28 |
| | | | | | | |||||
| * | | | | | Remove remove_tags script | Fabio Berger | 2018-06-19 | 1 | -57/+0 |
| | | | | | | |||||
| * | | | | | Small fixes | Fabio Berger | 2018-06-19 | 3 | -10/+4 |
| | | | | | | |||||
| * | | | | | Use semver package instead of getNextPatchVersion | Fabio Berger | 2018-06-19 | 2 | -7/+16 |
| | | | | | | |||||
| * | | | | | Use semver library instead of semverUtils | Fabio Berger | 2018-06-19 | 6 | -73/+17 |
| | | | | | | |||||
| * | | | | | small fixes | Fabio Berger | 2018-06-19 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Show all errors of a given kind at once rather then throwing after the first ↵ | Fabio Berger | 2018-06-19 | 1 | -10/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | instance is encountered | ||||
| * | | | | | fix package.json | Fabio Berger | 2018-06-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Add more prepublish checks | Fabio Berger | 2018-06-19 | 8 | -39/+332 |
| | | | | | | |||||
| * | | | | | remove remove_tags script | Fabio Berger | 2018-06-19 | 2 | -4/+0 |
| | | | | | | |||||
| * | | | | | Merge pull request #712 from 0xProject/feature/website/portal-facelift | Brandon Millman | 2018-06-19 | 6 | -42/+68 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Change relayer grid tile to use logos and primary colors | ||||
| | * | | | | | Create a shared Image component | Brandon Millman | 2018-06-19 | 2 | -35/+48 |
| | | | | | | | |||||
| | * | | | | | Update RelayerGridTile render logic to incorportate colors and logos | Brandon Millman | 2018-06-17 | 3 | -14/+24 |
| | | | | | | | |||||
| | * | | | | | Add max width to top bar | Brandon Millman | 2018-06-17 | 2 | -1/+3 |
| | | | | | | | |||||
| | * | | | | | Set max-width for LargeLayout | Brandon Millman | 2018-06-17 | 1 | -4/+5 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #704 from 0xProject/bug/website/fix-filling-order | Francesco Agosti | 2018-06-19 | 8 | -4/+21 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix filling orders on Portal | ||||
| | * | | | | | Adjust version in changelog | fragosti | 2018-06-19 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Prettier | fragosti | 2018-06-15 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Add to changelog for contract-wrappers | fragosti | 2018-06-15 | 1 | -0/+8 |
| | | | | | | | |||||
| | * | | | | | Fix typo | fragosti | 2018-06-15 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Fix filling orders on Portal | fragosti | 2018-06-15 | 7 | -4/+13 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #711 from ↵ | Francesco Agosti | 2018-06-19 | 25 | -85/+801 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | 0xProject/website/feature/prettier-onboarding-components Made onboarding look like the mocks | ||||
| | * | | | | Finish last onboarding step | fragosti | 2018-06-16 | 7 | -2/+277 |
| | | | | | | |||||
| | * | | | | Finish set allowance step | fragosti | 2018-06-16 | 2 | -5/+32 |
| | | | | | | |||||
| | * | | | | Add onboarding assets | fragosti | 2018-06-16 | 7 | -0/+82 |
| | | | | | | |||||
| | * | | | | Add all steps to their own file | fragosti | 2018-06-16 | 11 | -71/+196 |
| | | | | | | |||||
| | * | | | | Prettify account setup and add eth steps of onboarding | fragosti | 2018-06-16 | 3 | -3/+32 |
| | | | | | | |||||
| | * | | | | Make metamask part of the fow pretty | fragosti | 2018-06-16 | 3 | -7/+35 |
| | | | | | | |||||
| | * | | | | Make start onboarding button pretty | fragosti | 2018-06-16 | 1 | -2/+17 |
| | | | | | | |||||
| | * | | | | Improve styles of onboarding tooltip | fragosti | 2018-06-16 | 7 | -53/+117 |
| | | | | | | |||||
| | * | | | | Add Pointer component | fragosti | 2018-06-15 | 2 | -16/+87 |
| | | | | | | |||||
| * | | | | | Merge pull request #700 from 0xProject/fix/contracts/tokenbugs | Remco Bloemen | 2018-06-16 | 1 | -1/+29 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Handle tokens that do not return bool | ||||
| | * | | | | | Handle tokens that do not return bool | Remco Bloemen | 2018-06-14 | 1 | -1/+29 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #705 from 0xProject/feature/revert-trace-subprovider | Alex Browne | 2018-06-15 | 14 | -103/+365 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | Introduce subprovider for printing revert stack traces | ||||
| | * | | | | Change wording of error message when you try to use more than one subprovider | Alex Browne | 2018-06-15 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Remove redundant check in trace.ts and revert_trace.ts | Alex Browne | 2018-06-15 | 2 | -6/+1 |
| | | | | | | |||||
| | * | | | | Fix linter errors | Alex Browne | 2018-06-15 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | De-duplicate code by refactoring subprovider classes | Alex Browne | 2018-06-15 | 5 | -204/+89 |
| | | | | | | |||||
| | * | | | | Fix linter errors and remove coverage.json | Alex Browne | 2018-06-15 | 1 | -2/+1 |
| | | | | | | |||||
| | * | | | | Remove unused variables and other small fixes | Alex Browne | 2018-06-15 | 4 | -10/+11 |
| | | | | | | |||||
| | * | | | | Reverse order of stack trace to match behavior of most other language stack ↵ | Alex Browne | 2018-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | traces | ||||
| | * | | | | Fix a bug in revert_trace.ts | Alex Browne | 2018-06-15 | 4 | -40/+55 |
| | | | | | | |||||
| | * | | | | Introduce subprovider for printing revert stack traces | Alex Browne | 2018-06-15 | 10 | -50/+416 |
| | | | | | | |||||
* | | | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-15 | 36 | -61/+946 |
|\| | | | | | | | | | | | | | | | | | | | | | | | feature/website/portal-v2-analytics | ||||
| * | | | | | Merge pull request #695 from ↵ | Francesco Agosti | 2018-06-15 | 8 | -23/+132 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | 0xProject/feature/website/onboarding-flow-allowances Implement allowances and final "congrats" onboarding flow step | ||||
| | * | | | | Run prettify | fragosti | 2018-06-15 | 1 | -7/+8 |
| | | | | | | |||||
| | * | | | | Implement allowance and final flow step | fragosti | 2018-06-13 | 6 | -21/+42 |
| | | | | | | |||||
| | * | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-13 | 225 | -1468/+4849 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | feature/website/onboarding-flow-allowances | ||||
| | * \ \ \ \ | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 308 | -2450/+2786 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | feature/website/onboarding-flow-allowances | ||||
| | * | | | | | | Render TokenAllowance | fragosti | 2018-06-07 | 2 | -5/+20 |
| | | | | | | | | |||||
| | * | | | | | | Add utilities for getting tokens from tokensByAddress | fragosti | 2018-06-07 | 4 | -3/+20 |
| | | | | | | | | |||||
| | * | | | | | | Wrap AllowanceToggle in redux container | fragosti | 2018-06-07 | 5 | -11/+66 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #685 from 0xProject/feature/website/jobs-page | Brandon Millman | 2018-06-14 | 29 | -38/+814 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | Jobs page | ||||
| | * | | | | | | Add back redirector behind feature flag | Brandon Millman | 2018-06-14 | 3 | -1/+19 |
| | | | | | | | | |||||
| | * | | | | | | Update minHeight in Text | Brandon Millman | 2018-06-14 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Use Text components in Values | Brandon Millman | 2018-06-14 | 1 | -3/+7 |
| | | | | | | | | |||||
| | * | | | | | | Use spread operator instead of React.createElement | Brandon Millman | 2018-06-14 | 3 | -7/+7 |
| | | | | | | | | |||||
| | * | | | | | | Fix issue with positions hash | Brandon Millman | 2018-06-13 | 1 | -19/+21 |
| | | | | | | | | |||||
| | * | | | | | | Revert localhost config | Brandon Millman | 2018-06-13 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | Use Text in Teams | Brandon Millman | 2018-06-13 | 1 | -3/+7 |
| | | | | | | | | |||||
| | * | | | | | | Use Text in OpenPositions | Brandon Millman | 2018-06-13 | 3 | -5/+8 |
| | | | | | | | | |||||
| | * | | | | | | Use Text component for HeaderItem | Brandon Millman | 2018-06-13 | 2 | -7/+11 |
| | | | | | | | | |||||
| | * | | | | | | Remove FloatingImage | Brandon Millman | 2018-06-13 | 3 | -12/+3 |
| | | | | | | | | |||||
| | * | | | | | | Move FilledImage into components/ui | Brandon Millman | 2018-06-13 | 3 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | Replace FlatButton with Button in Retry | Brandon Millman | 2018-06-13 | 1 | -12/+12 |
| | | | | | | | | |||||
| | * | | | | | | Fix incorrect colors | Brandon Millman | 2018-06-13 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | Add font family to Button component and use in Join0x component | Brandon Millman | 2018-06-13 | 2 | -13/+16 |
| | | | | | | | | |||||
| | * | | | | | | Consolidate jobs page grey colors with shared colors | Brandon Millman | 2018-06-13 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | Fix lint errors | Brandon Millman | 2018-06-13 | 10 | -15/+12 |
| | | | | | | | | |||||
| | * | | | | | | Remove extra packages | Brandon Millman | 2018-06-13 | 2 | -2/+0 |
| | | | | | | | | |||||
| | * | | | | | | Implement small open positions | Brandon Millman | 2018-06-13 | 8 | -120/+232 |
| | | | | | | | | |||||
| | * | | | | | | Implement large screen open positions | Brandon Millman | 2018-06-13 | 9 | -104/+187 |
| | | | | | | | | |||||
| | * | | | | | | Teams section | Brandon Millman | 2018-06-13 | 6 | -75/+70 |
| | | | | | | | | |||||
| | * | | | | | | Benefits section | Brandon Millman | 2018-06-13 | 3 | -12/+75 |
| | | | | | | | | |||||
| | * | | | | | | Refactor into BulletedItemList component | Brandon Millman | 2018-06-13 | 2 | -24/+33 |
| | | | | | | | | |||||
| | * | | | | | | Rework values section | Brandon Millman | 2018-06-13 | 2 | -44/+13 |
| | | | | | | | | |||||
| | * | | | | | | Polish mission section and photo section | Brandon Millman | 2018-06-13 | 7 | -40/+95 |
| | | | | | | | | |||||
| | * | | | | | | Add link to open positions section | Brandon Millman | 2018-06-13 | 3 | -6/+20 |
| | | | | | | | | |||||
| | * | | | | | | Add scroll to top for jobs page | Brandon Millman | 2018-06-13 | 1 | -21/+28 |
| | | | | | | | |