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 <[email protected]>
  • Loading branch information
cdivitotawela and joshuafernandes committed Nov 21, 2024
1 parent 1ecd752 commit 42f506f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linea-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linea-sepolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ 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
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 42f506f

Please sign in to comment.