Skip to content

Flashblocks #98

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

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Flashblocks #98

wants to merge 34 commits into from

Conversation

ferranbt
Copy link
Collaborator

No description provided.

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 Apr 28, 2025 10:14am

@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 8 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.
* bump alloys version

* bump dev deps
}

#[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?

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