Skip to content

Conversation

@cody-wang-cb
Copy link
Contributor

@cody-wang-cb cody-wang-cb commented Apr 16, 2025

Support reth 1.3.11

@vercel
Copy link

vercel bot commented Apr 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rollup-boost ⬜️ Ignored (Inspect) Visit Preview Apr 16, 2025 9:30pm

src/server.rs Outdated
(Ok(Some(builder)), _) => Ok((builder, PayloadSource::Builder)),
(_, Ok(l2)) => Ok((l2, PayloadSource::L2)),
(Ok(Some(builder)), Ok(l2)) => {
histogram!("block_building_gas_difference")
Copy link
Collaborator

Choose a reason for hiding this comment

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

these can be defined in impl SpanProcessor for MetricsSpanProcessor { on the end of the call?

Copy link
Contributor

Choose a reason for hiding this comment

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

Moving this to a separate PR to unblock @cody-wang-cb , will move to processor

@avalonche avalonche requested a review from 0xForerunner April 16, 2025 21:24

if res.is_invalid() {
counter!(format!(
"rpc_new_payload_v4_invalid_payload_{}",
Copy link
Collaborator

Choose a reason for hiding this comment

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

many of the metrics can be simplified by having the method name and payload source as an attribute

@cody-wang-cb cody-wang-cb changed the title Reth 1.3.9 and metrics Reth 1.3.11 Apr 16, 2025
@cody-wang-cb cody-wang-cb requested a review from avalonche April 16, 2025 21:35
@jowparks jowparks mentioned this pull request Apr 16, 2025
@avalonche avalonche merged commit 6088534 into flashbots:flashblocks Apr 16, 2025
5 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.

3 participants