Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 37 | -451/+451 |
| | |||||
* | Fix merge | Fabio Berger | 2017-12-20 | 3 | -7/+7 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-20 | 41 | -283/+211 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts | ||||
| * | Fix scrolling topBar on Portal | Fabio Berger | 2017-12-19 | 2 | -2/+2 |
| | | |||||
| * | Fix overflow issue on calculated fillAmount | Fabio Berger | 2017-12-19 | 1 | -15/+13 |
| | | |||||
| * | Fix faulty import | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
| | | |||||
| * | Refactor remaining _.assign to spread operator | Fabio Berger | 2017-12-19 | 4 | -8/+15 |
| | | |||||
| * | Merge branch 'development' into refactor/website | Fabio Berger | 2017-12-19 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add additional public changes introduced to changelog Update CHANGELOG Add a comment Introduce a variable for true Remove redundant template string Implement the address derivations Add hdnode dependency Move web3 import after subprovider imports in test web3_factory Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering of markdownCodeBlock renderer if props haven't updated Add convenience `rebuild` command Update website calls to deposit/withdraw Add entry to CHANGELOG Fix tests in contracts Modify the etherToken wrapper methods to accept an etherTokenAddress as the first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. Fix documentation issue where `unsubscribeAll` shown as method on every contractWrapper instance even though it's only used by Exchange and Token wrappers. # Conflicts: # packages/website/ts/components/eth_weth_conversion_button.tsx | ||||
| | * | Update website calls to deposit/withdraw | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
| | | | |||||
| * | | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 12 | -47/+50 |
| | | | | | | | | | | | | alphebetize, rename for logical grouping | ||||
| * | | remove unused style | Fabio Berger | 2017-12-18 | 1 | -5/+0 |
| | | | |||||
| * | | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 27 | -39/+43 |
| | | | |||||
| * | | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 14 | -22/+22 |
| | | | | | | | | | | | | greys | ||||
| * | | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 32 | -138/+60 |
| | | | |||||
| * | | Remove unused `location` prop | Fabio Berger | 2017-12-18 | 2 | -4/+2 |
| | | | |||||
| * | | Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance` | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
| | | | |||||
| * | | Replace remaining strEnums with property TS string enums | Fabio Berger | 2017-12-18 | 7 | -12/+12 |
| | | | |||||
| * | | Update first two string enums to native type | Fabio Berger | 2017-12-18 | 8 | -31/+31 |
| |/ | |||||
* | | Add WETH | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
| | | |||||
* | | remove extra space | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
| | | |||||
* | | Remove binding on prop passed callbacks | Fabio Berger | 2017-12-19 | 2 | -4/+4 |
| | | |||||
* | | Add notice dialog to balances page about updating the WETH contract. We also ↵ | Fabio Berger | 2017-12-18 | 2 | -10/+78 |
| | | | | | | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens | ||||
* | | Fix linter errors | Fabio Berger | 2017-12-18 | 1 | -2/+4 |
| | | |||||
* | | Move weth.io url to constants | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | | |||||
* | | Make it such that Wrapped Ether page works on networks without any outdated ↵ | Fabio Berger | 2017-12-18 | 1 | -11/+19 |
| | | | | | | | | WETH tokens | ||||
* | | Add `Max` convenience button in unwrap WETH dialog | Fabio Berger | 2017-12-18 | 1 | -1/+15 |
| | | |||||
* | | Link all EtherTokens to Etherscan and add address tooltip | Fabio Berger | 2017-12-18 | 1 | -20/+53 |
| | | |||||
* | | Update to passing etherTokenAddress into withdraw and deposit calls | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
| | | |||||
* | | Since sending the error report could take some time, we first trigger ↵ | Fabio Berger | 2017-12-17 | 1 | -1/+1 |
|/ | | | | `onError` so that the user gets notified immediately | ||||
* | Two mysteriously missing imports | Fabio Berger | 2017-12-16 | 1 | -0/+1 |
| | |||||
* | Fix linter errors | Fabio Berger | 2017-12-16 | 2 | -12/+0 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-16 | 28 | -153/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ... | ||||
| * | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 2 | -2/+2 |
| | | |||||
| * | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 28 | -152/+7 |
| | | |||||
* | | Update name to be a call to action | Fabio Berger | 2017-12-16 | 1 | -1/+1 |
| | | |||||
* | | Add default value for onConversionSuccessful | Fabio Berger | 2017-12-16 | 1 | -3/+2 |
| | | |||||
* | | Improve WETH page styling | Fabio Berger | 2017-12-15 | 2 | -12/+35 |
| | | |||||
* | | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵ | Fabio Berger | 2017-12-15 | 1 | -63/+186 |
| | | | | | | | | a successful unwrap. | ||||
* | | Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵ | Fabio Berger | 2017-12-15 | 2 | -59/+109 |
| | | | | | | | | specific and not both | ||||
* | | Make label optional and make sure the input field still renders properly ↵ | Fabio Berger | 2017-12-14 | 1 | -3/+4 |
| | | | | | | | | without it | ||||
* | | Remove ETH-WETH convert button from balances page | Fabio Berger | 2017-12-14 | 1 | -24/+0 |
| | | |||||
* | | progress weth page | Fabio Berger | 2017-12-13 | 4 | -1/+240 |
|/ | |||||
* | Fix an invocation | Leonid Logvinov | 2017-12-12 | 1 | -1/+1 |
| | |||||
* | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into feature/web3-wrapper | Leonid | 2017-12-08 | 1 | -1/+2 |
|\ | |||||
| * | Make sure we don't pass empty maker into getOrderHashHex | Fabio Berger | 2017-12-08 | 1 | -1/+2 |
| | | |||||
* | | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -1/+1 |
|/ | |||||
* | Add missing await | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Fix Party element so that an identicon's height is that which was passed in | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Rename packageName to displayName for clarity | Fabio Berger | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Add 0x Connect to footer | Fabio Berger | 2017-11-29 | 1 | -0/+4 |
| | |||||
* | Add 0x Connect Docs to the menu and topBar | Fabio Berger | 2017-11-29 | 1 | -5/+21 |
| | |||||
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵ | Fabio Berger | 2017-11-29 | 1 | -9/+7 |
| | | | | one place so it easier to add new doc pages | ||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 55 | -291/+314 |
| | |||||
* | Fix tslint issues | Fabio Berger | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | update tokenByAddress after tokenStateByAddress to avoid race-condition | Fabio Berger | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | Add error when unexpected condition hit | Fabio Berger | 2017-11-24 | 1 | -0/+3 |
| | |||||
* | Add missing keys | Fabio Berger | 2017-11-24 | 1 | -0/+2 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 57 | -0/+7102 |
sub-packages, use new subscribeAsync 0x.js method |