Skip to content

Commit 790480f

Browse files
avaloncheclaude
andauthored
chore: release v0.4.3 (#482)
* chore: bump version to 0.4.3 * chore: update CHANGELOG for v0.4.3 * chore: update Cargo.lock for v0.4.3 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1fb5ec5 commit 790480f

3 files changed

Lines changed: 36 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.4.2"
2+
version = "0.4.3"
33
edition = "2024"
44
rust-version = "1.94"
55
license = "MIT OR Apache-2.0"

crates/op-rbuilder/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Changelog
22

33
All 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

0 commit comments

Comments
 (0)