From fee12f7e525e073949ddd6628f2275fc6965cc0d Mon Sep 17 00:00:00 2001 From: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:26:04 -0700 Subject: [PATCH] add pr num Signed-off-by: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1809da17775..93f9f8f0fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - Fix Besu Docker images with `openjdk-latest` tags since 23.10.3 using UID 1001 instead of 1000 for the `besu` user [#6360](https://github.com/hyperledger/besu/pull/6360) - Fluent EVM API definition for Tangerine Whistle had incorrect code size validation configured [#6382](https://github.com/hyperledger/besu/pull/6382) - Correct mining beneficiary for Clique networks in TraceServiceImpl [#6390](https://github.com/hyperledger/besu/pull/6390) -- Fix to gas limit delta calculations used in block production. Besu should now incrment or decerement the block gas limit towards its target correctly now (thanks @arbora) +- Fix to gas limit delta calculations used in block production. Besu should now incrment or decerement the block gas limit towards its target correctly now (thanks @arbora) #6425 ### Download Links