Update Besu to 25.10.0 and Besu Native to 1.4.0#2239
Merged
gtebrean merged 1 commit intoLFDT-web3j:mainfrom Nov 5, 2025
Merged
Update Besu to 25.10.0 and Besu Native to 1.4.0#2239gtebrean merged 1 commit intoLFDT-web3j:mainfrom
gtebrean merged 1 commit intoLFDT-web3j:mainfrom
Conversation
fab-10
commented
Oct 21, 2025
Comment on lines
+12
to
+13
| besuDepVersion = '25.10.0' | ||
| besuNativeDepVersion = '1.4.0' |
Contributor
Author
There was a problem hiding this comment.
I hope this simplification hasn't side effects, to better understand, is there a reason to keep some of the dependencies on older version: besuInternalCryptoVersion = '23.1.3' and besuBlsVersion = '1.0.0'?
Contributor
There was a problem hiding this comment.
they were kept like this because we were checking latest versions on the artifact ID without checking if the artefact ID was updated or not, ex metrics-core -> besu-metrics-core
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
e0e4af8 to
ce9f360
Compare
gtebrean
approved these changes
Nov 5, 2025
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.
What does this PR do?
Update Besu and Besu Native dependencies to their latest version, also Maven coordinates have been updated accordingly.
Maven coordinates changes for Besu introduced here besu-eth/besu#8589 besu-eth/besu#8746, and Besu Native BLS has been rename to Costantine.
Where should the reviewer start?
Gradle script
Why is it needed?
To use the newest Maven coordinates
Checklist