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
a9bb2be6
Unverified
Commit
a9bb2be6
authored
Feb 05, 2024
by
clabby
Committed by
GitHub
Feb 05, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump dispute contracts to first minor version (#9361)
parent
44a2d9ce
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
disputegamefactory.go
op-bindings/bindings/disputegamefactory.go
+1
-1
disputegamefactory_more.go
op-bindings/bindings/disputegamefactory_more.go
+1
-1
faultdisputegame.go
op-bindings/bindings/faultdisputegame.go
+1
-1
faultdisputegame_more.go
op-bindings/bindings/faultdisputegame_more.go
+1
-1
semver-lock.json
packages/contracts-bedrock/semver-lock.json
+4
-4
DisputeGameFactory.sol
...ages/contracts-bedrock/src/dispute/DisputeGameFactory.sol
+2
-2
FaultDisputeGame.sol
packages/contracts-bedrock/src/dispute/FaultDisputeGame.sol
+2
-2
No files found.
op-bindings/bindings/disputegamefactory.go
View file @
a9bb2be6
This diff is collapsed.
Click to expand it.
op-bindings/bindings/disputegamefactory_more.go
View file @
a9bb2be6
This diff is collapsed.
Click to expand it.
op-bindings/bindings/faultdisputegame.go
View file @
a9bb2be6
This diff is collapsed.
Click to expand it.
op-bindings/bindings/faultdisputegame_more.go
View file @
a9bb2be6
This diff is collapsed.
Click to expand it.
packages/contracts-bedrock/semver-lock.json
View file @
a9bb2be6
...
@@ -92,12 +92,12 @@
...
@@ -92,12 +92,12 @@
"sourceCodeHash"
:
"0x1afb1d392e8f6a58ff86ea7f648e0d1756d4ba8d0d964279d58a390deaa53b7e"
"sourceCodeHash"
:
"0x1afb1d392e8f6a58ff86ea7f648e0d1756d4ba8d0d964279d58a390deaa53b7e"
},
},
"src/dispute/DisputeGameFactory.sol"
:
{
"src/dispute/DisputeGameFactory.sol"
:
{
"initCodeHash"
:
"0x
45178e8a18a376e2f77fc6d076a7e5c900c7608e471b3074b3101059757f2426
"
,
"initCodeHash"
:
"0x
2ca7307516f9d0bb0abb299df67f2483f3168eed4055e46e377f637a719cfb77
"
,
"sourceCodeHash"
:
"0x
628d32fcd779d535cebf7914fc1e930ad4767f196fc12ce4bd13b0c6541b0aa1
"
"sourceCodeHash"
:
"0x
e1891e7e6a1928b9a2ddc47d1f010650f1125a0617b8bf32190176a3bb674b4f
"
},
},
"src/dispute/FaultDisputeGame.sol"
:
{
"src/dispute/FaultDisputeGame.sol"
:
{
"initCodeHash"
:
"0x47
1c66c96f233d0d1589c18efada49e14bf52e22e1bafc6d7768ee10b5b4f1de
"
,
"initCodeHash"
:
"0x47
55dd5a5400731d68995a6fbd8219c82faf0b009b9db96162d8953526d856f5
"
,
"sourceCodeHash"
:
"0x
a803b8daea162054f924575e9b8bc7931832c91d9d9b2a5ef672746bd1a4fc56
"
"sourceCodeHash"
:
"0x
e774740ba445211a3017bc78e30b0fc07e25f30e48fe788907e9564408678502
"
},
},
"src/legacy/DeployerWhitelist.sol"
:
{
"src/legacy/DeployerWhitelist.sol"
:
{
"initCodeHash"
:
"0x8de80fb23b26dd9d849f6328e56ea7c173cd9e9ce1f05c9beea559d1720deb3d"
,
"initCodeHash"
:
"0x8de80fb23b26dd9d849f6328e56ea7c173cd9e9ce1f05c9beea559d1720deb3d"
,
...
...
packages/contracts-bedrock/src/dispute/DisputeGameFactory.sol
View file @
a9bb2be6
...
@@ -24,8 +24,8 @@ contract DisputeGameFactory is OwnableUpgradeable, IDisputeGameFactory, ISemver
...
@@ -24,8 +24,8 @@ contract DisputeGameFactory is OwnableUpgradeable, IDisputeGameFactory, ISemver
using ClonesWithImmutableArgs for address;
using ClonesWithImmutableArgs for address;
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 0.
0.9
/// @custom:semver 0.
1.0
string public constant version = "0.
0.9
";
string public constant version = "0.
1.0
";
/// @inheritdoc IDisputeGameFactory
/// @inheritdoc IDisputeGameFactory
mapping(GameType => IDisputeGame) public gameImpls;
mapping(GameType => IDisputeGame) public gameImpls;
...
...
packages/contracts-bedrock/src/dispute/FaultDisputeGame.sol
View file @
a9bb2be6
...
@@ -81,8 +81,8 @@ contract FaultDisputeGame is IFaultDisputeGame, Clone, ISemver {
...
@@ -81,8 +81,8 @@ contract FaultDisputeGame is IFaultDisputeGame, Clone, ISemver {
bool internal initialized;
bool internal initialized;
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 0.
0.26
/// @custom:semver 0.
1.0
string public constant version = "0.
0.26
";
string public constant version = "0.
1.0
";
/// @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