Skip to content

Commit 368cb74

Browse files
author
Solar Mithril
committed
Fix withdrawals root
1 parent 77df514 commit 368cb74

File tree

3 files changed

+53
-2
lines changed

3 files changed

+53
-2
lines changed

Cargo.lock

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

crates/op-rbuilder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ serde_yaml = { version = "0.9" }
9898

9999

100100
# `flashblocks` branch
101-
rollup-boost = { git = "https://github.com/flashbots/rollup-boost", rev = "60885346d4cf7f241de82790478195747433d472" }
101+
rollup-boost = { git = "https://github.com/flashbots/rollup-boost", rev = "a010527e47e2731dd9e961a14e67eb1f427b05df" }
102102

103103
[target.'cfg(unix)'.dependencies]
104104
tikv-jemallocator = { version = "0.6", optional = true }

crates/op-rbuilder/src/payload_builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ where
817817
block_hash,
818818
transactions: new_transactions_encoded,
819819
withdrawals: ctx.withdrawals().cloned().unwrap_or_default().to_vec(),
820+
withdrawals_root: withdrawals_root.unwrap(),
820821
},
821822
metadata: serde_json::to_value(&metadata).unwrap_or_default(),
822823
};

0 commit comments

Comments
 (0)