From c8ad1d12a0cf4eafcd0822874075427dfb0b1108 Mon Sep 17 00:00:00 2001 From: garyschulte Date: Wed, 11 Dec 2024 14:04:18 -0800 Subject: [PATCH] Bump besu-native dep to 1.0.0 (#8019) * remove evm dep on matter-labs bls12 lib Signed-off-by: garyschulte --- evm/build.gradle | 1 - gradle/verification-metadata.xml | 68 ++++++++++++++------------------ platform/build.gradle | 13 +++--- 3 files changed, 36 insertions(+), 46 deletions(-) diff --git a/evm/build.gradle b/evm/build.gradle index a48cb916493..c9506523f3d 100644 --- a/evm/build.gradle +++ b/evm/build.gradle @@ -44,7 +44,6 @@ dependencies { implementation 'io.tmio:tuweni-bytes' implementation 'io.tmio:tuweni-units' implementation 'org.hyperledger.besu:arithmetic' - implementation 'org.hyperledger.besu:bls12-381' implementation'org.hyperledger.besu:gnark' implementation 'tech.pegasys:jc-kzg-4844' diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index d6392fbe2ce..c3acee03312 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -5160,12 +5160,12 @@ - - - + + + - - + + @@ -5176,52 +5176,44 @@ - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - - - - - - - - - + + diff --git a/platform/build.gradle b/platform/build.gradle index 79c2c5c5651..f679fa20d2e 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -138,13 +138,12 @@ dependencies { api 'org.hibernate.validator:hibernate-validator:8.0.1.Final' - api 'org.hyperledger.besu:arithmetic:0.9.7' - api 'org.hyperledger.besu:blake2bf:0.9.7' - api 'org.hyperledger.besu:bls12-381:0.9.7' - api 'org.hyperledger.besu:gnark:0.9.7' - api 'org.hyperledger.besu:ipa-multipoint:0.9.7' - api 'org.hyperledger.besu:secp256k1:0.9.7' - api 'org.hyperledger.besu:secp256r1:0.9.7' + api 'org.hyperledger.besu:arithmetic:1.0.0' + api 'org.hyperledger.besu:blake2bf:1.0.0' + api 'org.hyperledger.besu:gnark:1.0.0' + api 'org.hyperledger.besu:ipa-multipoint:1.0.0' + api 'org.hyperledger.besu:secp256k1:1.0.0' + api 'org.hyperledger.besu:secp256r1:1.0.0' api 'org.hyperledger.besu:besu-errorprone-checks:1.0.0'