Pull in Consensys/tuweni v2.7.0 (#8330)

This replaces io.tmio/tuweni with the Consensys fork.

Also Includes:
- reduce check argument args allocations - https://github.com/Consensys/tuweni/pull/10
which should reduce Integer and int[] and therefore gc pressure

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
Simon Dudley
2025-03-17 19:42:25 +10:00
committed by GitHub
parent 47f455887a
commit 789542f76d
37 changed files with 273 additions and 97 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
implementation 'com.google.guava:guava'
implementation 'io.vertx:vertx-core'
implementation 'io.vertx:vertx-web'
implementation 'io.tmio:tuweni-net'
implementation 'io.consensys.protocols:tuweni-net'
runtimeOnly('org.bouncycastle:bcpkix-jdk18on')