File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[workspace .package ]
2- version = " 0.4.2 "
2+ version = " 0.4.3 "
33edition = " 2024"
44rust-version = " 1.94"
55license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11# Changelog
22
33All notable changes to this project will be documented in this file.
4+ ## [ 0.4.3] - 2026-04-27
5+
6+ ### Bug Fixes
7+
8+ - Use cumulative prefix sets for incremental trie state root ([ #445 ] ( https://github.com/flashbots/op-rbuilder/pull/445 ) )
9+ - Only simulate bundles with revert protection in presim ([ #472 ] ( https://github.com/flashbots/op-rbuilder/pull/472 ) )
10+ - Avoid double-recording bundle_pre_simulation_duration on revert ([ #474 ] ( https://github.com/flashbots/op-rbuilder/pull/474 ) )
11+ - Remove Box::leak in TEE metrics recording ([ #469 ] ( https://github.com/flashbots/op-rbuilder/pull/469 ) )
12+ - Point to op-reth fork for payload id mismatch ([ #473 ] ( https://github.com/flashbots/op-rbuilder/pull/473 ) )
13+
14+ ### Features
15+
16+ - Async payload builder ([ #438 ] ( https://github.com/flashbots/op-rbuilder/pull/438 ) )
17+ - Top-of-block pre-simulation to filter reverting tx spam ([ #466 ] ( https://github.com/flashbots/op-rbuilder/pull/466 ) )
18+ - Add flashblock publish timing metric ([ #464 ] ( https://github.com/flashbots/op-rbuilder/pull/464 ) )
19+ - Reshape log levels ([ #470 ] ( https://github.com/flashbots/op-rbuilder/pull/470 ) )
20+
21+ ### Refactor
22+
23+ - Extract ` reserve_builder_tx_budget ` helper ([ #476 ] ( https://github.com/flashbots/op-rbuilder/pull/476 ) )
24+ - Extract ` FlashblocksState::next_after_seal ` ([ #477 ] ( https://github.com/flashbots/op-rbuilder/pull/477 ) )
25+ - Move state root flags from FlashblocksState to OpPayloadBuilderCtx ([ #478 ] ( https://github.com/flashbots/op-rbuilder/pull/478 ) )
26+ - Generator: drop dead config and tidy module ([ #479 ] ( https://github.com/flashbots/op-rbuilder/pull/479 ) )
27+ - Generator: behaviour fixes for new_payload_job and best_payload ([ #480 ] ( https://github.com/flashbots/op-rbuilder/pull/480 ) )
28+
29+ ### Chore
30+
31+ - Remove unused ` interop ` feature ([ #475 ] ( https://github.com/flashbots/op-rbuilder/pull/475 ) )
32+ - Follow-up log reshape across builder/flashtestations ([ #471 ] ( https://github.com/flashbots/op-rbuilder/pull/471 ) )
33+ - Rename ` reverted_hashes ` to ` allowed_revert_hashes ` for clarity ([ #468 ] ( https://github.com/flashbots/op-rbuilder/pull/468 ) )
34+
435## [ 0.4.2] - 2026-04-13
536
637### Features
You can’t perform that action at this time.
0 commit comments