Skip to content

Commit

Permalink
update besu version (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Fernandes <joshua.fernandes@consensys.net>
  • Loading branch information
cdivitotawela and joshuafernandes committed Nov 21, 2024
1 parent 1ecd752 commit f29b882
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linea-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ jobs:
echo "|--------|---------|--------------|" >> output.md
echo "| linea-besu | ${{ steps.dotenv.outputs.LINEA_BESU_TAR_GZ }} | $(sha256sum /tmp/linea-besu-${{ steps.dotenv.outputs.LINEA_BESU_TAR_GZ }}.tar.gz | awk '{ print $1 }' ) |" >> output.md
echo "| linea-sequencer-plugin | ${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-sequencer-plugins-v${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| linea-tracer-plugin | ${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-tracer-v${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| linea-tracer-plugin | ${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/linea-tracer-v${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| linea-finalized-tag-updater-plugin | ${{ steps.dotenv.outputs.FINALIZED_TAG_UPDATER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/finalized-tag-updater-v${{ steps.dotenv.outputs.FINALIZED_TAG_UPDATER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| shomei-plugin | ${{ steps.dotenv.outputs.SHOMEI_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-shomei-plugin-v${{ steps.dotenv.outputs.SHOMEI_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "" >> output.md
MANIFEST=$(consensys/linea-besu-package:${{ steps.dockertag.outputs.IMAGE }})
MANIFEST=$(docker manifest inspect consensys/linea-besu-package:${{ steps.dockertag.outputs.IMAGE }})
if [ $? -eq 0 ]; then
echo "## Docker Image Details" >> output.md
echo "" >> output.md
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linea-sepolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ jobs:
echo "| Module | Version | SHA-256 |" >> output.md
echo "|--------|---------|--------------|" >> output.md
echo "| linea-besu | ${{ steps.dotenv.outputs.LINEA_BESU_TAR_GZ }} | $(sha256sum /tmp/linea-besu-${{ steps.dotenv.outputs.LINEA_BESU_TAR_GZ }}.tar.gz | awk '{ print $1 }' ) |" >> output.md
echo "| linea-sequencer-plugin | ${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-sequencer-plugins-v${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| linea-tracer-plugin | ${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-tracer-v${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| linea-sequencer-plugin | ${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/linea-sequencer-v${{ steps.dotenv.outputs.LINEA_SEQUENCER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| linea-tracer-plugin | ${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/linea-tracer-v${{ steps.dotenv.outputs.LINEA_TRACER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| linea-finalized-tag-updater-plugin | ${{ steps.dotenv.outputs.FINALIZED_TAG_UPDATER_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/finalized-tag-updater-v${{ steps.dotenv.outputs.FINALIZED_TAG_UPDATER_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "| shomei-plugin | ${{ steps.dotenv.outputs.SHOMEI_PLUGIN_VERSION }} | $(sha256sum ../linea-besu/besu/plugins/besu-shomei-plugin-v${{ steps.dotenv.outputs.SHOMEI_PLUGIN_VERSION }}.jar | awk '{ print $1 }' ) |" >> output.md
echo "" >> output.md
MANIFEST=$(consensys/linea-besu-package:${{ steps.dockertag.outputs.IMAGE }})
MANIFEST=$(docker manifest inspect consensys/linea-besu-package:${{ steps.dockertag.outputs.IMAGE }})
if [ $? -eq 0 ]; then
echo "## Docker Image Details" >> output.md
echo "" >> output.md
Expand Down
2 changes: 1 addition & 1 deletion versions/linea-devnet.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LINEA_BESU_TAR_GZ=24.10-delivery34
LINEA_BESU_TAR_GZ=24.11-delivery38
LINEA_SEQUENCER_PLUGIN_VERSION=0.8.0-rc4.1
LINEA_TRACER_PLUGIN_VERSION=0.6.0-rc8
FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.0.2
Expand Down
2 changes: 1 addition & 1 deletion versions/linea-mainnet.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LINEA_BESU_TAR_GZ=24.10-delivery34
LINEA_BESU_TAR_GZ=24.11-delivery38
LINEA_SEQUENCER_PLUGIN_VERSION=0.1.4-test35
LINEA_TRACER_PLUGIN_VERSION=0.6.0-rc8
FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.0.2
Expand Down
4 changes: 2 additions & 2 deletions versions/linea-sepolia.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LINEA_BESU_TAR_GZ=24.10-delivery34
LINEA_BESU_TAR_GZ=24.11-delivery38
LINEA_SEQUENCER_PLUGIN_VERSION=0.8.0-rc4.1
LINEA_TRACER_PLUGIN_VERSION=0.6.0-rc8
FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.0.1
FINALIZED_TAG_UPDATER_PLUGIN_VERSION=0.0.2
SHOMEI_PLUGIN_VERSION=0.3.1

0 comments on commit f29b882

Please sign in to comment.