-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Snowbridge - Adds Fulu hardfork #9938
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
Merged
acatangiu
merged 11 commits into
paritytech:master
from
claravanstaden:snowbridge/fulu-fork
Oct 7, 2025
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
271eee9
adds fulu hardfork
claravanstaden 55e0378
cleanup mock versions
claravanstaden a5c6b9e
add fulu check
claravanstaden ca106e7
prdoc
claravanstaden 7d30206
Merge branch 'master' into snowbridge/fulu-fork
claravanstaden ce92839
update test hardfork
claravanstaden e8aff5e
fix prdoc
claravanstaden 2b80d37
major
claravanstaden 2ea93b0
Merge branch 'master' into snowbridge/fulu-fork
acatangiu ad16bfb
patch
claravanstaden fba582f
Merge remote-tracking branch 'origin/snowbridge/fulu-fork' into snowb…
claravanstaden File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| title: 'Snowbridge - Adds Fulu hardfork' | ||
| doc: | ||
| - audience: Runtime Dev | ||
| description: Set fork version for Fulu hardfork on Sepolia. | ||
| crates: | ||
| - name: snowbridge-pallet-ethereum-client | ||
| bump: patch | ||
| - name: snowbridge-pallet-inbound-queue | ||
| bump: patch | ||
| - name: snowbridge-beacon-primitives | ||
| bump: patch | ||
| - name: bridge-hub-westend-runtime | ||
| bump: patch | ||
| - name: bridge-hub-rococo-runtime | ||
| bump: patch |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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