Skip to content
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

determine and update potentially missing storage genesis entries #1580

Closed
noot opened this issue May 12, 2021 · 1 comment · Fixed by #1681
Closed

determine and update potentially missing storage genesis entries #1580

noot opened this issue May 12, 2021 · 1 comment · Fixed by #1681
Assignees

Comments

@noot
Copy link
Contributor

noot commented May 12, 2021

Task summary

  • currently we only set a few storage entries at genesis using build-spec: babe authorities, grandpa authorities, balances, and :code
  • however there are likely many more storage entries that need to be set at genesis that are currently unknown
  • for example: fix(polkadot.js) fix -infinity in keys error by adding genesis field #1573 adding a storage field fixes various bugs, however it is unknown what the storage key is and how the value is generated
  • need to figure out what the key/value represents and how to create it and add it to build-spec
  • same for other potentially missing keys
@github-actions
Copy link

github-actions bot commented Dec 3, 2021

🎉 This issue has been resolved in version 0.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants