Skip to content
Open
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
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
LINEA_SEQUENCER_PLUGIN_VERSION=4.0-rc18
Copy link

Choose a reason for hiding this comment

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

Bug: Unintended Downgrades Amid PR Version Mismatch

Unintentional version downgrades detected. The PR title indicates only the tracer should be updated to beta-v4.0-rc20, but two other components are being downgraded: LINEA_BESU_TAR_GZ from 25.11.0-RC1-linea2 to 25.10.0-linea3, and LINEA_SEQUENCER_PLUGIN_VERSION from 4.0-rc19 to 4.0-rc18. These downgrades are not mentioned in the PR description and appear unintentional, likely due to working from an outdated branch. This could reintroduce bugs and cause compatibility issues.

Fix in Cursor Fix in Web

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