diff --git a/CHANGELOG.md b/CHANGELOG.md index f3859ae1..ccde3bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.1.4-test25 +Test pre-release 25 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* Extend Module Line Count Verification to linea_estimateGas RPC Method [#1](https://github.com/Consensys/linea-sequencer/pull/1) +* In the txpool, reject a tx if its simulation fails [#2](https://github.com/Consensys/linea-sequencer/pull/2) + ## 0.1.4-test24 Test pre-release 24 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) * Improve linea_estimateGas error response [#650](https://github.com/Consensys/besu-sequencer-plugins/pull/650) diff --git a/gradle.properties b/gradle.properties index ae5f5b73..09429cd9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.1.4-SNAPSHOT +releaseVersion=0.1.4-test25 besuVersion=24.4-develop-a5a3eb8 besuArtifactGroup=io.consensys.linea-besu distributionIdentifier=besu-sequencer-plugins