Skip to content

Commit abff43f

Browse files
authored
fix: flashblock contraints in bundle api (#259)
* refactor BundleOpts to use with_ methods to set * print logs during tests * fix connecting to flashblocks ws url * fix propagating bundle params for flashblocks check * refactor flashblock ws listener in tests * test setting min=max flashblock param
1 parent 7403f95 commit abff43f

File tree

8 files changed

+352
-371
lines changed

8 files changed

+352
-371
lines changed

crates/op-rbuilder/src/builders/flashblocks/best_txs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ where
7474
if self.current_flashblock_number > max {
7575
debug!(
7676
target: "payload_builder",
77+
tx_hash = ?tx.hash(),
7778
sender = ?tx.sender(),
7879
nonce = tx.nonce(),
7980
current_flashblock = self.current_flashblock_number,

0 commit comments

Comments
 (0)