-
Notifications
You must be signed in to change notification settings - Fork 690
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
Refactor get_account_id_from_seed / get_from_seed to one common place #5804
Refactor get_account_id_from_seed / get_from_seed to one common place #5804
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are usages of get_account_id_from_seed
in templates/parachain/runtime/src/genesis_config_presets.rs
, can you update this too?
Not sure what IDE you're using, but if it is using rust-analyzer
it might see the errors there if you set WASM_BUILD_CARGO_ARGS="--message-format=json"
in the environment before starting your IDE and waiting for a full build/indexing. Also, please mark this PR as ready for review as soon as you changed everything you wanted (merging it with latest master
might be a good thing to do before then too).
cumulus/parachains/integration-tests/emulated/common/src/lib.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-rococo/src/genesis_config_presets.rs
Outdated
Show resolved
Hide resolved
cumulus/parachains/runtimes/assets/asset-hub-westend/src/genesis_config_presets.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some final nits sorry.
Looks good. Thank you!
I'd wait for @davxy opinion as this PR touches |
225df75
to
c7b31af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thank you
cumulus/parachains/runtimes/assets/asset-hub-rococo/src/genesis_config_presets.rs
Outdated
Show resolved
Hide resolved
87ce254
to
341c689
Compare
Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
/tip small |
@bkchr A referendum for a small (20 DOT) tip was successfully submitted for @programskillforverification (12gcYUJzFF4x2kdBAZu5zbRd6o7HitBb3iRMuiVtemYuvBEt on polkadot). |
The referendum has appeared on Polkassembly. |
Thanks |
Closes #5705