From 9295fe3687e9eacef278c431f9e83104e8e91e75 Mon Sep 17 00:00:00 2001 From: amkCha <29160563+amkCha@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:16:12 +0100 Subject: [PATCH 1/3] feat: update tracer beta-v4.0-rc20 for linea besu pkg --- linea-besu-package/versions.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linea-besu-package/versions.env b/linea-besu-package/versions.env index 1d6c992b58..85b730fd40 100644 --- a/linea-besu-package/versions.env +++ b/linea-besu-package/versions.env @@ -1,6 +1,6 @@ -LINEA_BESU_TAR_GZ=25.11.0-RC1-linea2 -LINEA_SEQUENCER_PLUGIN_VERSION=4.0-rc19 -LINEA_TRACER_PLUGIN_VERSION=beta-v4.0-rc19 +LINEA_BESU_TAR_GZ=25.10.0-linea3 +LINEA_SEQUENCER_PLUGIN_VERSION=4.0-rc18 +LINEA_TRACER_PLUGIN_VERSION=beta-v4.0-rc20 LINEA_FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.3.0 LINEA_STATERECOVERY_PLUGIN_VERSION=1.0.4 SHOMEI_PLUGIN_VERSION=0.7.5 From 4b05d3e2bff4455d1a3e050cca1b33e0309018e2 Mon Sep 17 00:00:00 2001 From: "Ameziane H." Date: Mon, 3 Nov 2025 21:50:51 +0100 Subject: [PATCH 2/3] Release sequencer plugin --- gradle/libs.versions.toml | 2 +- linea-besu-package/versions.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 707856162e..54ef966922 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ wiremock = "3.13.0" logcaptor = "2.11.0" # Runtime -arithmetization="beta-v4.0-rc19" +arithmetization="beta-v4.0-rc20" besu = "25.11.0-RC1-linea2" blobCompressor = "2.1.0-rc1" blobShnarfCalculator = "1.2.0" diff --git a/linea-besu-package/versions.env b/linea-besu-package/versions.env index 85b730fd40..33ba21e2e7 100644 --- a/linea-besu-package/versions.env +++ b/linea-besu-package/versions.env @@ -1,5 +1,5 @@ LINEA_BESU_TAR_GZ=25.10.0-linea3 -LINEA_SEQUENCER_PLUGIN_VERSION=4.0-rc18 +LINEA_SEQUENCER_PLUGIN_VERSION=4.0-rc20 LINEA_TRACER_PLUGIN_VERSION=beta-v4.0-rc20 LINEA_FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.3.0 LINEA_STATERECOVERY_PLUGIN_VERSION=1.0.4 From 3294a0285ba376b69c4c708088b3baa3c3343ca3 Mon Sep 17 00:00:00 2001 From: "Ameziane H." Date: Tue, 4 Nov 2025 10:21:11 +0100 Subject: [PATCH 3/3] Fix besu version in libs.versions.toml --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 54ef966922..b6acc7f45c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ logcaptor = "2.11.0" # Runtime arithmetization="beta-v4.0-rc20" -besu = "25.11.0-RC1-linea2" +besu = "25.10.0-linea3" blobCompressor = "2.1.0-rc1" blobShnarfCalculator = "1.2.0" bouncycastle = "1.79"