-
Notifications
You must be signed in to change notification settings - Fork 1
Batcher update #80
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
base: main
Are you sure you want to change the base?
Batcher update #80
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Privileged roles that are responsible for submitting rollup batches to EigenDA. | ||
|
||
Use the `eigenda.v2.cert-verifier-router-or-immutable-verifier-addr` option to specify the address of either the `EigenDACertVerifierRouter` | ||
or immutable `EigenDACertVerifier` contract. Required for performing `eth_call` to verify EigenDA certificates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or immutable `EigenDACertVerifier` contract. Required for performing `eth_call` to verify EigenDA certificates. | |
or immutable `EigenDACertVerifier` contract. Required for building the correct versioned cert, as well as performing `eth_call` to verify the constructed EigenDA certificates before returning them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although I would remove the "Privileged roles" part because different rollups have different permissions wrt who can be batcher (they are centralized right now for the most part but there is a decentralization roadmap). Also it sounds like the privileged is wrt eigenda and not wrt to the rollup.
Cert verification always enabled in v2