Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

[metrics] track builder time for a txn sent to defined wallet#8

Merged
danyalprout merged 1 commit intoreleasefrom
tx-lifecycle
Aug 19, 2025
Merged

[metrics] track builder time for a txn sent to defined wallet#8
danyalprout merged 1 commit intoreleasefrom
tx-lifecycle

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants