We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sp_genesis_builder::PresetId
sp_genesis_builder::PresetId requires some improvents:
PresetId
const fn new(&'static str)
Currently PresetId is an alias for RuntimeString what makes it not trivial to rework.
RuntimeString
The text was updated successfully, but these errors were encountered:
related work: #5693
Sorry, something went wrong.
No branches or pull requests
sp_genesis_builder::PresetId
requires some improvents:PresetId
, so you don't need to convert them. Maybe adding someconst fn new(&'static str)
would be a good idea. Originally posted by @bkchr in asset-hub-rococo: genesis config presets added #3996 (comment)Currently
PresetId
is an alias forRuntimeString
what makes it not trivial to rework.The text was updated successfully, but these errors were encountered: