mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 23:47:57 -05:00
Upgrade to Apache Tuweni 2.0 (#2376)
* Upgrade to Apache Tuweni 2.0 Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * Remove intermediate repository Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * Remove all occurrences of toBytes Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * Migrate to tuweni-bytes Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * add changelog Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * correct reference tests Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * Initial API changes Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * more changes Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * Change APIs for VM ops Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * Use constant UInt256.ONE Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * Optimize a bit address <> word transformation Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com> * spotless Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
This commit is contained in:
@@ -37,7 +37,7 @@ dependencies {
|
||||
implementation 'com.google.guava:guava'
|
||||
implementation 'io.prometheus:simpleclient'
|
||||
implementation 'org.apache.logging.log4j:log4j-api'
|
||||
implementation 'org.apache.tuweni:bytes'
|
||||
implementation 'org.apache.tuweni:tuweni-bytes'
|
||||
implementation 'org.rocksdb:rocksdbjni'
|
||||
|
||||
runtimeOnly 'org.apache.logging.log4j:log4j-core'
|
||||
|
||||
@@ -38,7 +38,7 @@ dependencies {
|
||||
implementation 'com.google.guava:guava'
|
||||
implementation 'io.vertx:vertx-core'
|
||||
implementation 'org.apache.logging.log4j:log4j-api'
|
||||
implementation 'org.apache.tuweni:bytes'
|
||||
implementation 'org.apache.tuweni:tuweni-bytes'
|
||||
|
||||
runtimeOnly 'org.apache.logging.log4j:log4j-core'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user