Skip to content

Commit 5bcdadf

Browse files
committed
attribute 0.1.4 test version
Signed-off-by: garyschulte <[email protected]>
1 parent 62726bc commit 5bcdadf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## 0.1.4-SNAPSHOT
3+
## 0.1.4-test
4+
Temporary line counting release for testnet.
5+
6+
* count stack temporary impl: make loginfo counts closer to Geth [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only)
7+
--
8+
* fix: `Bytes.toUnsignedInteger` [#484](https://github.com/ConsenSys/besu-sequencer-plugins/pull/484)
9+
* perf: delay computations at trace time [#483](https://github.com/ConsenSys/besu-sequencer-plugins/pull/483)
410

511
## 0.1.3
612
- perf: improve `StackedSet` performances [#466](https://github.com/ConsenSys/besu-sequencer-plugins/pull/466)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
releaseVersion=0.1.4-SNAPSHOT
1+
releaseVersion=0.1.4-test
22
besuVersion=23.10.4-SNAPSHOT
33
besuArtifactGroup=io.consensys.linea-besu
44
distributionIdentifier=besu-sequencer-plugins

0 commit comments

Comments
 (0)