Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ wiremock = "3.13.0"
logcaptor = "2.11.0"

# Runtime
arithmetization="beta-v4.0-rc19"
besu = "25.11.0-RC1-linea2"
arithmetization="beta-v4.0-rc20"
besu = "25.10.0-linea3"
blobCompressor = "2.1.0-rc1"
blobShnarfCalculator = "1.2.0"
bouncycastle = "1.79"
Expand Down
6 changes: 3 additions & 3 deletions linea-besu-package/versions.env
Original file line number Diff line number Diff line change
@@ -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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Version Downgrade Mismatch Causes Build Issues

The LINEA_BESU_TAR_GZ version in versions.env was downgraded from 25.11.0-RC1-linea2 to 25.10.0-linea3. This creates a mismatch with gradle/libs.versions.toml, which still references 25.11.0-RC1-linea2. This inconsistency could lead to compatibility or build issues and appears unintentional given the PR's scope.

Fix in Cursor Fix in Web

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
SHOMEI_PLUGIN_VERSION=0.7.5
Expand Down
Loading