Skip to content

Commit

Permalink
Release 0.1.4-test33
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Sep 17, 2024
1 parent 6ac100f commit 1e5ab84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Next release
* feat: Report rejected transactions to an external service [#69](https://github.com/Consensys/linea-sequencer/pull/69)

## 0.6.0-rc1.1
* bump linea-arithmetization version to 0.6.0-rc1 [#71](https://github.com/Consensys/linea-sequencer/pull/71)
* bump Linea-Besu version to 24.9-delivery32 [#71](https://github.com/Consensys/linea-sequencer/pull/71)

## 0.3.0-rc2.1
* bump linea-arithmetization version to 0.3.0-rc2 [#62](https://github.com/Consensys/linea-sequencer/pull/62)
* bump Linea-Besu version to 24.7-develop-c0029e6 (delivery-28) [#62](https://github.com/Consensys/linea-sequencer/pull/62)
Expand Down Expand Up @@ -27,6 +34,12 @@ First release of the new series that uses on the ZkTracer as dependency from `li
* 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-test33
Test pre-release 33 from branch `release-v0.1.4-testX` with code ported from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only)
* Set besuVersion=24.9-delivery32
* Split rpc methods into different plugins [#73](https://github.com/Consensys/linea-sequencer/pull/73)
* feat: Report discarded transactions to external service [#69](https://github.com/Consensys/linea-sequencer/pull/69)

## 0.1.4-test32
Test pre-release 32 from branch `release-v0.1.4-testX` with code ported from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only)
* Fix: postpone registration of plugin validator factory when blockchain service is fully initialized [#67](https://github.com/Consensys/linea-sequencer/pull/67)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.1.4-test32
releaseVersion=0.1.4-test33
besuVersion=24.9-delivery32
besuArtifactGroup=io.consensys.linea-besu
distributionIdentifier=besu-sequencer-plugins
Expand Down

0 comments on commit 1e5ab84

Please sign in to comment.