-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Hard Spoon Solutions Practice? #437
Comments
Epoch length cannot currently be changed in BABE, sorry that this wasn't properly documented. We added some capabilities for dynamic configuration in those PRs but it still does not support epoch length changes (it is a bit more complicated). |
new sub-command |
|
Any standard practices with modifying exported state? I'm trying to change out the validator set after exporting a chain with a different validator set than desired. |
Ok modifying it MIGHT be as easy as just replacing all storage keys under specific modules with ones you intend. I created a new chainspec with new validaors and session info of course (blank at block 0) and replaced these keys with all keys in the exported state. Not sure what side-effects I'll run into but this should work well! |
From Alexander
|
New remote externalities might be helpful to provide related solutions. |
Does fork-off-substrate solve the |
We can not say it as "solve". Once you encounter |
Thanks, so the |
* update template readme w/ generation instructions. * update example * npm audit fix * update `Alice` genisis account address * update erc20 example * spelling * remove unused import, update readme, tested to work! * npm audit fix tests * add CI testing account to genesis with balance
Latest devnet stuck on following issue
Suspect that this is caused by a runtime upgrade changing the epoch duration introduced by #436
We need further detail of the root cause and solutions to handle this case.
The text was updated successfully, but these errors were encountered: