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

Add signed auction result to bundle API #1790

Open
Tracked by #1533
itamarreif opened this issue Nov 6, 2024 · 0 comments · May be fixed by #1795
Open
Tracked by #1533

Add signed auction result to bundle API #1790

itamarreif opened this issue Nov 6, 2024 · 0 comments · May be fixed by #1795
Assignees
Labels
auctioneer enhancement New feature or request proto pertaining to the Astria Protobuf spec

Comments

@itamarreif
Copy link
Contributor

itamarreif commented Nov 6, 2024

The Auctioneer needs to submit the auction results to the sequencer for the results to be read by the Rollup during block execution.

The result of the auction is a Bundle, which is serialized into a RollupDataSubmission action and submitted to the sequencer-level (i.e. signed and paid for by the Auctioneer's sequencer-level account).

The Rollup will receive RollupDatas with the sequenced data, and it will look for the Auctioneer's signed Bundle object for transactions to unbundle and place first in the block.

The Rollup will need to verify the Auctioneer's signature, which will have to be serialized into the RollupDataSubmission since the sequence does not include those in the RollupData events it creates from actions.

┆Issue Number: ENG-998

@itamarreif itamarreif self-assigned this Nov 6, 2024
@SuperFluffy SuperFluffy added enhancement New feature or request proto pertaining to the Astria Protobuf spec labels Nov 7, 2024
@SuperFluffy SuperFluffy changed the title feat(protos): Add SignedBundle proto definitions add signed bundle to bundle API Nov 7, 2024
@itamarreif itamarreif changed the title add signed bundle to bundle API Add signed transaction result to bundle API Nov 7, 2024
@itamarreif itamarreif changed the title Add signed transaction result to bundle API Add signed auction result to bundle API Nov 7, 2024
@itamarreif itamarreif linked a pull request Nov 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auctioneer enhancement New feature or request proto pertaining to the Astria Protobuf spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants