Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Leonid Logvinov | 2018-07-06 | 7 | -38/+28 |
* | Fix prettier | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
* | Fix merge conflicts | Leonid Logvinov | 2018-07-05 | 2 | -11/+3 |
* | Add CHANGELOG entries | Leonid Logvinov | 2018-07-05 | 2 | -1/+18 |
* | Upgrade artifacts | Leonid Logvinov | 2018-07-05 | 2 | -8/+183 |
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 13 | -92/+575 |
|\ | |||||
| * | Merge pull request #821 from 0xProject/remove-web3-from-wrapper | Fabio Berger | 2018-07-05 | 13 | -92/+575 |
| |\ | |||||
| | * | Prettier fixes | Fabio Berger | 2018-07-05 | 2 | -5/+18 |
| | * | Update json-schema version used by web3-wrapper | Fabio Berger | 2018-07-05 | 2 | -11/+2 |
| | * | Add schema assertion checks for callData and txData | Fabio Berger | 2018-07-05 | 1 | -3/+4 |
| | * | Make sure from is included in txData | Fabio Berger | 2018-07-05 | 1 | -0/+3 |
| | * | Add CallData schema to json-schemas | Fabio Berger | 2018-07-05 | 3 | -0/+33 |
| | * | Update assert changelog | Fabio Berger | 2018-07-05 | 1 | -0/+9 |
| | * | Add defaultBlock param to getBalanceInWeiAsync | Fabio Berger | 2018-07-05 | 1 | -2/+7 |
| | * | Move 'from' check to sendTransaction | Fabio Berger | 2018-07-05 | 2 | -3/+3 |
| | * | Remove bn.js unused dep | Fabio Berger | 2018-07-05 | 1 | -1/+0 |
| | * | Fix linter issues | Fabio Berger | 2018-07-05 | 3 | -11/+4 |
| | * | remove stray console.log | Fabio Berger | 2018-07-05 | 1 | -1/+0 |
| | * | Remove web3Utils dep and write necessary utility methods | Fabio Berger | 2018-07-05 | 6 | -79/+93 |
| | * | Add new param javadoc comment | Fabio Berger | 2018-07-05 | 1 | -0/+1 |
| | * | merge v2-prototype | Fabio Berger | 2018-07-05 | 113 | -796/+1396 |
| | |\ | | |/ | |/| | |||||
| | * | Pass 'from' param to estimateGas since it is required | Fabio Berger | 2018-07-05 | 1 | -1/+1 |
| | * | Refactor Web3Wrapper to no longer use Web3.js & add more test coverage | Fabio Berger | 2018-07-05 | 8 | -68/+397 |
| | * | Removee getContractFromAbi method since we no longer use it and do not recomm... | Fabio Berger | 2018-07-05 | 1 | -9/+0 |
| | * | Add assert dep | Fabio Berger | 2018-07-04 | 1 | -0/+1 |
| | * | Fix bug in string enum assertion so that we check enum values not keys | Fabio Berger | 2018-07-04 | 1 | -2/+2 |
| | * | Add more assertions to Web3Wrapper public methods | Fabio Berger | 2018-07-04 | 2 | -3/+104 |
* | | | Merge pull request #814 from 0xProject/feature/fill-scenarios-v2 | Leonid Logvinov | 2018-07-05 | 68 | -1427/+7306 |
|\ \ \ | |||||
| * | | | Adjust comments | Leonid Logvinov | 2018-07-05 | 2 | -121/+81 |
| * | | | Fix comments | Leonid Logvinov | 2018-07-05 | 1 | -5/+5 |
| * | | | Improve the comment | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| * | | | Rename Proxie to Proxy | Leonid Logvinov | 2018-07-05 | 2 | -5/+3 |
| * | | | Rename compact_artifacts to artifacts | Leonid Logvinov | 2018-07-05 | 11 | -12/+12 |
| * | | | Rearrange assertions t match parameter order | Leonid Logvinov | 2018-07-05 | 4 | -145/+118 |
| * | | | Fix match orders test and add a validation TODO | Leonid Logvinov | 2018-07-05 | 2 | -3/+12 |
| * | | | Add tests for exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -1029/+313 |
| * | | | Add Exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 3 | -3/+1040 |
| * | | | Pass through blockPollingInterval down to contract wrapper | Leonid Logvinov | 2018-07-05 | 3 | -6/+21 |
| * | | | Export orderStatus and OrderInfo | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
| * | | | Add blockPollingInterval config to contractWrappers config type | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
| * | | | Add contractWrappers.erc721Proxy.getproxyIdAsync | Leonid Logvinov | 2018-07-05 | 1 | -0/+9 |
| * | | | Add contractWrappers.erc20Proxy.getproxyIdAsync | Leonid Logvinov | 2018-07-05 | 1 | -0/+9 |
| * | | | Make it possible to configure block polling interval in base contract wrapper | Leonid Logvinov | 2018-07-05 | 23 | -237/+247 |
| * | | | Add blockPollingIntervalMs as an optional field to contract-wrappers config s... | Leonid Logvinov | 2018-07-05 | 2 | -0/+2 |
| * | | | Add even more entries to postinstall hack | Leonid Logvinov | 2018-07-05 | 1 | -2/+2 |
| * | | | Update dummy tokens addresses in token_utils | Leonid Logvinov | 2018-07-05 | 1 | -3/+3 |
| * | | | Remove only from tests | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| * | | | Add OrderInfo and OrderStatus to types | Leonid Logvinov | 2018-07-05 | 1 | -0/+16 |
| * | | | Add OrderTxOptsSchema | Leonid Logvinov | 2018-07-05 | 1 | -0/+8 |
| * | | | Refactor fill-scenarios for V2 | Leonid Logvinov | 2018-07-05 | 3 | -49/+16 |
| * | | | Export ecSignatureParameterSchema from json-schemas | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
| * | | | Add ordersSchema to json-schemas | Leonid Logvinov | 2018-07-05 | 2 | -0/+7 |
| * | | | Fix VRS signature generation in order-utils | Leonid Logvinov | 2018-07-05 | 1 | -2/+3 |
| * | | | Update ABI in compact_artifacts | Leonid Logvinov | 2018-07-05 | 3 | -86/+585 |
| * | | | Upgrade artifacts | Leonid Logvinov | 2018-07-05 | 16 | -1/+5071 |
| * | | | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 278 | -2774/+8486 |
|\| | | |||||
| * | | Merge pull request #817 from 0xProject/remove-web3 | Fabio Berger | 2018-07-05 | 16 | -62/+92 |
| |\ \ | |||||
| | * \ | merge v2-prototype | Fabio Berger | 2018-07-04 | 55 | -307/+851 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #775 from RadarRelay/eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-04 | 20 | -39/+435 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-04 | 54 | -542/+687 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #818 from 0xProject/fix-intermittent-test-failure | Fabio Berger | 2018-07-04 | 2 | -0/+7 |
| |\ \ \ \ | |||||
| | * | | | | Use stub in test to avoid difference in setup, how network requests take place | Fabio Berger | 2018-07-04 | 2 | -0/+7 |
| |/ / / / | |||||
| * | | | | Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2 | Francesco Agosti | 2018-07-04 | 10 | -48/+111 |
| |\ \ \ \ | |||||
| | * | | | | Persist whether onboarding is open or close across refreshes | fragosti | 2018-07-04 | 1 | -1/+3 |
| | * | | | | Fix linting | fragosti | 2018-07-04 | 2 | -3/+2 |
| | * | | | | Merge branch 'fixed-position-onboarding' into feature/website/onboarding-poli... | fragosti | 2018-07-04 | 2 | -33/+67 |
| | |\ \ \ \ | |||||
| | | * | | | | Implement fixed position onboarding option | fragosti | 2018-07-03 | 2 | -33/+67 |
| | * | | | | | Remove unused import | fragosti | 2018-07-03 | 1 | -1/+0 |
| | * | | | | | Add end comment to hotjar tracking code | fragosti | 2018-07-03 | 1 | -0/+1 |
| | * | | | | | Add media file and remove stray comment | fragosti | 2018-07-03 | 2 | -2/+15 |
| | |/ / / / | |||||
| | * | | | | Add media query abstraction around ScreenWidths and stop relayer grid hover e... | fragosti | 2018-07-03 | 5 | -10/+22 |
| | * | | | | Remove max-width from onboarding card to support iPad | fragosti | 2018-07-03 | 1 | -1/+1 |
| | * | | | | Only auto-start onboarding if blockchain is loaded | fragosti | 2018-07-03 | 1 | -2/+5 |
| * | | | | | Merge pull request #812 from 0xProject/fix/revert-assertions-improvements | Alex Browne | 2018-07-04 | 24 | -221/+298 |
| |\ \ \ \ \ | |||||
| | * | | | | | Move NodeType caching out of web3-wrapper and into our internal code | Alex Browne | 2018-07-04 | 3 | -12/+19 |
| | * | | | | | Update CHANGELOG.json for ethereum-types and web3-wrapper | Alex Browne | 2018-07-04 | 2 | -0/+14 |
| | * | | | | | Add TransactionReceiptStatus type to ethereum-types | Alex Browne | 2018-07-04 | 2 | -3/+5 |
| | * | | | | | Actually cache node type in web3-wrapper | Alex Browne | 2018-07-04 | 1 | -0/+6 |
| | * | | | | | Improve robustness of revert reason assertions | Alex Browne | 2018-07-03 | 21 | -221/+269 |
| | | | * | | | Specify the lint rule to disable | Jacob Evans | 2018-07-04 | 1 | -3/+3 |
| | | | * | | | Fix unused imports | Jacob Evans | 2018-07-03 | 1 | -6/+1 |
| | | | * | | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-03 | 53 | -194/+297 |
| | | | |\ \ \ | |||||
| | | | * | | | | compiler and ts lint are confused about ContractEventArgs | Jacob Evans | 2018-07-03 | 1 | -8/+23 |
| | | | * | | | | Remove duplicated typescript-typings in package.json | Jacob Evans | 2018-07-02 | 1 | -1/+0 |
| | | | * | | | | Remove duplicate type definitions. | Jacob Evans | 2018-07-02 | 3 | -59/+2 |
| | | | * | | | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-02 | 282 | -8797/+9337 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | Use PrivateKeySubprovider inside eth lightwallet | Jacob Evans | 2018-07-02 | 3 | -71/+57 |
| | | | * | | | | | Small stylistic tweaks | Fabio Berger | 2018-06-26 | 3 | -11/+1 |
| | | | * | | | | | Update yarn.lock | Fabio Berger | 2018-06-26 | 1 | -11/+43 |
| | | | * | | | | | 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 | 6 | -11/+218 |
| | | | * | | | | | 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 |
| | | | | | | * | | Add missing undefined check | Fabio Berger | 2018-07-04 | 1 | -0/+1 |
| | | | | | | * | | improve comment | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | * | | remove console.log | Fabio Berger | 2018-07-04 | 1 | -1/+0 |
| | | | | | | * | | Fix conditional | Fabio Berger | 2018-07-04 | 1 | -3/+4 |
| | | | | | | * | | Rename to InjectedProvider and make publicConfigStore optional | Fabio Berger | 2018-07-04 | 1 | -3/+3 |
| | | | | | | * | | Remove hack since latest web3-provider-engine fixed underlying issue | Fabio Berger | 2018-07-04 | 1 | -5/+0 |
| | | | | | | * | | Fix instance variable name | Fabio Berger | 2018-07-04 | 1 | -6/+6 |
| | | | | | | * | | Fix linter | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | * | | Fix type | Fabio Berger | 2018-07-04 | 1 | -1/+5 |
| | | | | | | * | | Fix package.json | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | * | | Rename subprovider in blockchain.ts | Fabio Berger | 2018-07-04 | 1 | -2/+2 |
| | | | | | | * | | Remove unused imported Web3.js | Fabio Berger | 2018-07-04 | 4 | -5/+1 |
| | | | | | | * | | Remove dep on Web3 in Website. Introduced InjectedWeb3 type. | Fabio Berger | 2018-07-04 | 4 | -13/+32 |
| | | | | | | * | | Fix import | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | * | | Refactor testnet-faucet to use web3Wrapper instead of web3 directly | Fabio Berger | 2018-07-04 | 3 | -19/+13 |
| | | | | | | * | | Replace use of web3 w/ web3wrapper in subproviders and rename injectedWeb3 to... | Fabio Berger | 2018-07-04 | 4 | -16/+36 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #799 from 0xProject/feature/website/wallet-menu | Brandon Millman | 2018-07-04 | 9 | -199/+213 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Remove InstallPrompt | Brandon Millman | 2018-07-04 | 2 | -61/+0 |
| | * | | | | | | | Implement clickaway for wallet menu on mobile | Brandon Millman | 2018-07-04 | 2 | -14/+24 |
| | * | | | | | | | Add optional onClick to Link simple menu item | Brandon Millman | 2018-07-03 | 1 | -2/+7 |
| | * | | | | | | | Lint fixes | Brandon Millman | 2018-07-02 | 4 | -17/+5 |
| | * | | | | | | | More cleanup | Brandon Millman | 2018-07-02 | 2 | -31/+31 |
| | * | | | | | | | Consolidate logic for common menu items | Brandon Millman | 2018-07-02 | 3 | -33/+74 |
| | * | | | | | | | Give connected header accessory more padding | Brandon Millman | 2018-07-02 | 1 | -9/+13 |
| | * | | | | | | | Implement correct behavior for menu in the wallet | Brandon Millman | 2018-07-02 | 6 | -31/+52 |
| | * | | | | | | | Add menu to wallet | Brandon Millman | 2018-07-02 | 1 | -8/+32 |
| | * | | | | | | | Implement simple menu | Brandon Millman | 2018-07-02 | 5 | -91/+50 |
| | * | | | | | | | Clean up a bit of the provider display logic | Brandon Millman | 2018-07-02 | 3 | -73/+80 |
| | * | | | | | | | Implement icon button | Brandon Millman | 2018-07-02 | 2 | -2/+18 |
| | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #815 from 0xProject/update-dependencies | Fabio Berger | 2018-07-04 | 10 | -73/+58 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix alignment | Fabio Berger | 2018-07-04 | 7 | -7/+7 |
| | * | | | | | | | Update blockstream to latest version, propogate errors to top-level callers | Fabio Berger | 2018-07-04 | 4 | -66/+51 |
| | * | | | | | | | Update web3-provider-engine version w/o caret | Fabio Berger | 2018-07-03 | 7 | -7/+7 |
| | * | | | | | | | Update web3-provider-engine | Fabio Berger | 2018-07-03 | 7 | -7/+7 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #801 from feuGeneA/patch-3 | Fabio Berger | 2018-07-03 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| | * | | | | | | in subproviders, cite typescript-typings only once | F. Eugene Aumson | 2018-07-02 | 1 | -2/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #806 from 0xProject/feature/website/mobile-readable-web3-n... | Brandon Millman | 2018-07-03 | 4 | -0/+11 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add human readable names for Toshi and Cipher | Brandon Millman | 2018-07-03 | 4 | -0/+11 |
| * | | | | | | | Merge pull request #808 from 0xProject/feature/website/better-balance-formatting | Brandon Millman | 2018-07-03 | 5 | -18/+31 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Add better balance formatting rules for balances and usd values | Brandon Millman | 2018-07-03 | 5 | -18/+31 |
| | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #810 from 0xProject/feature/wesbite/remove-add-balance | Brandon Millman | 2018-07-03 | 5 | -42/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Remove increase balance link from balance_bounded_input component | Brandon Millman | 2018-07-03 | 5 | -42/+2 |
| * | | | | | | | | Use new lock svg | Brandon Millman | 2018-07-03 | 2 | -2/+5 |
| |/ / / / / / / | |||||
| * | / / / / / | Always show the wrap ether row in between ETH and WETH | Brandon Millman | 2018-07-03 | 2 | -18/+20 |
| | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Update start onboarding copy and relayer grid empty color | Brandon Millman | 2018-07-03 | 3 | -7/+10 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #805 from 0xProject/feature/website/add-alex-to-about | Francesco Agosti | 2018-07-03 | 2 | -10/+19 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Add Alex Browne to about page | fragosti | 2018-07-03 | 2 | -10/+19 |
| |/ / / / | |||||
| * | | | | Add developer mailing list link to README | Amir Bandeali | 2018-07-03 | 1 | -0/+3 |
| * | | | | Merge pull request #803 from 0xProject/fix/publishing/remote-tag-removal | Fabio Berger | 2018-07-02 | 28 | -55/+80 |
| |\ \ \ \ | |||||
| | * | | | | Update incorrect versions of deps | Fabio Berger | 2018-07-02 | 19 | -26/+19 |
| | * | | | | Add new changelog entry | Fabio Berger | 2018-07-02 | 1 | -0/+9 |
| | * | | | | fix prettier | Fabio Berger | 2018-07-02 | 1 | -4/+4 |
| | * | | | | Git command outputs logs to stdErr so only way to check for errors if with tr... | Fabio Berger | 2018-07-02 | 1 | -6/+8 |
| | * | | | | Remove remote tag before local one | Fabio Berger | 2018-07-02 | 1 | -6/+6 |
| | * | | | | Add logs for when tags get removed | Fabio Berger | 2018-07-02 | 1 | -0/+2 |
| | * | | | | combine changelog entries since we haven't published yet | Fabio Berger | 2018-07-02 | 2 | -10/+5 |
| | * | | | | version outdated | Fabio Berger | 2018-07-02 | 1 | -1/+1 |
| | * | | | | Throw if changelog version is below package.json version | Fabio Berger | 2018-07-02 | 1 | -0/+3 |
| | * | | | | Update outdated changelogs | Fabio Berger | 2018-07-02 | 4 | -2/+23 |
| |/ / / / | |||||
| * | | / | Fix bug where 18 decimal tokens instead of 5 decimal tokens created | Fabio Berger | 2018-07-02 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #802 from 0xProject/fix/five_decimal_scenario | Fabio Berger | 2018-07-02 | 5 | -40/+119 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Disable custom-no-magic-number for block | Fabio Berger | 2018-07-02 | 1 | -0/+2 |
| | * | | Remove unused variable | Fabio Berger | 2018-07-02 | 1 | -1/+0 |
| | * | | Add .vscode from .gitignore | Fabio Berger | 2018-07-02 | 1 | -0/+3 |
| | * | | Merge branch 'v2-prototype' into fix/five_decimal_scenario | Fabio Berger | 2018-07-02 | 205 | -2004/+5687 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Update relayer grid tiles to use Text | Brandon Millman | 2018-07-01 | 2 | -50/+17 |
| * | | | Merge pull request #781 from 0xProject/refactor/contracts/fileStructure | Amir Bandeali | 2018-06-30 | 129 | -260/+256 |
| |\ \ \ | |||||
| | * | | | Fix build | Amir Bandeali | 2018-06-30 | 8 | -32/+32 |
| | * | | | Update file structure | Amir Bandeali | 2018-06-30 | 126 | -200/+196 |
| |/ / / | |||||
| * | | | Merge pull request #770 from 0xProject/feature/migrations/kovan-deploy | Amir Bandeali | 2018-06-30 | 28 | -236/+3815 |
| |\ \ \ | |||||
| | * | | | Update 2.0.0 artifacts | Amir Bandeali | 2018-06-30 | 5 | -149/+99 |
| | * | | | Move ledgerhq module declarations to typescript-typings | Amir Bandeali | 2018-06-30 | 7 | -79/+59 |
| | * | | | Export LedgerEthereumClient type in subproviders | Amir Bandeali | 2018-06-30 | 4 | -49/+19 |
| | * | | | Update artifacts | Amir Bandeali | 2018-06-30 | 4 | -12/+26 |
| | * | | | Add logging and updated artifacts | Amir Bandeali | 2018-06-30 | 6 | -32/+46 |
| | * | | | Fix migrations | Amir Bandeali | 2018-06-30 | 8 | -3453/+3405 |
| | * | | | Run prettier | Amir Bandeali | 2018-06-30 | 4 | -3369/+3442 |
| | * | | | Add Kovan artifacts | Amir Bandeali | 2018-06-30 | 4 | -0/+3373 |
| | * | | | Use ledger subprovider | Amir Bandeali | 2018-06-30 | 15 | -52/+165 |
| | * | | | Add Kovan migrations | Amir Bandeali | 2018-06-30 | 11 | -15/+155 |
| * | | | | Merge pull request #787 from 0xProject/feature/website/portal-onboarding-polish | Francesco Agosti | 2018-06-30 | 19 | -360/+354 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Remove state variable from Link component in Portal | fragosti | 2018-06-30 | 1 | -4/+1 |
| | * | | | Remove extra call to scrollIntoView for wallet in onboarding | fragosti | 2018-06-30 | 1 | -4/+0 |
| | * | | | Bump automatic show onborading delay by 1000ms | fragosti | 2018-06-30 | 1 | -1/+1 |
| | * | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-30 | 61 | -5509/+1798 |
| | |\ \ \ | |||||
| | * | | | | Fix onboarding always starting | fragosti | 2018-06-30 | 1 | -1/+2 |
| | * | | | | Rename userHasAllowances bool to follow proper convention | fragosti | 2018-06-30 | 2 | -6/+6 |
| | * | | | | Allow you to continue the onboarding flow once youve installed metamask and r... | fragosti | 2018-06-30 | 5 | -17/+18 |
| | * | | | | Use Image component where relevant and add back tracked token timestamp logic | fragosti | 2018-06-30 | 3 | -8/+24 |
| | * | | | | Bold all balances in onboarding | fragosti | 2018-06-29 | 2 | -6/+8 |
| | * | | | | Customize allowance setting onboarding step if you have your allowances set | fragosti | 2018-06-29 | 2 | -0/+4 |
| | * | | | | Re-center react-popper on every step | fragosti | 2018-06-29 | 2 | -16/+4 |
| | * | | | | Fix button hover and active hover state | fragosti | 2018-06-29 | 1 | -1/+1 |
| | * | | | | Show eth balance in add eth balance onboarding step | fragosti | 2018-06-29 | 3 | -11/+16 |
| | * | | | | Change onboarding flow to communicate 3 steps | fragosti | 2018-06-29 | 2 | -6/+10 |
| | * | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ... | fragosti | 2018-06-29 | 49 | -1013/+2599 |
| | |\ \ \ \ | |||||
| | * | | | | | Scroll to top when going to relayers page from onboarding | fragosti | 2018-06-28 | 1 | -0/+1 |
| | * | | | | | Bring you directly to relayers page once you finish onboarding | fragosti | 2018-06-28 | 3 | -1/+14 |
| | * | | | | | Remove period in title from last step | fragosti | 2018-06-28 | 1 | -1/+1 |
| | * | | | | | Always restart onboarding from 0 and other small improvements | fragosti | 2018-06-28 | 2 | -3/+5 |
| | * | | | | | Customize flow depending on what steps you've completed | fragosti | 2018-06-28 | 4 | -20/+43 |
| | * | | | | | Break wrapping ETH into a 3rd step | fragosti | 2018-06-28 | 2 | -5/+24 |
| | * | | | | | Fix animation when coming from bottom | fragosti | 2018-06-28 | 1 | -0/+6 |
| | * | | | | | Fix width issue with onboarding card on mobile | fragosti | 2018-06-28 | 2 | -1/+3 |
| | * | | | | | Clicking overlay closes onboarding | fragosti | 2018-06-28 | 4 | -6/+12 |
| | * | | | | | Fix z index issue with wrap buttons and onboarding cards | fragosti | 2018-06-28 | 2 | -1/+2 |
| | * | | | | | Break wrath ETH step into 2 | fragosti | 2018-06-28 | 3 | -70/+72 |
| | * | | | | | Fix skip button position on first step | fragosti | 2018-06-28 | 1 | -11/+15 |
| | * | | | | | Make onboarding bounce around less | fragosti | 2018-06-28 | 2 | -13/+5 |
| | * | | | | | Scroll to wallet when onboarding automatically starts as well | fragosti | 2018-06-28 | 1 | -1/+4 |
| | * | | | | | Change asset for final onboarding step | fragosti | 2018-06-28 | 1 | -217/+122 |
| * | | | | | | Merge pull request #797 from 0xProject/refactor/contracts/registerAssetProxy | Amir Bandeali | 2018-06-30 | 12 | -203/+68 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Make registerAssetProxy append only | Amir Bandeali | 2018-06-30 | 12 | -203/+68 |
| |/ / / / / / | |||||
| * | | | | | | Update staging api link | Brandon Millman | 2018-06-30 | 1 | -1/+1 |
| * | | | | | | Merge pull request #793 from 0xProject/feature/contracts/transferFromFallback | Amir Bandeali | 2018-06-30 | 12 | -383/+437 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Change getTransactionReceipt to awaitTransactionMined | Amir Bandeali | 2018-06-30 | 1 | -1/+1 |
| | * | | | | | | Merge pull request #796 from 0xProject/fix/contracts/failingTransactionAssert... | Amir Bandeali | 2018-06-30 | 2 | -27/+38 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Update expectRevertReasonOrAlwaysFailingTransactionAsync to check status codes | Alex Browne | 2018-06-30 | 2 | -27/+38 |
| | |/ / / / / / | |||||
| | * | | | | | | Fix deployment to geth | Amir Bandeali | 2018-06-30 | 2 | -7/+6 |
| | * | | | | | | Fix tests | Amir Bandeali | 2018-06-30 | 6 | -79/+146 |
| | * | | | | | | Remove transferFrom, implement in fallback function | Amir Bandeali | 2018-06-30 | 6 | -290/+267 |
| | | |_|/ / / | | |/| | | | | |||||
| * / | | | | | Move /docs route to the end | Brandon Millman | 2018-06-30 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #792 from 0xProject/feature/website/wallet-polish | Brandon Millman | 2018-06-30 | 24 | -397/+585 |
| |\ \ \ \ \ | |||||
| | * | | | | | Change function to a const | Brandon Millman | 2018-06-30 | 1 | -2/+2 |
| | * | | | | | Move wallet scrollIntoView into PortalOnboardingFlow | Brandon Millman | 2018-06-30 | 2 | -7/+7 |
| | * | | | | | Add dollar sign to NullTokenRow | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | Remove unused imports and variables | Brandon Millman | 2018-06-29 | 5 | -20/+1 |
| | * | | | | | Refactor inline styles out of Wallet | Brandon Millman | 2018-06-29 | 6 | -132/+139 |
| | * | | | | | Remove some hardcoded MetaMask colors | Brandon Millman | 2018-06-29 | 2 | -3/+5 |
| | * | | | | | Create AccountConnection component | Brandon Millman | 2018-06-29 | 3 | -31/+61 |
| | * | | | | | Fix scrollbar bug | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | Start onboarding from relayer index | Brandon Millman | 2018-06-29 | 1 | -6/+20 |
| | * | | | | | Fix learn how to set up account layout | Brandon Millman | 2018-06-29 | 2 | -11/+13 |
| | * | | | | | Fix typo | Brandon Millman | 2018-06-29 | 1 | -1/+1 |
| | * | | | | | Get rid of unused stuff in wallet | Brandon Millman | 2018-06-29 | 1 | -65/+1 |
| | * | | | | | Fix body overlay on mobile | Brandon Millman | 2018-06-29 | 2 | -3/+3 |
| | * | | | | | Change learn how to update your account styling | Brandon Millman | 2018-06-29 | 1 | -27/+17 |
| | * | | | | | Fix key issue and remove WalletDisconnectedItem | Brandon Millman | 2018-06-29 | 2 | -112/+1 |
| | * | | | | | Implement new locked and uninstalled states | Brandon Millman | 2018-06-29 | 7 | -7/+178 |
| | * | | | | | Fix off center icon in wallet | Brandon Millman | 2018-06-29 | 1 | -4/+7 |
| | * | | | | | Change wallet margin based on hover to prevent re-layout | Brandon Millman | 2018-06-29 | 1 | -0/+1 |
| | * | | | | | Update ProviderDisplay with new design | Brandon Millman | 2018-06-29 | 5 | -37/+118 |
| | * | | | | | Implement provider name in header | Brandon Millman | 2018-06-29 | 2 | -4/+18 |
| | * | | | | | Implement loading body rows | Brandon Millman | 2018-06-29 | 4 | -28/+80 |
| | * | | | | | Added Circle component | Brandon Millman | 2018-06-29 | 3 | -6/+21 |
| * | | | | | | Merge pull request #774 from 0xProject/style/contracts/abiEncodeAsmComments | Amir Bandeali | 2018-06-30 | 2 | -0/+22 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Updated hashing comments as-per PR | Greg Hysen | 2018-06-29 | 1 | -9/+4 |
| | * | | | | | | Comments for ASM hashing | Greg Hysen | 2018-06-26 | 2 | -0/+27 |
| | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Merge pull request #794 from 0xProject/fix/devnet-minimum-blocks | Alex Browne | 2018-06-30 | 4 | -24/+42 |
| |\ \ \ \ \ \ |