Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
cedfb9b7
Commit
cedfb9b7
authored
Dec 05, 2023
by
clabby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bindings + semver lock + lint
parent
13eb939f
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
outputbisectiongame.go
op-bindings/bindings/outputbisectiongame.go
+1
-1
outputbisectiongame_more.go
op-bindings/bindings/outputbisectiongame_more.go
+1
-1
semver-lock.json
packages/contracts-bedrock/semver-lock.json
+2
-2
OutputBisectionGame.sol
...ges/contracts-bedrock/src/dispute/OutputBisectionGame.sol
+2
-2
No files found.
op-bindings/bindings/outputbisectiongame.go
View file @
cedfb9b7
This diff is collapsed.
Click to expand it.
op-bindings/bindings/outputbisectiongame_more.go
View file @
cedfb9b7
This diff is collapsed.
Click to expand it.
packages/contracts-bedrock/semver-lock.json
View file @
cedfb9b7
...
@@ -100,8 +100,8 @@
...
@@ -100,8 +100,8 @@
"sourceCodeHash"
:
"0xa995b54dce03ddf5c9c47451bd7181996b91398ad66b54ab0b8cbf582863a33e"
"sourceCodeHash"
:
"0xa995b54dce03ddf5c9c47451bd7181996b91398ad66b54ab0b8cbf582863a33e"
},
},
"src/dispute/OutputBisectionGame.sol"
:
{
"src/dispute/OutputBisectionGame.sol"
:
{
"initCodeHash"
:
"0x4
00a99278755979b815712d1d26598463dd98ed193df8cd1736ae2ae5831d7c7
"
,
"initCodeHash"
:
"0x4
db1ded83f8584c983bc6f5d7dfcde9281ba895c793d2fd9f30571c17d93a5fd
"
,
"sourceCodeHash"
:
"0x
7e267ad18eb946a0242df41ba044c5ee6f0b456e74bef07605a7dd2eb5b3ed01
"
"sourceCodeHash"
:
"0x
6bd528d5824fe6d093141c07f5590a3c434dbb67f56ab8fa96d7b0a23dac38af
"
},
},
"src/legacy/DeployerWhitelist.sol"
:
{
"src/legacy/DeployerWhitelist.sol"
:
{
"initCodeHash"
:
"0x8de80fb23b26dd9d849f6328e56ea7c173cd9e9ce1f05c9beea559d1720deb3d"
,
"initCodeHash"
:
"0x8de80fb23b26dd9d849f6328e56ea7c173cd9e9ce1f05c9beea559d1720deb3d"
,
...
...
packages/contracts-bedrock/src/dispute/OutputBisectionGame.sol
View file @
cedfb9b7
...
@@ -83,8 +83,8 @@ contract OutputBisectionGame is IOutputBisectionGame, Clone, ISemver {
...
@@ -83,8 +83,8 @@ contract OutputBisectionGame is IOutputBisectionGame, Clone, ISemver {
bool internal subgameAtRootResolved;
bool internal subgameAtRootResolved;
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 0.0.1
3
/// @custom:semver 0.0.1
4
string public constant version = "0.0.1
3
";
string public constant version = "0.0.1
4
";
/// @param _gameType The type ID of the game.
/// @param _gameType The type ID of the game.
/// @param _absolutePrestate The absolute prestate of the instruction trace.
/// @param _absolutePrestate The absolute prestate of the instruction trace.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment