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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
a bit out of date. For instance, the ChallengeManager won't be constructed with the argument (commitment: StepCommitment[]), but instead will have a constructor signature more like (values: Bytes32[], disputedIndex: uint256)
consequentially, a bit overcomplicated. For instance, we now think that the first step invalidation is out of scope, and would be performed before deploying a ChallengeManager
OUT OF SCOPE: Describing the benefits and drawbacks relative to other designs. This will be done by @lalexgap
The text was updated successfully, but these errors were encountered:
The goal here is to describe DisputeGame in a way that facilitates the security analysis. This is important to Optimism; it is also important for us, as we plan to write a formal verification of the dispute protocol.
The explicit description also hopefully serves as an implementation guide.
Improve the design doc to clarify the design that we plan to implement.
This design doc is
(commitment: StepCommitment[])
, but instead will have a constructor signature more like(values: Bytes32[], disputedIndex: uint256)
OUT OF SCOPE: Describing the benefits and drawbacks relative to other designs. This will be done by @lalexgap
The text was updated successfully, but these errors were encountered: