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
07b6011c
Unverified
Commit
07b6011c
authored
Dec 13, 2024
by
Maurelian
Committed by
GitHub
Dec 13, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: remove dead comment (#13335)
* feat: remove dead comment * fix semverlock
parent
ba411efa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
semver-lock.json
packages/contracts-bedrock/snapshots/semver-lock.json
+2
-2
OPContractsManager.sol
packages/contracts-bedrock/src/L1/OPContractsManager.sol
+2
-3
No files found.
packages/contracts-bedrock/snapshots/semver-lock.json
View file @
07b6011c
...
...
@@ -20,8 +20,8 @@
"sourceCodeHash"
:
"0x8aafeffb41332fddf2fb1ef4fc033bd1f323cdc5b199c6951da73e3cb86276e6"
},
"src/L1/OPContractsManager.sol"
:
{
"initCodeHash"
:
"0x
73dbd0af5c85a20a147a87e795526c2da31e56157d11cfc8db5445f4bd1fa13f
"
,
"sourceCodeHash"
:
"0x
52b2ea7508d89e51412de333950da8f5a504a214590bcb67566151c5240eaad1
"
"initCodeHash"
:
"0x
9b704574a7005dc2aa8d6a3e0d85572493cc4bbd60033a23e437632a5fef7720
"
,
"sourceCodeHash"
:
"0x
05ed7ad68e4e9bca7334314e794a1f66e5899532bb01cfa3a7716cb2688df9d5
"
},
"src/L1/OptimismPortal.sol"
:
{
"initCodeHash"
:
"0xa8b2f8a6d1092c5e64529736462ebb35daa9ea9e67585f7de8e3e5394682ee64"
,
...
...
packages/contracts-bedrock/src/L1/OPContractsManager.sol
View file @
07b6011c
...
...
@@ -114,8 +114,8 @@ contract OPContractsManager is ISemver {
// -------- Constants and Variables --------
/// @custom:semver 1.0.0-beta.2
5
string public constant version = "1.0.0-beta.2
5
";
/// @custom:semver 1.0.0-beta.2
6
string public constant version = "1.0.0-beta.2
6
";
/// @notice Represents the interface version so consumers know how to decode the DeployOutput struct
/// that's emitted in the `Deployed` event. Whenever that struct changes, a new version should be used.
...
...
@@ -550,7 +550,6 @@ contract OPContractsManager is ISemver {
virtual
returns (bytes memory)
{
// this line fails in the op-deployer tests because it is not passing in any data
IAnchorStateRegistry.StartingAnchorRoot[] memory startingAnchorRoots =
abi.decode(_input.startingAnchorRoots, (IAnchorStateRegistry.StartingAnchorRoot[]));
return abi.encodeWithSelector(_selector, startingAnchorRoots, superchainConfig);
...
...
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