From f90b142111b0d2c9002ddd28548a643a53ef61a2 Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Fri, 19 Jan 2024 09:30:39 +0100 Subject: [PATCH] release 0.1.4-test13 Signed-off-by: Fabio Di Fabio --- CHANGELOG.md | 14 ++++++++++++-- gradle.properties | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ddaff9c5..2caaa567be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.1.4-test13 +Test pre-release 13 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* fix stackedSet [c3f226775f24508b93a758e4226a51ae386d76a5](https://github.com/Consensys/besu-sequencer-plugins/commit/c3f226775f24508b93a758e4226a51ae386d76a5) + +## 0.1.4-test12 +Test pre-release 12 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* fix: stacked set multiple insertions in a single transaction (#548) + +## 0.1.4-test11 +Test pre-release 11 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* same as 0.1.4-test10 + ## 0.1.4-test10 Test pre-release 10 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) * fix: semantics of LinkedList (#544) @@ -43,8 +55,6 @@ Testing pre-release from branch test-release/v0.1.4-test2 * revert make loginfo counts closer to Geth * head: disable stp & txndata -======= ->>>>>>> 820918a3 (temp: geth-compatibily hacks) ## 0.1.4-test Temporary line counting release for testnet. diff --git a/gradle.properties b/gradle.properties index 45a5e9818a..2f85cda9c8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.1.4-test +releaseVersion=0.1.4-test13 besuVersion=24.1.1-SNAPSHOT besuArtifactGroup=io.consensys.linea-besu distributionIdentifier=besu-sequencer-plugins