aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/eth_weth_conversion_button.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix linter errorsFabio Berger2018-01-311-4/+2
|
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-281-5/+9
|
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
|
* Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-1/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-15/+18
|
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * Move call to error reporter to end of handler so that even if reporting the ↵Fabio Berger2017-12-211-1/+1
| | | | | | | | error takes a while, it doesn't block the UI
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-6/+6
|/
* Merge branch 'development' into refactor/websiteFabio Berger2017-12-191-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/withdrawFabio Berger2017-12-181-2/+2
| |
* | Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-191-1/+1
| | | | | | | | alphebetize, rename for logical grouping
* | standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-1/+0
| |
* | Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-0/+1
| |
* | Replace remaining strEnums with property TS string enumsFabio Berger2017-12-181-1/+1
| |
* | Update first two string enums to native typeFabio Berger2017-12-181-3/+3
|/
* Add default value for onConversionSuccessfulFabio Berger2017-12-161-3/+2
|
* Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵Fabio Berger2017-12-151-7/+31
| | | | specific and not both
* fix remaining tslint errorsFabio Berger2017-11-281-7/+6
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+101
sub-packages, use new subscribeAsync 0x.js method