Alexander Tseung
fba17d77de
Refactor first time flow, remove seed phrase from state ( #5994 )
...
* Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state
* Fix linting and tests
* Fix translations, initialization notice routing
* Fix drizzle tests
* Fix e2e tests
* Fix integration tests
* Fix styling
* Fix migration naming from 030 to 031
* Open extension in browser when user has not completed onboarding
6 years ago
Frankie
0ad7797076
I#5956 fix 1 ( #6026 )
...
* prevent invalid chainId's when adding cusstom rpcs
* migration 30 removes invalid chaids from preferences and networkController for custom rpcs
6 years ago
Dan Finlay
fdea642e6d
Auto fail transactions that have been approved for over 12 hours ( #5765 )
...
* Auto fail transactions that have been approved for over 12 hours
Converts txs using a migration.
This migration uses a new helper function that generates tx-failing
migrations, and only requires a version, error message, and condition to
run on each transaction.
* Linted
* Only migrate approved txs to failed
* Cleanup
* Cleanup
* Small lint fixes
6 years ago
Whymarrh Whitby
d60991ec88
Delete ConfigManager, replacing its usages with PreferencesController
6 years ago
Esteban MIno
8df3f2696c
fix migration 28
6 years ago
brunobar79
286bde606f
fix merge conflicts
6 years ago
Esteban MIno
0757f47e84
passing tokens to all accounts in migration
6 years ago
Esteban MIno
e687bc5a47
fix migration for preferences controller tokens
6 years ago
Esteban MIno
5b9725d1f1
refactor to accountTokens
6 years ago
Esteban MIno
f5107fa12e
migration for preferences controller tokens
6 years ago
frankiebee
527b62ee8e
migrations - fix to include 27
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
frankiebee
7d3da0ae96
migration 27 - remove rejected transactions from state
6 years ago
Whymarrh Whitby
1a18f03e2f
Fix return value of migration 26 when missing KC or PC
7 years ago
Whymarrh Whitby
67310e151e
Fix migration 026 to produce the correct shape for state.identities
7 years ago
Whymarrh Whitby
2d13fac476
Add migration to move identities from KeyringController
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
frankiebee
2d7c3c2b00
meta - transactions - create a transactions dir in controller and move relevant files into it
7 years ago
frankiebee
d4e30040a2
migrations - back fixes
7 years ago
frankiebee
7d243aacf9
create migration 25
7 years ago
frankiebee
b9243cd8b9
meta - create a migration template
7 years ago
kumavis
2b880dd4e0
migrations - report migrations errors to sentry with vault structure
7 years ago
frankiebee
4efc718074
make migration-24 compat with first-time-state
7 years ago
frankiebee
8243824c6a
hot-fix - migrate unaproved txParams so that the from is lowercase
7 years ago
frankiebee
f0f45e6fe1
migration for removing unnecessary transactions from state
7 years ago
frankiebee
0a2616a37f
include migration 22
7 years ago
Frankie
5a61a6d57a
migration for adding submittedTime to the txMeta ( #3727 )
...
* test for migration 022
* write migration 022 adding submittedTime to txMetas whove been submitted
7 years ago
Lazaridis
2d3763d709
add READMEs to folders, re #3427
7 years ago
frankiebee
c3adbda5f5
remove RecentBlocks from disk
7 years ago
frankiebee
28ee0aae91
creater migration to remove BlacklistController
7 years ago
frankiebee
f13ad6bd6a
remove BlacklistController from disk state
7 years ago
Dan
ec6c3c33bd
Merge branch 'master' into NewUI-flat-merge-with-master
7 years ago
Dan Finlay
8192c0b58c
Fix migration comment
7 years ago
Dan Finlay
ab35a76a24
Migrate old data to include firstVersion info
7 years ago
Dan Finlay
443b1a8eb7
Remove keyring controller from project
7 years ago
Dan Finlay
803e696cdc
Make method return a number
7 years ago
Dan Finlay
17a71a9b4c
Only cancel pending txs with non continuously high nonces
7 years ago
frankiebee
f42687d25f
fix description
7 years ago
frankiebee
dadee1ed79
hotfix - fail submitted txs whos nonce is out of bound
7 years ago
kumavis
588b8f0d39
migration 18 - activate
7 years ago
kumavis
ac2b572c34
migration 18 - fix an oops
7 years ago
kumavis
1af797b1b3
tx controller - tx state history various small fixes
7 years ago
kumavis
accd057b1a
migration 18 - move to diff-based history
7 years ago
frankiebee
6086bcdf0d
limit the range for retryCount
7 years ago
frankiebee
de0cd6e663
write a migration for resubmit tx's to get put back into a submitted state
7 years ago
kumavis
512b6cae81
migration 16 - move resubmit warning back to submitted state
7 years ago
frankiebee
4e0ec74bb7
Create a migration for setting tx's with the message 'Gave up submitting tx.' as failed
7 years ago
frankiebee
e08c1541e5
Add a migration for the network controller
8 years ago
kumavis
28aba6e9de
migration 13 - change provider from testnet to ropsten
8 years ago
Thomas Huang
6bdb4c8728
Fix linting warnings
8 years ago