Skip to content

Commit bae40ed

Browse files
authored
ChangeLog: v3.4.3 release notes (erigontech#21581)
Cherry-pick of erigontech#21548 to `main`.
1 parent 8c07d53 commit bae40ed

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

ChangeLog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,35 @@ Affected RPC methods: `debug_traceTransaction`, `debug_traceBlockByHash`, `debug
8383

8484
---
8585

86+
## [3.4.3] "Splashing Saga" – 2026-06-02
87+
88+
v3.4.3 is a bugfix release recommended for all users.
89+
90+
**Bugfixes**
91+
92+
- db/state: prune `TemporalMemBatch` overlay entries past the unwind point (#21538) by @JkLondon — second
93+
fix for the post-reorg `gas used mismatch` / state-leak some users still hit on v3.4.2. After a tip reorg
94+
a stale read in the in-memory overlay could return a write made *inside* the unwound `txNum` range,
95+
flipping an `SSTORE` from cold to warm gas pricing. Complements the #21157 diffset fix shipped in v3.4.2.
96+
- rpc: match Geth semantics in `debug_getModifiedAccountsByHash` / `debug_getModifiedAccountsByNumber`
97+
(#21507) by @lupin012 — corrects the block-range convention (exclusive start), now also reports contracts
98+
whose storage changed without an account change, and excludes touched-but-unchanged precompiles and
99+
self-destructed accounts.
100+
- node/cli: register `--rpc.logs.maxresults` in `DefaultFlags` so it takes effect via the CLI (#21389) by
101+
@lupin012 — the limit was documented in 3.4.0 but never wired into the flag set, so setting it on the
102+
command line had no effect; it now applies.
103+
104+
**Improvements**
105+
106+
- execution/p2p, execution/engineapi: fail-fast `engine_newPayload` backward download when the gap exceeds
107+
the reorg limit (#21502) by @yperbasis — when a payload's parent is more than `MaxReorgDepth` blocks from
108+
the local head, the download short-circuits instead of fetching a header batch every slot, and logs the
109+
expected gap at INFO instead of WARN. The gap is still closed by the following fork-choice update.
110+
111+
**Full Changelog**: https://github.com/erigontech/erigon/compare/v3.4.2...v3.4.3
112+
113+
---
114+
86115
## [3.4.2] "Splashing Saga" – 2026-05-22
87116

88117
v3.4.2 is a bugfix release recommended for all users.

0 commit comments

Comments
 (0)