Use distribution artifact instead of uber jar for Tracer plugin (#1115)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2025-06-10 11:46:50 +02:00
committed by GitHub
parent 4ed4fc0b08
commit b4d17c753f

View File

@@ -26,8 +26,11 @@ wget -nv https://github.com/Consensys/linea-monorepo/releases/download/linea-fin
echo "getting linea_staterecovery_plugin_version: $LINEA_STATERECOVERY_PLUGIN_VERSION"
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
echo "getting linea_tracer_plugin_version: $LINEA_TRACER_PLUGIN_VERSION"
echo "getting linea_tracer_plugin_version: $LINEA_TRACER_PLUGIN_VERSION"
wget -nv https://github.com/Consensys/linea-tracer/releases/download/$LINEA_TRACER_PLUGIN_VERSION/linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.jar
wget -nv https://github.com/Consensys/linea-tracer/releases/download/$LINEA_TRACER_PLUGIN_VERSION/linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
unzip -o linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
rm linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
echo "getting shomei_plugin_version: $SHOMEI_PLUGIN_VERSION"
wget -nv https://github.com/Consensys/besu-shomei-plugin/releases/download/v$SHOMEI_PLUGIN_VERSION/besu-shomei-plugin-v$SHOMEI_PLUGIN_VERSION.jar