Release 1.4.3#675
Conversation
|
@claravanstaden Could you please update the description to include a bit more context and note that we're only releasing BridgeHubPolkadot? Plus update desc with: @anaelleltd @SBalaguer There's just one change related to |
|
The dry run functionality is a runtime API so the versioning system should already have us covered. It shouldn't be a breaking change |
|
@bkchr @ggwpez can we release only Polkadot-BH runtime? or on merging this PR automation will attempt to release everything? e.g. the CI currently complains that all other runtimes haven't bumped spec version It's also fine to do patch release for all runtimes, but most likely we will not upgrade the chains using these versions, but rather go directly to 1.5.0. what do you think? |
Hmm, it seems like it is a breaking change. Both Rust code wanting to access the API and frontend clients will default to using the latest version. This means they'll have to change their code. |
|
@SBalaguer @anaelleltd The breaking change is for anyone calling the This is highly unlikely since Bridge Hub is mostly an implementation detail at this point and dry running something there doesn't offer much in return (we don't support dry-running the P<>K bridge yet for example). |
We just delete the unnecessary runtimes and edit the release message, it works fine. |
|
We also need to update Kusama AH and Polkadot AH versions as part of it |
Do you also need to release and enact them live as part of 1.4.3 or just change spec_version? |
@claravanstaden can you please bump all runtimes? |
Yes please, I need #668 to finish migration |
You can get this with Release v1.5.0 #662 upgrade too, no? The plan is to only upgrade Polkadot BH to this patch release because of urgency, while all other runtimes can wait 1-2 extra weeks and go straight to 1.5.0. |
Because runtime is upgraded to newer version and waiting for state tried migration, warp sync is not working and it slows down other people work a bit. The change I introduced is small and only about migration controller. |
@acatangiu added in 914b594. |
|
/merge |
f6cd32d
into
polkadot-fellows:main
|
Enabled Available commands
For more information see the documentation |
@ggwpez the runtimes are released, https://github.com/polkadot-fellows/runtimes/releases/tag/v1.4.3, can you please remove those which we won't need? So far we need only Polkadot BridgeHub. @nkpar sorry, I am not sure if I get your comment, so do we need/want to upgrade/enact also Polkadot/Kusama AssetHub from this 1.4.3 release? Basti made some comment here about testing: #668 (comment). @claravanstaden Are you going to prepare preimage call for referenda or who? |
Yes please, we need to upgrade PAH, KAH to finish state trie migration |
so the final list for upgrade:
|
|
@bkontur sure, I'll do the preimage. |
|
I am not seeing the Asset Hub Polkadot wasm in the release: https://github.com/polkadot-fellows/runtimes/releases/tag/v1.4.3 |
@ggwpez @bkchr https://github.com/polkadot-fellows/runtimes/actions/runs/14487936234 I am not sure, how to retrigger this |
Release 1.4.3 for:
- Electra fork upgrade: The Ethereum Electra upgrade is going live on mainnet on 7 May. The Snowbridge Ethereum client needs to be upgraded before then. The change can be viewed in paritytech/polkadot-sdk#7075.
This release only includes BridgeHubPolkadot, since the required change is only related to this system parachain.
Closes: #654