Skip to content

Conversation

wlawt
Copy link

@wlawt wlawt commented Aug 18, 2025

📝 Summary

💡 Motivation and Context


✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@wlawt wlawt changed the base branch from main to release August 19, 2025 14:12
@wlawt wlawt changed the base branch from release to main August 19, 2025 14:18
@wlawt wlawt changed the base branch from main to release August 19, 2025 15:02
@wlawt wlawt marked this pull request as ready for review August 19, 2025 15:05
// we can use the elapsed `flashblock_build_start_time` to calculate the builderTime then
if let Some(dev_wallet) = &self.config.dev_address {
let dev_wallet = dev_wallet.parse::<Address>().unwrap();
info!(target: "payload_builder", "dev_wallet: {:?}", dev_wallet);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: in general it's better to use structured logging so we can filter / sort easier (as this is temporary code not a big deal)

@danyalprout danyalprout merged commit 3a04331 into release Aug 19, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants