From cc3df0dbd68a9369f8730f9735ab2977af60995f Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Wed, 10 Jan 2024 21:35:46 +0100 Subject: [PATCH] release 0.1.4-test8 Signed-off-by: Fabio Di Fabio --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2b1c4d2e..27b93e0e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## 0.1.4-test8 +Test pre-release 8 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* Add profitable transaction selector [#530](https://github.com/Consensys/besu-sequencer-plugins/pull/530) +* temp: geth-compatibily hacks [820918a](https://github.com/Consensys/besu-sequencer-plugins/commit/820918a39e8d394e73b8de85a46391ffe7d314b1) + +## 0.1.4-test7 +Test pre-release 7 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* fix: invalid SStore gas computation [#532](https://github.com/Consensys/besu-sequencer-plugins/pull/532) + +## 0.1.4-test6 +Test pre-release 6, fix: [make precompile counters work](https://github.com/Consensys/besu-sequencer-plugins/commit/10f03ead5207746f253703a328f13988ed9b9305) +* feat: implement fake hashdata/info [Franklin Delehelle] +* temp: geth-compatibily hacks [Franklin Delehelle] +* refactor: group RLPs modules, use retro-compatible module keys [#508](https://github.com/ConsenSys/besu-sequencer-plugins/pull/508) +* [MINOR] Add javadoc [#507](https://github.com/ConsenSys/besu-sequencer-plugins/pull/507) +* style: update name of prec limits to avoid confusion with old geth name [#506](https://github.com/ConsenSys/besu-sequencer-plugins/pull/506) +* perf: cache tx-specific line counter [#497](https://github.com/ConsenSys/besu-sequencer-plugins/pull/497) +* fix: continuous tracing plugin start check [#500](https://github.com/ConsenSys/besu-sequencer-plugins/pull/500) +* fix: lookup txndata <-> wcp [#488](https://github.com/ConsenSys/besu-sequencer-plugins/pull/488) +* fix(romLex): wrong stack arg for extcodecopy address [#498](https://github.com/ConsenSys/besu-sequencer-plugins/pull/498) + +## 0.1.4-test3 +Test pre-release 3 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* Log ZkTracer counters for every produced block [#485](https://github.com/ConsenSys/besu-sequencer-plugins/pull/485) +* fix: overflow for modexp arg [#489](https://github.com/ConsenSys/besu-sequencer-plugins/pull/489) +* bin reimplementation [#473](https://github.com/ConsenSys/besu-sequencer-plugins/pull/473) +* applyMavenExclusions=false [#477](https://github.com/ConsenSys/besu-sequencer-plugins/pull/477) + +## 0.1.4-test2 +Testing pre-release from branch test-release/v0.1.4-test2 + +* revert make loginfo counts closer to Geth +* head: disable stp & txndata + ## 0.1.4-test Temporary line counting release for testnet. diff --git a/gradle.properties b/gradle.properties index fa1e361c7a..943c0ec12c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.1.4-test +releaseVersion=0.1.4-test8 besuVersion=24.1.0-SNAPSHOT besuArtifactGroup=io.consensys.linea-besu distributionIdentifier=besu-sequencer-plugins