A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/app/scripts/migrations
Dan J Miller 1bd22b58c0
Add a/b test for full screen transaction confirmations (#7162)
5 years ago
..
002.js Fix linting warnings 8 years ago
003.js Fix linting warnings 8 years ago
004.js Fix linting warnings 8 years ago
005.js Fix linting warnings 8 years ago
006.js Fix linting warnings 8 years ago
007.js Fix linting warnings 8 years ago
008.js Fix linting warnings 8 years ago
009.js Fix linting warnings 8 years ago
010.js Fix linting warnings 8 years ago
011.js Fix linting warnings 8 years ago
012.js Fix linting warnings 8 years ago
013.js eslint --fix . 6 years ago
014.js Add a migration for the network controller 8 years ago
015.js migrations - back fixes 7 years ago
016.js migrations - back fixes 7 years ago
017.js migrations - back fixes 7 years ago
018.js Enable indent linting via ESLint (#6936) 5 years ago
019.js Enable indent linting via ESLint (#6936) 5 years ago
020.js Fix migration comment 7 years ago
021.js remove RecentBlocks from disk 7 years ago
022.js migrations - back fixes 7 years ago
023.js eslint --fix . 6 years ago
024.js Enable indent linting via ESLint (#6936) 5 years ago
025.js Check for unused function arguments (#6583) 6 years ago
026.js Fix return value of migration 26 when missing KC or PC 7 years ago
027.js migration 27 - remove rejected transactions from state 6 years ago
028.js fix migration 28 6 years ago
029.js Auto fail transactions that have been approved for over 12 hours (#5765) 6 years ago
030.js fix - migration 30 undefinds (#6079) 6 years ago
031.js Enable indent linting via ESLint (#6936) 5 years ago
032.js Remove betaUI preference state, replace with completedUiMigration 6 years ago
033.js Remove NoticeController (#6382) 6 years ago
034.js Default Privacy Mode to ON, allow force sharing address (#6904) 5 years ago
035.js Add migration to remove `seedWords` state (#6937) 5 years ago
036.js Connections settings tab (#7013) 5 years ago
037.js address book entries by chainId (#7205) 5 years ago
038.js Add a/b test for full screen transaction confirmations (#7162) 5 years ago
README.md add READMEs to folders, re #3427 7 years ago
fail-tx.js Auto fail transactions that have been approved for over 12 hours (#5765) 6 years ago
index.js Add a/b test for full screen transaction confirmations (#7162) 5 years ago
template.js meta - create a migration template 7 years ago

README.md

Migrations

Data (user data, config files etc.) is migrated from one version to another.

Migrations are called by {} from {} during {}.