Fabio Berger
271fa26890
merge v2-prototype
2018-06-06 12:31:30 +02:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
fragosti
95086a75e6
Merge branch 'feature/website/landing-subscribe-button' into feature/website/landing-subscribe-button-2
2018-06-01 17:28:04 -07:00
fragosti
3a7f26f620
Have basic newsletter subscribe form working
2018-06-01 11:04:56 -07:00
Brandon Millman
df27f4f118
Change userEtherBalanceInWei to optional so we can know if its loading
2018-05-31 11:54:25 -07:00
Leonid Logvinov
5913d654bd
Remove 0x.js as a dependency from website
2018-05-23 09:41:35 -07:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Fabio Berger
03e4205700
Remove Dharma integration from Website
2018-04-03 15:39:43 +09:00
Brandon Millman
4e5cd472c2
Refactor TokenState type
2018-03-21 13:02:44 -07:00
Brandon Millman
c8a8b851d8
Consolidate all console.log into the @0xproject/utils package
2018-03-13 18:13:48 -07:00
Fabio Berger
caaa70f630
Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we don't sometimes pass an empty string and sometimes undefined
2018-03-11 12:33:34 +01:00
Fabio Berger
4c08667a07
Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION
2018-03-10 22:43:13 +01:00
Fabio Berger
7ebebb5bd9
Create blockchainWatcher class and refactor Portal such that Ether amounts are always passed around as baseUnits
2018-03-09 19:02:07 +01:00
Fabio Berger
0b1ba9f997
Move Documentation to the @0xproject/react-docs
package
2018-03-06 16:31:55 +01:00
Fabio Berger
5a90fece80
Moved over all pages/shared components and dependencies to react-shared
2018-03-05 13:53:13 +01:00
Fabio Berger
874e667849
Bug fixes
2018-03-05 07:10:55 +01:00
Fabio Berger
3592ebef08
Move over AnchorTitle and associated elements
2018-03-03 19:55:40 +01:00
Fabio Berger
eebf205817
Fix flash message when receiving test ether
2018-02-07 16:58:05 -08:00
Fabio Berger
063c6b66b6
Only show faucet error if not on a testnet
2018-02-06 17:55:15 -08:00
Fabio Berger
518efa8ad2
Move isTestNetwork into utils and also check it from showing ZRX request button
2018-02-06 17:29:10 -08:00
Fabio Berger
9deaf612f1
Remove stray log
2018-02-06 17:25:19 -08:00
Fabio Berger
b7676d8c46
Use isTestNetwork instead of isKovanTestNetwork on balances page except for Dharma integration
2018-02-06 17:23:27 -08:00
Fabio Berger
05aa2fa421
Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintable
2018-02-06 17:23:01 -08:00
Fabio Berger
03f5c9b950
Add networkId to faucet requests so that we can request tokens on Kovan, Rinkeby and Ropsten
2018-02-06 17:22:20 -08:00
Fabio Berger
c172b9e080
Add networkId to event label
2018-02-06 16:25:50 -08:00
Fabio Berger
ecf86d1d13
Uppercase Networks enum values
2018-01-30 21:01:16 +01:00
Fabio Berger
16ea0348a9
Fix linter errors
2018-01-30 20:45:09 +01:00
Fabio Berger
e219772b2a
Fix all setState calls after unmounted errors. Decided to create our own flag rather then using a cancellablePromise since there was little to be gained from this alternative
2018-01-30 20:12:32 +01:00
Fabio Berger
6c1409b00d
Fix bug related to balance/allowance fetching being async
2018-01-29 13:25:51 +01:00
Fabio Berger
542a1a11b9
Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger network dropdown
2018-01-29 13:16:40 +01:00
Fabio Berger
6206ebc994
Implement just-in-time loading of token balances & allowances
2018-01-28 16:19:55 +01:00
Fabio Berger
b4faa4851a
Properly detect user signing cancellation on Metamask, Parity signer and Ledger
2018-01-28 10:28:17 +01:00
Leonid
9203813a61
Merge pull request #325 from 0xProject/fix/portal-bugs
...
Small Fixes/Additions
2018-01-18 15:27:01 +01:00
Fabio Berger
eb0d7df50b
Fix balance page copy to refer to the Wrap ETH tab instead of a "convert" button
2018-01-18 14:27:12 +08:00
Leonid Logvinov
b4375d6f64
Enable restrict-plus-operands and fix issues detected
2018-01-17 16:14:25 +01:00
Leonid Logvinov
4dfa720f2d
Use configured version of bignumber in all packages
2018-01-04 12:38:19 +01:00
Leonid Logvinov
e744e4cd98
Apply prettier config
2018-01-03 11:37:38 +01:00
Brandon Millman
23052a5c2e
Merge branch 'development' into fix/underscorePrivate
...
* 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
...
2017-12-20 19:07:54 -05:00
Fabio Berger
42b3a7c9d7
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
2017-12-20 18:36:12 +01:00
Brandon Millman
cb11aec84d
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
2017-12-20 15:30:25 +01:00
Fabio Berger
b7004b3002
Refactor remaining _.assign to spread operator
2017-12-19 11:25:50 +01:00
Fabio Berger
fb0b7efc45
Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping
2017-12-18 19:30:25 +01:00
Fabio Berger
1aed970ce3
standarize on grey
over gray
spelling and other color related fixes
2017-12-18 10:28:34 +01:00
Fabio Berger
df9d3e3e16
Consolidate all custom colors and material-ui colors into a colors module
2017-12-18 09:15:12 +01:00
Fabio Berger
0578116f1d
Fix unhoverable help tooltip by renaming Trade Permissions
to Allowance
2017-12-17 20:51:54 -05:00
Fabio Berger
abbad68eb8
Replace remaining strEnums with property TS string enums
2017-12-17 20:48:23 -05:00
Fabio Berger
22c4ee6ef7
Update first two string enums to native type
2017-12-17 19:35:24 -05:00
Fabio Berger
13279f1f20
Fix linter errors
2017-12-15 12:47:16 -06:00
Fabio Berger
b46dd2e0a2
Merge branch 'development' into createWethPage
...
* 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
...
2017-12-15 12:37:03 -06:00
Leonid Logvinov
c8e52882ca
Fix redundant spaces
2017-12-15 18:44:13 +01:00