You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/op-rbuilder/CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,33 @@
1
1
# Changelog
2
2
3
3
All notable changes to this project will be documented in this file.
4
+
## [0.4.6] - 2026-05-18
5
+
6
+
### Bug Fixes
7
+
8
+
-[`0d63bd8`](https://github.com/flashbots/op-rbuilder/commit/0d63bd84072d17e0321dbeda05af565c6d68013d) Update Cargo.lock file in release script ([#510](https://github.com/flashbots/op-rbuilder/pull/510))
9
+
10
+
### Documentation
11
+
12
+
-[`1162908`](https://github.com/flashbots/op-rbuilder/commit/116290840c36b71cecaa549b8a2e58d60fb57087) Require signed commits in CONTRIBUTING ([#515](https://github.com/flashbots/op-rbuilder/pull/515))
-[`a53d0da`](https://github.com/flashbots/op-rbuilder/commit/a53d0dae685c8960f3ea64bc373c1bd8c4468f75) Bump Cargo version to 0.4.6
18
+
19
+
### Performance
20
+
21
+
-[`369b538`](https://github.com/flashbots/op-rbuilder/commit/369b538ac2d1d510d5d7c1a5567717e28818ed13) Wake poll on cancellation ([#508](https://github.com/flashbots/op-rbuilder/pull/508))
22
+
23
+
### Refactor
24
+
25
+
-[`b01741e`](https://github.com/flashbots/op-rbuilder/commit/b01741e8e6f69472912467e46451e92601bb26ef) Extract build_block into another module ([#506](https://github.com/flashbots/op-rbuilder/pull/506))
26
+
-[`5579a76`](https://github.com/flashbots/op-rbuilder/commit/5579a763c0465b3274c069464dc163461165f1dc) Move state root computation into its module ([#512](https://github.com/flashbots/op-rbuilder/pull/512))
27
+
-[`2710d66`](https://github.com/flashbots/op-rbuilder/commit/2710d66aef74c6aec08476b95bcd39ed3400e9d8) Add commit_tx fn to ExecutionInfo ([#511](https://github.com/flashbots/op-rbuilder/pull/511))
28
+
-[`f233b5b`](https://github.com/flashbots/op-rbuilder/commit/f233b5b0feafe95a2f732aefd7d1eb9523c2b10a) Remove backrun pool from config type ([#516](https://github.com/flashbots/op-rbuilder/pull/516))
29
+
-[`c468d8a`](https://github.com/flashbots/op-rbuilder/commit/c468d8a0da51db3739f3a63a859d564005c726c7) Make job ctx fields private ([#519](https://github.com/flashbots/op-rbuilder/pull/519))
0 commit comments