1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 21:00:13 +01:00
metamask-extension/ui/app
Mark Stacey 0f1edce403
Fix BigNumber conversion error (#7088)
In the case where the block gas limit in the MetaMask state is blank,
an exception is sometimes thrown when that blank value is passed to
`multiplyCurrencies` to be parsed as a hex number.

Instead the minimum gas limit is now used instead whenever the block
gas limit is falsy. This was already being done in one case anyway.
2019-08-31 13:29:31 -03:00
..
components Right align "Total" line items in tx detail view (#7050) 2019-08-21 17:46:18 -02:30
css New notification fixes (#6955) 2019-08-02 18:01:26 -02:30
ducks Remove blockscale, replace with ethgasstation 2019-08-22 07:04:52 -07:00
helpers Fetch & display received transactions (#6996) 2019-08-16 16:24:10 -02:30
pages Fix BigNumber conversion error (#7088) 2019-08-31 13:29:31 -03:00
selectors Remove blockscale, replace with ethgasstation 2019-08-22 07:04:52 -07:00
store Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30