-
Notifications
You must be signed in to change notification settings - Fork 5
Upgrade polkadot stable2503 #295
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
Conversation
Signed-off-by: Alexandru Gheorghe <[email protected]>
Signed-off-by: Alexandru Gheorghe <[email protected]>
Signed-off-by: Alexandru Gheorghe <[email protected]>
Signed-off-by: Alexandru Gheorghe <[email protected]>
This reverts commit f4cacc1.
Signed-off-by: Alexandru Gheorghe <[email protected]>
Signed-off-by: Alexandru Gheorghe <[email protected]>
Signed-off-by: Alexandru Gheorghe <[email protected]>
Co-authored-by: Rodrigo Quelhas <[email protected]>
3dd3032
to
3ed3369
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.
LGTM except that RocksDB weights not changed for main net
:
pub const RocksDbWeight: RuntimeDbWeight = RuntimeDbWeight {
read: 20_000 * constants::WEIGHT_REF_TIME_PER_NANOS,
write: 37_000 * constants::WEIGHT_REF_TIME_PER_NANOS,
};
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 to me as well. Thank you!
@@ -1,8 +1,8 @@ | |||
|
|||
//! Autogenerated weights for `cumulus_pallet_parachain_system` | |||
//! | |||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 46.0.0 | |||
//! DATE: 2025-03-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` | |||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 |
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.
SUBSTRATE BENCHMARK CLI VERSION 32.0.0
seems older than the previous one, any idea why ?
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.
Actually no. I just run the exact same command as we usually do. The benchmarking engine is integrated in the client.
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 great work 🚀
Summary
polkadot-stable2503
.