-
Notifications
You must be signed in to change notification settings - Fork 2
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
Polkadot v1.7.2 #74
base: master
Are you sure you want to change the base?
Polkadot v1.7.2 #74
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.
Just some questions and NITs, but LGTM!! Good job @cdamian!
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.
Not sure if your eyes have already caught these two divergences from the recommended XCM configuration with the Polkadot SDK message queue refactor. If not, hope they will help us fixing the message issues.
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.
Seeing all those workspace
dependencies is a big pleasure to my eyes ❤️
Cargo.toml
Outdated
## Currently only needed to make cumulus-relay-chain-inprocess-interface compile, not sure why cumulus works though | ||
polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.2" } | ||
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.7.2" } |
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.
Is it due to some macro? Sometimes macros force you to include extra dependencies to unroll correctly on the user side.
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.
No, the fudge-test-runtime
is using it.
pub struct MessageQueueWeightInfo; | ||
|
||
// As of this version, the current implementation of WeightInfo for (), has weights that are bigger than 0. | ||
impl pallet_message_queue::WeightInfo for MessageQueueWeightInfo { |
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.
Having this helps us avoid future failures due to new weights.
toolchain: Use stable rust
Update polkadot dependencies to
v1.7.2
.