Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2025

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