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
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.
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
The text was updated successfully, but these errors were encountered: