Skip to content

Commit 45db47b

Browse files
committed
chore: adding changelog entry
1 parent 6280d1e commit 45db47b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
By using one or the other, you are losing the ability to rollback or replay transactions earlier than `HEAD-n`.
2222
When using _classic pruning_, you aren't able to fetch blocks prior to `HEAD-n`.
2323

24+
### Fixed
25+
26+
- Fix block timer to account for execution time. Previously, the block timer reset to the full `block_time` duration after `ProduceBlock` completed, making the effective interval `block_time + execution_time`. Now the timer subtracts elapsed execution time so blocks are produced at the configured cadence.
27+
2428
### Changes
2529

2630
- Store pending blocks separately from executed blocks key. [#3073](https://github.com/evstack/ev-node/pull/3073)

0 commit comments

Comments
 (0)