Merged
Conversation
lu-pinto
approved these changes
Oct 21, 2025
Matilda-Clerke
approved these changes
Oct 22, 2025
Contributor
Matilda-Clerke
left a comment
There was a problem hiding this comment.
Should do the trick as-is, but I've raised a few concerns below
| <sha256 value="1033325d520096a16f7119c148c2d455b9cbb517c2c4dcd7950e3542cc08e0a1" origin="Generated by Gradle"/> | ||
| </artifact> | ||
| </component> | ||
| <component group="io.consensys.tuweni" name="tuweni-units" version="2.7.0"> |
Contributor
There was a problem hiding this comment.
Similar to above, we're including tuweni-units-2.7.0 and tuweni-units-2.7.2? Can we delete the older version?
Contributor
Author
There was a problem hiding this comment.
good question. deleting the 2.7.0 jar+pom from the metadata file results in a build error so I guess they are in the dependency chain somewhere
gw compileTestJava
...
* What went wrong:
A problem occurred configuring project ':acceptance-tests:tests'.
> Dependency verification failed for configuration 'classpath'
2 artifacts failed verification:
- tuweni-bytes-2.7.0.jar (io.consensys.tuweni:tuweni-bytes:2.7.0) from repository Gradle Central Plugin Repository
- tuweni-bytes-2.7.0.pom (io.consensys.tuweni:tuweni-bytes:2.7.0) from repository Gradle Central Plugin Repository
If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file. For more on how to do this, please refer to https://docs.gradle.org/8.14/userguide/dependency_verification.html#sec:troubleshooting-verification in the Gradle documentation.
even without this PR, we have a mix of both 2.7.1 and 2.7.0
Contributor
Author
There was a problem hiding this comment.
I thought the platform build.gradle solved this problem
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This reverts commit 767caf6. Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
mirgee
pushed a commit
to mirgee/besu
that referenced
this pull request
Oct 24, 2025
* tuweni 2.7.2 Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Nov 17, 2025
* tuweni 2.7.2 Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
pinges
pushed a commit
to pinges/besu
that referenced
this pull request
Dec 15, 2025
* tuweni 2.7.2 Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> Signed-off-by: stefan.pingel@consensys.net <stefan.pingel@consensys.net>
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.
Signed-off-by: Sally MacFarlane macfarla.github@gmail.com
PR description
Update to tuweni 2.7.2 https://github.com/Consensys/tuweni/releases/tag/v2.7.2
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