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
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
Fabio Berger
8a858501f2
Fix fill/cancel order by looking for NoError instead of empty blockchainErr given the BlockchainErrs type refactor
2018-01-21 17:48:32 +01:00
Leonid Logvinov
e2ef0c5b94
Fix linter errors
2018-01-04 15:12:32 +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
66fe7b88b0
Fix overflow issue on calculated fillAmount
2017-12-19 12:38:41 +01:00
Fabio Berger
b7004b3002
Refactor remaining _.assign to spread operator
2017-12-19 11:25:50 +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
445ff1e28e
Standardize colors to always be in uppercase hex and consolidate material-ui greys
2017-12-18 10:06:16 +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
Leonid Logvinov
2041e9945e
Fix website unused vars
2017-12-15 15:19:19 +01:00
Fabio Berger
5a59ac4c6b
fix remaining tslint errors
2017-11-27 22:08:08 -06:00
Fabio Berger
0a19ba3014
Fix tslint issues
2017-11-27 21:38:09 -06:00
Fabio Berger
3660ba28d7
Add website to mono repo, update packages to align with existing sub-packages, use new subscribeAsync 0x.js method
2017-11-21 14:03:08 -06:00