mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 13:58:02 -05:00
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:
@@ -36,8 +36,8 @@ dependencies {
|
||||
implementation project(':crypto:algorithms')
|
||||
implementation project(':ethereum:rlp')
|
||||
implementation 'com.google.guava:guava'
|
||||
implementation 'io.tmio:tuweni-bytes'
|
||||
implementation 'io.tmio:tuweni-units'
|
||||
implementation 'io.consensys.protocols:tuweni-bytes'
|
||||
implementation 'io.consensys.protocols:tuweni-units'
|
||||
|
||||
testImplementation 'org.assertj:assertj-core'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
|
||||
Reference in New Issue
Block a user