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
d141b53e
Unverified
Commit
d141b53e
authored
Sep 27, 2024
by
Michael Amadi
Committed by
GitHub
Sep 27, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix (#12179)
parent
724b4e51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
semver-lock.json
packages/contracts-bedrock/semver-lock.json
+2
-2
PreimageOracle.sol
packages/contracts-bedrock/src/cannon/PreimageOracle.sol
+3
-3
No files found.
packages/contracts-bedrock/semver-lock.json
View file @
d141b53e
...
@@ -148,8 +148,8 @@
...
@@ -148,8 +148,8 @@
"sourceCodeHash"
:
"0x50ed780b621521047ed36ffb260032f2e5ec287f3e1ab3d742c7de45febb280d"
"sourceCodeHash"
:
"0x50ed780b621521047ed36ffb260032f2e5ec287f3e1ab3d742c7de45febb280d"
},
},
"src/cannon/PreimageOracle.sol"
:
{
"src/cannon/PreimageOracle.sol"
:
{
"initCodeHash"
:
"0x
3690e6dafe588c29de74790123bf6de5b0f741869bf5dbd8a122fdef96cab733
"
,
"initCodeHash"
:
"0x
a0b19e18561da9990c95ebea9750dd901f73147b32b8b234eca0f35073c5a970
"
,
"sourceCodeHash"
:
"0x
19b48b7d5fcb296cacf0cb15326b2e12a9556d6d811a16cbe2344792afa30427
"
"sourceCodeHash"
:
"0x
6235d602f84c4173e7a58666791e3db4c9e9651eaccb20db5aed2f898b76e896
"
},
},
"src/dispute/AnchorStateRegistry.sol"
:
{
"src/dispute/AnchorStateRegistry.sol"
:
{
"initCodeHash"
:
"0x13d00eef8c3f769863fc766180acc8586f5da309ca0a098e67d4d90bd3243341"
,
"initCodeHash"
:
"0x13d00eef8c3f769863fc766180acc8586f5da309ca0a098e67d4d90bd3243341"
,
...
...
packages/contracts-bedrock/src/cannon/PreimageOracle.sol
View file @
d141b53e
...
@@ -33,8 +33,8 @@ contract PreimageOracle is ISemver {
...
@@ -33,8 +33,8 @@ contract PreimageOracle is ISemver {
uint256 public constant PRECOMPILE_CALL_RESERVED_GAS = 100_000;
uint256 public constant PRECOMPILE_CALL_RESERVED_GAS = 100_000;
/// @notice The semantic version of the Preimage Oracle contract.
/// @notice The semantic version of the Preimage Oracle contract.
/// @custom:semver 1.1.3-beta.
3
/// @custom:semver 1.1.3-beta.
4
string public constant version = "1.1.3-beta.
3
";
string public constant version = "1.1.3-beta.
4
";
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////
// Authorized Preimage Parts //
// Authorized Preimage Parts //
...
@@ -129,7 +129,7 @@ contract PreimageOracle is ISemver {
...
@@ -129,7 +129,7 @@ contract PreimageOracle is ISemver {
dat_ = preimageParts[_key][_offset];
dat_ = preimageParts[_key][_offset];
}
}
/// @notice Loads
of local data part
into the preimage oracle.
/// @notice Loads
local data parts
into the preimage oracle.
/// @param _ident The identifier of the local data.
/// @param _ident The identifier of the local data.
/// @param _localContext The local key context for the preimage oracle. Optionally, can be set as a constant
/// @param _localContext The local key context for the preimage oracle. Optionally, can be set as a constant
/// if the caller only requires one set of local keys.
/// if the caller only requires one set of local keys.
...
...
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