1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/selectors
Brad Decker f567a3fe86
Do not show failed off-chain transactions details when grouped with another valid transaction of same nonce (#14497)
* fix failed off chain tx mismatch with next confirmed transaction

* dont drop failed txs when tx in confirmed

* add comment for reassigning logic

* resolve change requests
2022-04-25 14:39:34 -05:00
..
confirm-transaction.js extract determineTransactionType from tx controller (#13737) 2022-03-07 12:54:36 -06:00
confirm-transaction.test.js
custom-gas.js
custom-gas.test.js
first-time-flow.js
index.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
metametrics.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
metametrics.test.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
nonce-sorted-transactions-selector.test.js Do not show failed off-chain transactions details when grouped with another valid transaction of same nonce (#14497) 2022-04-25 14:39:34 -05:00
permissions.js Add Snaps via Flask (#13462) 2022-02-14 16:02:51 -08:00
permissions.test.js
selectors.js Disable swaps whenever the environment is not development or testing, so that behaviour follows production for QA purposes (#14499) 2022-04-21 09:19:34 -07:00
selectors.test.js
transactions.js Do not show failed off-chain transactions details when grouped with another valid transaction of same nonce (#14497) 2022-04-25 14:39:34 -05:00
transactions.test.js