Whymarrh Whitby
924cc1fcf7
Move setAccountLabel into PreferencesController
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
Dan Finlay
447682d1fb
Linted
7 years ago
Dan Finlay
4bca98d588
Derive gas price estimate from previous transactions
...
Return the 50th percentile lowest gas price of the previous 20 blocks.
7 years ago
Kevin Serrano
20aa135ad8
Add fix for infinite spinner for incorrect seed phrase.
7 years ago
Alexander Tseung
a218008adf
Track usage of old and new UI ( #2794 )
...
[NewUI] Track usage of old and new UI
7 years ago
Dan
bf4043c59b
Adds updateTransaction to background and used it to update after editing in send-v2.
7 years ago
Dan
1f1fc2c49e
Canceled, edited transactions show edited amount.
7 years ago
Dan Finlay
10ff77477c
Add Recent Blocks controller
...
Tracks recent blocks, useful for estimating recent successful gas
prices.
7 years ago
Dan
ec6c3c33bd
Merge branch 'master' into NewUI-flat-merge-with-master
7 years ago
Dan Finlay
31564e0a86
Fix retry action
7 years ago
Dan Finlay
6ff580584a
Add retry background method and action
7 years ago