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
Mark Stacey 728115171e
Catch reverse resolve ENS errors (#7377)
The 'reverseResolveAddress' method is intended to return undefined if
unable to reverse resolve the given address. Instead it was throwing an
error, which surfaced in the UI console. This error is now caught.
2019-11-10 21:15:59 -05:00
..
ens Catch reverse resolve ENS errors (#7377) 2019-11-10 21:15:59 -05:00
network I#6704 eth_getTransactionByHash will now check metamask's local history for pending transactions (#7327) 2019-10-30 12:15:54 -10:00
transactions I#6704 eth_getTransactionByHash will now check metamask's local history for pending transactions (#7327) 2019-10-30 12:15:54 -10:00
ab-test.js
app-state.js
balance.js
cached-balances.js
detect-tokens.js
incoming-transactions.js
infura.js
onboarding.js
preferences.js Add Estimated time to pending tx (#6924) 2019-10-31 23:21:28 -02:30
provider-approval.js Fix provider approval metadata (#7349) 2019-11-04 17:28:50 -04:00
README.md
recent-blocks.js
threebox.js
token-rates.js

Controllers

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