1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers
Dan Finlay 22ba0b0c2d Resubmit approved transactions on new block (#5752)
* Add beginning of test

* Resubmit approved transactions on new block

May fix #4343 and related issues, where an error could leave
transactions stranded in the approved state.

* Remove unused test

* Re-approve transactions when retrying approved

* Add retry approved test

* Include approved in pending tx count

* Fix getPendingTxs()

* Linted

* Only throw hash error in submitted state

* Only check submitted txs for block inclusion

* Fix test expectations
2018-11-14 11:34:07 -10:00
..
network network - infura - hardcode net_version and eth_chainId (#5670) 2018-11-05 14:13:37 -05:00
transactions Resubmit approved transactions on new block (#5752) 2018-11-14 11:34:07 -10:00
address-book.js
balance.js
blacklist.js blacklist + currency - report error via log instead of throw 2018-10-19 07:18:16 -04:00
computed-balances.js
currency.js Merge branch 'sentry-enhancements2' of github.com:MetaMask/metamask-extension into sentry-enhancements2 2018-10-29 20:28:02 -04:00
detect-tokens.js
infura.js
preferences.js EIP-1102: updated implementation 2018-11-05 15:07:09 -08:00
provider-approval.js EIP-1102: Update publicConfig store concurrently with approval 2018-11-09 18:21:59 -08:00
README.md
recent-blocks.js
shapeshift.js
token-rates.js Update Balanc3 API (#5744) 2018-11-13 14:57:43 -05:00
user-actions.js

Controllers

Different controllers (in the sense of *VC *View-Controller).