kumavis
fe42de4642
metamask-controller - update preferences controller addresses after import account
7 years ago
Anton
71a6e97327
cleanErrorStack moved to separate library module
...
more errors traces cleaned up
7 years ago
kumavis
76cfb10864
metamask-controller - wrap txController.addUnapprovedTx for wallet middleware reference before txController is instantiated
7 years ago
kumavis
aab9691c42
provider - update wallet hooks for new wallet middleware
7 years ago
kumavis
66a62dfd0c
metamask-controller - fix account lookup hook
7 years ago
Frankie
e8b2e11c56
Reveal get filtered tx list ( #4332 )
...
* add getFilteredTxList from txController to getApi
* transactions - remove dead code (isNonceTaken)
7 years ago
Whymarrh Whitby
c54e4c7191
Add PreferencesController#setAddresses to update ids
7 years ago
Whymarrh Whitby
cbe4d0d88c
Update AddressBookController to read from preferences store
7 years ago
Whymarrh Whitby
924cc1fcf7
Move setAccountLabel into PreferencesController
7 years ago
kumavis
088d7930e0
network - create provider and block-tracker via json-rpc-engine
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
frankiebee
a45cb75435
transactions - add a nonce check utility for ui use
7 years ago
kumavis
6f316ca450
network - remove setNetworkEndpoints
7 years ago
Dan Finlay
5abb0256a9
Linted docs
7 years ago
Alexander Tseung
477b74124d
Revert "Fix UI getting stuck in Reveal Seed screen"
...
This reverts commit 2c8156ebe9
.
7 years ago
Dan Finlay
fad8afb7d1
Linted jsdocs
7 years ago
Dan Finlay
f78d2f5e0b
Added docs to MM-controller
7 years ago
Alexander Tseung
2c8156ebe9
Fix UI getting stuck in Reveal Seed screen
7 years ago
bitpshr
b4912f29cd
Disable token price polling when no client is active
7 years ago
bitpshr
d0447f9058
Maintain token prices using a background service
7 years ago
bitpshr
7129d7c0f3
Require loglevel singleton in each module that uses it
7 years ago
bitpshr
4780f825b1
Add ComposableObservableStore for subscription management
7 years ago
frankiebee
03b123a85d
transactions - put the origing on the txMeta to help with debugging
7 years ago
kumavis
d8357413ac
metamask-controller - fix typo
7 years ago
Dan Finlay
729a473210
Fix bug where resetAccount does not clear network cache
...
Fixes #3439
7 years ago
Dan
f74e802026
Undo unnecessary line removals.
7 years ago
Dan
b9309f689b
Use extension api to get initial locale.
7 years ago
Lazaridis
e1d6398b0f
moves setup-related code towads end of file, re #3568
7 years ago
Lazaridis
bb6af25e20
add ESLint exceptions for //= and //-, re #3568
7 years ago
Lazaridis
904f00e8ac
group all vault/keyring related methods together, re #3568
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
Lazaridis
d8f5150aa5
adds initial documentation, re #3568
7 years ago
Csaba Solya
59007a6c36
modify verifySeedPhrase to async and call it from addNewAccount also
7 years ago
Csaba Solya
f7d4a1080d
add documentation
7 years ago
Csaba Solya
2b86d65d0c
verify seedwords on log in
7 years ago
Csaba Solya
4bd7f1a37a
fix lint issues
7 years ago
Csaba Solya
92453f8715
seed phrase verifier
7 years ago
Lazaridis
58a554b168
use the providers initial _blocktracker. fixes #2393
7 years ago
Dan J Miller
7f151b861c
[NewUI] Opens to full screen when restoring from seed. ( #3201 )
...
* Opens to full screen when restoring from seed.
* Remove redundant parameter in actions.markPasswordForgotten call.
7 years ago
frankiebee
c3adbda5f5
remove RecentBlocks from disk
7 years ago
Bruno Barbieri
03d17c75ae
wipe only transactions for current account
7 years ago
Bruno Barbieri
e6fda855a5
added reset account feature
7 years ago
frankiebee
f13ad6bd6a
remove BlacklistController from disk state
7 years ago
Kevin Serrano
19a379edba
Bump limit for event emitter warning.
7 years ago
Dan Finlay
7cb66ce4cb
Prefer passing a provider over an ethQuery instance
7 years ago
Dan Finlay
4a9dad7c40
Improve gas price estimation by backfilling recent-blocks
...
When first initializing, recent-block controller now back-fills up to
its desired history length. This makes estimated gas prices reflect a
longer recent history, even when first switching to a new network.
Fixes #2925
7 years ago
Dan Finlay
d829fb91b8
Default to 1 gwei for empty blocks
7 years ago
Dan Finlay
0275231e13
Default gas estimate to 1 gwei for networks with no block activity
7 years ago
Dan Finlay
34826d18aa
Default to estimating 1 gwei for empty blocks.
...
To avoid estimating 0 gwei on low-traffic private networks.
7 years ago
Dan Finlay
aec24ec81e
Fix feature to work
7 years ago