forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add democracy migration and fix contracts migration (#12)
* log current blocknumber during migration * improve phragmen migration logs and docs * add combined democracy migration * re-add ReferendumInfo hasher migration and fix compile issues * add more logging for democracy migration * add migration from democracy weights PR paritytech#5828 * log key used for PublicProps * migrate preimages * correct logging and rename variables * add block number for block hash migration * log decode errors * add decode error log label * remove extra logging * re-add contracts migration * remove weight todos and just assume MaximumBlockWeight * fix compile errors * replace some todos with comments * log decode error * fix contracts migration * remove grandpa authority migration
- Loading branch information
Showing
19 changed files
with
290 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.