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

op-batcher: Use the new DA server spec #10312

Closed
Tracked by #10400
trianglesphere opened this issue Apr 25, 2024 · 1 comment · Fixed by #10489
Closed
Tracked by #10400

op-batcher: Use the new DA server spec #10312

trianglesphere opened this issue Apr 25, 2024 · 1 comment · Fixed by #10489
Assignees

Comments

@trianglesphere
Copy link
Contributor

With commitment type 0, keccak commitments, the batcher can pre-compute the commitment prior to giving it to the DA server. With a generic DA commitment, this is not always possible. The batcher should be modified to use the new put method which does not pre-compute.

Note: the existing centralized DA server should have to be modified. We made need a new flag here in the batcher to control this behavior.

ethereum-optimism/specs#156 - fixing specs

specs: https://github.com/ethereum-optimism/specs/blob/main/specs/experimental/plasma.md#da-server

@trianglesphere trianglesphere changed the title Use the new DA server spec inside op-batcher #798 op-batcher: Use the new DA server spec May 8, 2024
@epociask
Copy link
Contributor

epociask commented May 9, 2024

@trianglesphere would love to take this on!

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

Successfully merging a pull request may close this issue.

2 participants