1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/app/scripts/controllers
Dan Finlay 507397f6c3 Fix updating of pending transactions
Transaction statuses were not being properly updated when:

- MetaMask was unlocked
- The network was changed

This PR fixes both of those. Fixes #5174
2018-10-05 10:35:14 -07:00
..
network Adds getPendingNonce method to provider initialization options in metamask-controller. 2018-09-21 15:29:42 -02:30
transactions Fix updating of pending transactions 2018-10-05 10:35:14 -07:00
address-book.js Update AddressBookController to read from preferences store 2018-05-17 12:57:39 -02:30
balance.js eslint --fix . 2018-07-02 18:49:33 -04:00
blacklist.js Add ability to whitelist a blacklisted domain at runtime 2018-10-02 10:43:46 -02:30
computed-balances.js eslint --fix . 2018-07-02 18:49:33 -04:00
currency.js eslint --fix . 2018-07-02 18:49:33 -04:00
detect-tokens.js add & delete tokens per account 2018-07-25 16:14:10 -04:00
infura.js Require loglevel singleton in each module that uses it 2018-04-13 17:56:28 -04:00
preferences.js support editable customRPC (#5267) 2018-09-28 17:23:58 -02:30
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
recent-blocks.js Merge branch 'develop' of github.com:MetaMask/metamask-extension into network-remove-provider-engine 2018-07-03 12:42:14 -07:00
shapeshift.js Merge branch 'master' into dm-docs-1 2018-04-18 16:15:48 -02:30
token-rates.js Return 0 for token rate fetch failures 2018-04-26 18:31:54 -04:00
user-actions.js Version 4.7.1 2018-06-01 15:48:16 -07:00

Controllers

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