-
Notifications
You must be signed in to change notification settings - Fork 381
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
Release v5.29.0 prep #1139
Release v5.29.0 prep #1139
Conversation
/bench shibuya-dev pallet_dapp_staking_v3 |
Benchmarks job is scheduled at https://github.com/AstarNetwork/Astar/actions/runs/7557424797. |
Benchmarks have been finished. |
pub type Migrations = ( | ||
pallet_static_price_provider::InitActivePrice<Runtime, InitActivePriceGet>, | ||
pallet_dapp_staking_v3::migrations::DappStakingV3TierRewardAsTree<Runtime>, | ||
pallet_dapp_staking_v3::migrations::DappStakingV3HistoryCleanupMarkerReset<Runtime>, | ||
pallet_inflation::PalletInflationShibuyaMigration<Runtime, NextEraProvider>, | ||
frame_support::migrations::RemovePallet< |
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.
pallet_static_price_provider::InitActivePrice<Runtime, InitActivePriceGet>,
pallet_dapp_staking_v3::migrations::DappStakingV3TierRewardAsTree<Runtime>,
pallet_dapp_staking_v3::migrations::DappStakingV3HistoryCleanupMarkerReset<Runtime>,
pallet_inflation::PalletInflationShibuyaMigration<Runtime, NextEraProvider>,
Those have not been applied yet right ?
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.
Correct, these are all new.
I've removed the old ones the first time I had to add a new one.
Minimum allowed line rate is |
Pull Request Summary
Release prep for
v5.29.0
release.Release issue: #1138