Skip to content

Commit b78eef2

Browse files
chore(op-rbuilder): release v0.2.14
1 parent d975705 commit b78eef2

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

crates/op-rbuilder/CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
## [0.2.14] - 2026-01-17
5+
6+
### Bug Fixes
7+
8+
- Don't miss blocks on batcher updates ([#529](https://github.com/flashbots/op-rbuilder/pull/529))
9+
- Don't build flashblocks with more gas than block gas limit ([#567](https://github.com/flashbots/op-rbuilder/pull/567))
10+
- Set an address for authrpc to the op-rbuilder readme ([#581](https://github.com/flashbots/op-rbuilder/pull/581))
11+
- Add default-run to the op-rbuilder's manifest ([#162](https://github.com/flashbots/op-rbuilder/pull/162))
12+
- Record missing flashblocks ([#225](https://github.com/flashbots/op-rbuilder/pull/225))
13+
- Record num txs built with flashblocks enabled ([#227](https://github.com/flashbots/op-rbuilder/pull/227))
14+
- Override clap long version envs ([#235](https://github.com/flashbots/op-rbuilder/pull/235))
15+
- Gracefull cancellation on payload build failure ([#239](https://github.com/flashbots/op-rbuilder/pull/239))
16+
- Flashblock contraints in bundle api ([#259](https://github.com/flashbots/op-rbuilder/pull/259))
17+
- Check per-address gas limit before checking if the tx reverted ([#266](https://github.com/flashbots/op-rbuilder/pull/266))
18+
- Jovian hardfork tests & fixes ([#320](https://github.com/flashbots/op-rbuilder/pull/320))
19+
20+
### Bundles
21+
22+
- Ensure that the min block number is inside the MAX_BLOCK_RANGE_BLOCKS ([#128](https://github.com/flashbots/op-rbuilder/pull/128))
23+
24+
### Documentation
25+
26+
- Eth_sendBundle ([#243](https://github.com/flashbots/op-rbuilder/pull/243))
27+
28+
### Features
29+
30+
- Add a feature to activate otlp telemetry ([#31](https://github.com/flashbots/op-rbuilder/pull/31))
31+
- Add transaction gas limit ([#214](https://github.com/flashbots/op-rbuilder/pull/214))
32+
- Address gas limiter ([#253](https://github.com/flashbots/op-rbuilder/pull/253))
33+
- Add commit message and author in version metrics ([#236](https://github.com/flashbots/op-rbuilder/pull/236))
34+
- Overwrite reth default cache directory ([#238](https://github.com/flashbots/op-rbuilder/pull/238))
35+
- Implement p2p layer and broadcast flashblocks ([#275](https://github.com/flashbots/op-rbuilder/pull/275))
36+
- Implement flashblock sync over p2p ([#288](https://github.com/flashbots/op-rbuilder/pull/288))
37+
- Publish synced flashblocks to ws ([#310](https://github.com/flashbots/op-rbuilder/pull/310))
38+
- Integrate downstream changes (Jovian hardfork + miner_setGasLimit + reth 1.9.1) ([#316](https://github.com/flashbots/op-rbuilder/pull/316))
39+
- **tests:** Add BuilderTxValidation utility for validating builder transactions ([#347](https://github.com/flashbots/op-rbuilder/pull/347))
40+
41+
### Miscellaneous
42+
43+
- Workspace wide package settings ([#390](https://github.com/flashbots/op-rbuilder/pull/390))
44+
- Fix op-rbuilder devnet docs ([#562](https://github.com/flashbots/op-rbuilder/pull/562))
45+
- Add unused_async lint, deny unreachable_pub ([#299](https://github.com/flashbots/op-rbuilder/pull/299))
46+
- **deps/reth:** Bump reth to 1.9.2 ([#318](https://github.com/flashbots/op-rbuilder/pull/318))
47+
- **deps:** Bump reth ([#321](https://github.com/flashbots/op-rbuilder/pull/321))
48+
- Set builder name in reth_builder_info ([#352](https://github.com/flashbots/op-rbuilder/pull/352))
49+
50+
### Refactor
51+
52+
- Add `unreachable_pub` warning and autofix warnings ([#263](https://github.com/flashbots/op-rbuilder/pull/263))
53+
- Clean up and improve flashblocks `build_payload` ([#260](https://github.com/flashbots/op-rbuilder/pull/260))
54+
- Clean up flashblocks context in payload builder ([#297](https://github.com/flashbots/op-rbuilder/pull/297))
55+
56+
### Deps
57+
58+
- Reth v1.3.4 ([#507](https://github.com/flashbots/op-rbuilder/pull/507))
59+
- Reth v1.3.8 ([#553](https://github.com/flashbots/op-rbuilder/pull/553))
60+
- Use op-alloy types instead of rollup-boost ([#344](https://github.com/flashbots/op-rbuilder/pull/344))
61+
62+
### Op-rbuilder
63+
64+
- Update Documentation / CI Script ([#575](https://github.com/flashbots/op-rbuilder/pull/575))
65+
66+

crates/tdx-quote-provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ path = "src/main.rs"
3838

3939
[lib]
4040
name = "tdx_quote_provider"
41-
path = "src/lib.rs"
41+
path = "src/lib.rs"

0 commit comments

Comments
 (0)