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 ClientMetadata to BlobHeader #1273

Open
litt3 opened this issue Feb 13, 2025 · 0 comments
Open

Add ClientMetadata to BlobHeader #1273

litt3 opened this issue Feb 13, 2025 · 0 comments

Comments

@litt3
Copy link
Contributor

litt3 commented Feb 13, 2025

Description

  • Add a field ClientMetadata to the BlobHeader
  • 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

Image

Priority

  • This should be added in the near term, but not prior to v2 testnet launch
@linear linear bot changed the title Add UserMetadata to BlobHeader Add ClientMetadata to BlobHeader Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant