Skip to content

Conversation

@ferranbt
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Mar 18, 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 May 16, 2025 11:30am

@ferranbt ferranbt marked this pull request as ready for review March 18, 2025 08:47
@SozinM
Copy link
Collaborator

SozinM commented Apr 3, 2025

Wen merge? :)

/// The transactions of the block.
pub transactions: Vec<Bytes>,
/// Array of [`Withdrawal`] enabled with V2
pub withdrawals: Vec<Withdrawal>,
Copy link
Member

Choose a reason for hiding this comment

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

the withdrawals should be immutable too no?

cody-wang-cb and others added 7 commits April 16, 2025 17:30
- Added gas_delta and tx_count_delta to payload metrics in get_payload_v3 and get_payload_v4.
- Updated MetricsSpanProcessor to include INVALID_PAYLOAD tracking.
- Refactored error handling in RpcClient to log invalid payloads instead of incrementing counters directly.
}

#[derive(Parser, Debug)]
pub struct FlashblocksArgs {
Copy link
Collaborator

Choose a reason for hiding this comment

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

could you add docs to README and .env.example

let receiver = FlashblocksReceiverService::new(builder_url, tx)?;

tokio::spawn(async move {
let _ = receiver.run().await;
Copy link
Collaborator

Choose a reason for hiding this comment

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

is there a need for error handling here?

@avalonche avalonche mentioned this pull request May 20, 2025
@ferranbt ferranbt closed this Jun 3, 2025
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.

7 participants