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
Copy file name to clipboardExpand all lines: cannon/mipsevm/versions/state.go
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,15 @@ const (
19
19
// VersionSingleThreaded is the version of the Cannon STF found in op-contracts/v1.6.0 - https://github.com/ethereum-optimism/optimism/blob/op-contracts/v1.6.0/packages/contracts-bedrock/src/cannon/MIPS.sol
20
20
VersionSingleThreadedStateVersion=iota
21
21
VersionMultiThreaded
22
+
VersionSingleThreadedGetFd
22
23
)
23
24
24
25
var (
25
26
ErrUnknownVersion=errors.New("unknown version")
26
27
ErrJsonNotSupported=errors.New("json not supported")
0 commit comments