You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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: