Skip to content

Commit 6e939d8

Browse files
authored
Chore: Update Shomei plugin and support its new distribution artifact (#1762)
Signed-off-by: Fabio Di Fabio <[email protected]>
1 parent 754adda commit 6e939d8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

linea-besu-package/scripts/assemble-packages.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ echo "getting linea_staterecovery_plugin_version: $LINEA_STATERECOVERY_PLUGIN_VE
2929
wget -nv https://github.com/Consensys/linea-monorepo/releases/download/linea-staterecovery-v$LINEA_STATERECOVERY_PLUGIN_VERSION/linea-staterecovery-besu-plugin-v$LINEA_STATERECOVERY_PLUGIN_VERSION.jar
3030

3131
echo "getting linea_tracer_plugin_version: $LINEA_TRACER_PLUGIN_VERSION"
32-
wget -nv https://github.com/Consensys/linea-tracer/releases/download/$LINEA_TRACER_PLUGIN_VERSION/linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.jar
3332
wget -nv https://github.com/Consensys/linea-tracer/releases/download/$LINEA_TRACER_PLUGIN_VERSION/linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
3433
unzip -o linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
3534
rm linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
3635

3736
echo "getting shomei_plugin_version: $SHOMEI_PLUGIN_VERSION"
38-
wget -nv https://github.com/Consensys/besu-shomei-plugin/releases/download/v$SHOMEI_PLUGIN_VERSION/besu-shomei-plugin-v$SHOMEI_PLUGIN_VERSION.jar
37+
wget -nv https://github.com/Consensys/besu-shomei-plugin/releases/download/v$SHOMEI_PLUGIN_VERSION/besu-shomei-plugin-v$SHOMEI_PLUGIN_VERSION.zip
38+
unzip -j -o besu-shomei-plugin-v$SHOMEI_PLUGIN_VERSION.zip
39+
rm besu-shomei-plugin-v$SHOMEI_PLUGIN_VERSION.zip
3940

4041
popd
4142

linea-besu-package/versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LINEA_BESU_TAR_GZ=25.11.0-linea2
22
LINEA_SEQUENCER_PLUGIN_VERSION=4.0-rc23.2
33
LINEA_TRACER_PLUGIN_VERSION=beta-v4.0-rc23
44
LINEA_STATERECOVERY_PLUGIN_VERSION=1.0.4
5-
SHOMEI_PLUGIN_VERSION=0.8.2
5+
SHOMEI_PLUGIN_VERSION=0.8.3
66
BESU_FLEET_PLUGIN_VERSION=0.4.0
77

88
LINEA_BESU_BASE_URL=https://github.com/Consensys/linea-besu-upstream/releases/download/

0 commit comments

Comments
 (0)