feat: LUKSO Mainnet Pectra Hardfork#9070
Merged
macfarla merged 4 commits intobesu-eth:mainfrom Aug 20, 2025
Merged
Conversation
503df7c to
6939ba9
Compare
Signed-off-by: Wolmin <lamonos123@gmail.com>
Signed-off-by: Wolmin <lamonos123@gmail.com>
Signed-off-by: Wolmin <lamonos123@gmail.com>
d298728 to
a927bff
Compare
fab-10
approved these changes
Aug 18, 2025
macfarla
reviewed
Aug 19, 2025
| - Generate distribution dependencies catalog [#8987](https://github.com/hyperledger/besu/pull/8987) | ||
| - Add `WorldStateService` to the plugin API [#9024](https://github.com/hyperledger/besu/pull/9024) | ||
| - Wait for peers before starting Backward Sync [#9003](https://github.com/hyperledger/besu/pull/9003) | ||
| - LUKSO Mainnet Pectra Hardfork [#9070](https://github.com/hyperledger/besu/pull/9070) |
Contributor
There was a problem hiding this comment.
this has just missed the 25.8.0 release so will need to move to the unreleased section. There will be another release before 17 Sept
Contributor
There was a problem hiding this comment.
@Wolmin I can't update your branch so you'll need to make this change and merge latest main
Contributor
There was a problem hiding this comment.
@macfarla should I remove this from CHANGELOG.md?
macfarla
pushed a commit
that referenced
this pull request
Aug 21, 2025
* Add prague configurations for lukso mainnet Signed-off-by: Wolmin <lamonos123@gmail.com> * Restore discovery nodes Signed-off-by: Wolmin <lamonos123@gmail.com> * Add to changelog Signed-off-by: Wolmin <lamonos123@gmail.com> --------- Signed-off-by: Wolmin <lamonos123@gmail.com> Co-authored-by: Matt <macht4tech@gmail.com>
KimH4nKyul
pushed a commit
to KimH4nKyul/besu
that referenced
this pull request
Aug 21, 2025
* Add prague configurations for lukso mainnet Signed-off-by: Wolmin <lamonos123@gmail.com> * Restore discovery nodes Signed-off-by: Wolmin <lamonos123@gmail.com> * Add to changelog Signed-off-by: Wolmin <lamonos123@gmail.com> --------- Signed-off-by: Wolmin <lamonos123@gmail.com> Co-authored-by: Matt <macht4tech@gmail.com>
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Sep 8, 2025
* Add prague configurations for lukso mainnet Signed-off-by: Wolmin <lamonos123@gmail.com> * Restore discovery nodes Signed-off-by: Wolmin <lamonos123@gmail.com> * Add to changelog Signed-off-by: Wolmin <lamonos123@gmail.com> --------- Signed-off-by: Wolmin <lamonos123@gmail.com> Co-authored-by: Matt <macht4tech@gmail.com>
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Sep 8, 2025
* Add prague configurations for lukso mainnet Signed-off-by: Wolmin <lamonos123@gmail.com> * Restore discovery nodes Signed-off-by: Wolmin <lamonos123@gmail.com> * Add to changelog Signed-off-by: Wolmin <lamonos123@gmail.com> --------- Signed-off-by: Wolmin <lamonos123@gmail.com> Co-authored-by: Matt <macht4tech@gmail.com> Signed-off-by: jflo <justin+github@florentine.us>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR description
This PR adds Prague configurations for LUKSO Mainnet. The Pectra fork is scheduled for 17th September 2025, 16:20 GMT.
Fixed Issue(s)
Thanks for sending a pull request! Have you done the following?
doc-change-requiredlabel to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew spotlessApply./gradlew build./gradlew acceptanceTest./gradlew integrationTest./gradlew ethereum:referenceTests:referenceTests