-
Notifications
You must be signed in to change notification settings - Fork 487
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
deps: update substrate to release-polkadot-v1.11.0 #1430
deps: update substrate to release-polkadot-v1.11.0 #1430
Conversation
new_full::< | ||
frontier_template_runtime::RuntimeApi, | ||
TemplateRuntimeExecutor, | ||
sc_network::NetworkWorker<_, _>, |
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.
This probably could use an option to use litep2p
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.
LGTM
template/runtime/Cargo.toml
Outdated
@@ -26,6 +26,7 @@ sp-inherents = { workspace = true } | |||
sp-offchain = { workspace = true } | |||
sp-runtime = { workspace = true } | |||
sp-session = { workspace = true } | |||
sp-std = { workspace = true } |
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.
please remove sp-std, see #1422
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.
sure
Probably worth checking that everything is alright!