Add signed auction result to bundle API #1790
Labels
auctioneer
closed-stale
enhancement
New feature or request
proto
pertaining to the Astria Protobuf spec
stale
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 aRollupDataSubmission
action and submitted to the sequencer-level (i.e. signed and paid for by the Auctioneer's sequencer-level account).The Rollup will receive
RollupData
s with the sequenced data, and it will look for the Auctioneer's signedBundle
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 theRollupData
events it creates from actions.┆Issue Number: ENG-998
The text was updated successfully, but these errors were encountered: