-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: upgrade to polkadot v0.9.27 #394
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.
Very nice cleanups! I just have a couple of questions.
runtimes/clone/Cargo.toml
Outdated
|
||
# KILT pallets & primitives | ||
kilt-support = {path = "../../support", default-features = false, optional = 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.
Was this failing? Or why did you add it in?
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.
It was a clippy complaint
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.
Interesting. Mine does not, plus I do not see it being used anywhere inside that crate. I see that its usage has been commented out as part of the // TODO: Enable after adding delegation pallet
, so that is probably the reason. If we don't plan to uncomment those, then perhaps we can remove it from the Cargo file as well?
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.
You are right, I suppose I added these comments after I added it to the dependencies. Fixed in 75c4255
* feat: upgrade to Polkadot v0.9.27 * chore: bump nightly, sr-tool, base docker img * fix: clippy clone runtime * fix: clippy * fix: remove deprecated license fmt checker rust-lang/rustfmt#5103 * fix: clippy 2 * fix: clone * chore: bump sub deps * fix: clippy * chore: bump serde * ci: fix bump srtool to 1.62.0 * fix: remove kilt-support dep from clone runtime * ci: bump parity base img
fixes KILTProtocol/ticket#2130
rustc 1.64.0-nightly (7fe022f5a 2022-07-24)
from2022-05-30
1.62.0
from1.60.0
Eq
to be derived whenPartialEq
is implemented)clone
runtimelicense_template_path
rust-lang/rustfmt#5103 )Note worthy Substrate PRs
benchmark extrinsic
command paritytech/substrate#11456ChainExtension
paritytech/substrate#11816Migrations
TODO
Checklist:
array[3]
useget(3)
, ...)