Snowbridge - Adds Fulu hardfork#9938
Conversation
|
Requires labels |
| - name: snowbridge-beacon-primitives | ||
| bump: major | ||
| - name: snowbridge-beacon-primitives | ||
| bump: patch |
There was a problem hiding this comment.
patch or major?
| - name: snowbridge-beacon-primitives | |
| bump: major | |
| - name: snowbridge-beacon-primitives | |
| bump: patch | |
| - name: snowbridge-beacon-primitives | |
| bump: major | |
| - name: snowbridge-beacon-primitives | |
| bump: patch |
There was a problem hiding this comment.
major bump will not allow backporting, if there are no other consumers of this structure downstream (afaik there are not), I suggest doing patch instead
L.E.: changing it to patch only for the backport PRs also works
There was a problem hiding this comment.
Thanks for the tip, changed to patch
Head branch was pushed to by a user without write access
c223162
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-9938-to-unstable2507
git worktree add --checkout .worktree/backport-9938-to-unstable2507 backport-9938-to-unstable2507
cd .worktree/backport-9938-to-unstable2507
git reset --hard HEAD^
git cherry-pick -x c2231626893533a91754384b62f9595ee97662d3
git push --force-with-lease |
|
Successfully created backport PR for |
Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162)
Backport #9938 into `stable2509` from claravanstaden. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
| pub const ChainForkVersions: ForkVersions = ForkVersions { | ||
| genesis: Fork { | ||
| version: [0, 0, 0, 1], // 0x00000001 | ||
| version: hex!("00000001"), |
There was a problem hiding this comment.
remind me why you are changing the encoding for these. I know you spoke about it in the meet but I forgot.
There was a problem hiding this comment.
@vgeddes is just for better readability, it doesn't have any practical effect. This config is used for tests. I updated the fork version format to match the runtime config, e.g. https://github.com/paritytech/polkadot-sdk/blob/master/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/bridge_to_ethereum_config.rs#L238-L240
Backport #9938 into `unstable2507` from claravanstaden. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
Backport paritytech#9938 into `stable2509` from claravanstaden. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162)
* Snowbridge - Adds Fulu hardfork (paritytech#9938) Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162) * fix test --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
This reverts commit 7b7e7c5.
* Snowbridge - Adds Fulu hardfork (paritytech#9938) Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162) * fix test --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
* Snowbridge - Adds Fulu hardfork (paritytech#9938) Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162) * fix test --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
* Snowbridge - Adds Fulu hardfork (paritytech#9938) Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162) * fix test --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
* Snowbridge - Adds Fulu hardfork (paritytech#9938) Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162) * fix test --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
* Snowbridge - Adds Fulu hardfork (paritytech#9938) Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162) * fix test --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
* Snowbridge - Adds Fulu hardfork (paritytech#9938) Adds Fulu hardfork version. No other onchain changes required. Fulu activation on Sepolia is 14 October, Mainnet 3 December. --------- Co-authored-by: Adrian Catangiu <adrian@parity.io> (cherry picked from commit c223162) * fix test --------- Co-authored-by: Clara van Staden <claravanstaden64@gmail.com> Co-authored-by: Adrian Catangiu <adrian@parity.io>
Adds Fulu hardfork version. No other onchain changes required.
Fulu activation on Sepolia is 14 October, Mainnet 3 December.