From f0f371f61abbd9ee12df1cdbdcbd68c2a5725457 Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Wed, 26 Jun 2024 16:19:38 +0200 Subject: [PATCH] Update CHANGELOG for Release v0.1.5-test1 and fix artifact publishing Signed-off-by: Fabio Di Fabio --- .github/workflows/release.yml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9518beb7..fe76c020 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./sequencer/build/libs/linea-sequencer${{ steps.get_version.outputs.VERSION }}.jar + asset_path: ./sequencer/build/libs/linea-sequencer-${{ steps.get_version.outputs.VERSION }}.jar asset_name: linea-sequencer-${{ steps.get_version.outputs.VERSION }}.jar asset_content_type: application/octet-stream diff --git a/CHANGELOG.md b/CHANGELOG.md index c77fca5f..454a7fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.5-test1 +First release of the new series that uses on the ZkTracer as dependency from `linea-arithmetization` repo +* arithmetizationVersion=0.1.5-rc3 [#29](https://github.com/Consensys/linea-sequencer/pull/29) +* Align linea_estimateGas behavior to geth [#25](https://github.com/Consensys/linea-sequencer/pull/25) +* Implement linea_setExtraData [#19](https://github.com/Consensys/linea-sequencer/pull/19) +* Set plugin-linea-tx-pool-simulation-check-api-enabled=false by default [#23](https://github.com/Consensys/linea-sequencer/pull/23) + ## 0.1.4-test28 Test pre-release 28 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) * Extra data based pricing [#10](https://github.com/Consensys/linea-sequencer/pull/10)