1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Thomas Huang 21aec63f41
Fix encypt/decrypt tx queueing (#10350)
Fixes #10231

Use unconfirmedTransactionsListSelector in the encypt/decrypt components to render the appropriate data to the component at the appropriate time(?).
I am still unsure how sometimes the state.confirmTransaction can we left empty sometimes on rendering the component, possibly the issue with the ConfirmTransaction componentDidUpdate constantly hitting this section.
https://github.com/MetaMask/metamask-extension/blob/develop/ui/app/pages/confirm-transaction/confirm-transaction.component.js#L94-L101

For now this seems to be an intermediate fix.
2021-02-17 12:47:01 -08:00
..
components fix: confirm page header should show address in fullscreen (#10467) 2021-02-16 18:06:54 -08:00
contexts
css
ducks Remove unused confirmTransaction state (#10396) 2021-02-08 17:50:21 -03:30
helpers Add custom network RPC method (#9724) 2021-02-12 09:25:58 -06:00
hooks Use string literals for transaction category localized messages (#10391) 2021-02-08 12:36:58 -03:30
pages Fix encypt/decrypt tx queueing (#10350) 2021-02-17 12:47:01 -08:00
selectors Disable BUY button from home screen when not on main network (#10453) 2021-02-16 09:31:16 -06:00
store