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
This field can be used arbitrarily by the rollup, but the intention is for the rollup to encode data that can be used to obtain the correct CertVerifierAddress, to verify the blob
One way to encode this information would be a SubmissionBlockNumber, defined as "the lastest eth block known by the batcher at the time of submission". The SBN could then be mapped to a CertVerifierAddress by the rollups internal config contracts
If using the SBN strategy, the rollup would also need to enforce a punctuality check of some sort, to make sure that the batcher doesn't lie and say the SBN is in the very far past
Priority
This should be added in the near term, but not prior to v2 testnet launch
The text was updated successfully, but these errors were encountered:
linearbot
changed the title
Add UserMetadata to BlobHeader
Add ClientMetadata to BlobHeaderFeb 13, 2025
Description
ClientMetadata
to theBlobHeader
CertVerifierAddress
, to verify the blobSubmissionBlockNumber
, defined as "the lastest eth block known by the batcher at the time of submission". TheSBN
could then be mapped to aCertVerifierAddress
by the rollups internal config contractsSBN
strategy, the rollup would also need to enforce a punctuality check of some sort, to make sure that the batcher doesn't lie and say theSBN
is in the very far pastPriority
The text was updated successfully, but these errors were encountered: