Skip to content

Conversation

ferranbt
Copy link
Contributor

@ferranbt ferranbt commented May 14, 2025

📝 Summary

This PR enables the Reth payload generator for the vanilla block builder and introduces a new integration test that validates that under short block times the blocks still include transactions.

@ferranbt ferranbt requested review from SozinM and avalonche as code owners May 14, 2025 13:40
}

for tx in transactions {
provider.get_transaction_receipt(tx).await?;
Copy link
Collaborator

Choose a reason for hiding this comment

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

you don't need to check the response of the rpc here?

@ferranbt ferranbt merged commit 95c2409 into main May 15, 2025
3 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