1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey c167fbf903
Remove unnecessary token list update (#8223)
When the token tracker is first constructed and the first balance
update is triggered, we manually serialize the tracker state and call
our update function. This is _in addition_ to the update event handler
though, so the balances get updated twice. Similarly, we also catch any
errors during this first update to handle them, but this is done via an
event as well, so is redundant.

These steps have been removed; updates and errors are now handled
solely through events. We were able to drop a check from
`updateBalances` as well to ensure the tracker is still running, as the
event cannot be emitted unless it's running.
2020-03-21 17:35:08 -03:00
..
components Remove unnecessary token list update (#8223) 2020-03-21 17:35:08 -03:00
css Add border none for moz-focus-inner (#8217) 2020-03-19 12:44:20 -04:00
ducks LoginPerSite: Support multiple accounts without automatic switching (#8079) 2020-03-06 13:34:56 -08:00
helpers Remove tOrKey and tOrDefault functions from i18n context (#8211) 2020-03-19 01:03:20 -03:00
pages Remove unused parameters (#8216) 2020-03-19 14:32:38 -03:00
selectors Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00
store Use specified gas limit when speeding up a transaction (#8178) 2020-03-12 11:33:11 -03:00