Skip to content
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

Abstraction for Builder Transactions at the end of the block #343

Open
avalonche opened this issue Jan 6, 2025 · 0 comments
Open

Abstraction for Builder Transactions at the end of the block #343

avalonche opened this issue Jan 6, 2025 · 0 comments
Labels
A-builder Issues related to the core block building protocol

Comments

@avalonche
Copy link

Add trait to abstract any transactions the builder would want to add at the end of the block e.g. payout transaction, block signature etc.

Before block building there can be some methods for validation and gas reservation e.g. #296. After block building the trait can specify the transactions to include, akin to a bundle at the end of the block from the builder.

@avalonche avalonche added the A-builder Issues related to the core block building protocol label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-builder Issues related to the core block building protocol
Projects
None yet
Development

No branches or pull requests

1 participant