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
67dd6933
Unverified
Commit
67dd6933
authored
Dec 03, 2024
by
clabby
Committed by
GitHub
Dec 03, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(opc): Bump `asterisc` version (#13189)
* chore(opc): Bump `asterisc` version * semver lock
parent
e101cd89
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
mise.toml
mise.toml
+1
-1
semver-lock.json
packages/contracts-bedrock/snapshots/semver-lock.json
+2
-2
RISCV.sol
packages/contracts-bedrock/src/vendor/asterisc/RISCV.sol
+3
-3
No files found.
mise.toml
View file @
67dd6933
...
...
@@ -39,7 +39,7 @@ anvil = "nightly-143abd6a768eeb52a5785240b763d72a56987b4a"
# Put things here if you need to track versions of tools or projects that can't
# actually be managed by mise (yet). Make sure that anything you put in here is
# also found inside of disabled_tools or mise will try to install it.
asterisc
=
"1.
1.1
"
asterisc
=
"1.
2.0
"
kontrol
=
"1.0.53"
binary_signer
=
"1.0.4"
...
...
packages/contracts-bedrock/snapshots/semver-lock.json
View file @
67dd6933
...
...
@@ -212,8 +212,8 @@
"sourceCodeHash"
:
"0x5dc6b0b4ae4ab29085c52f74a4498d8a3d04928b844491749cd7186623e8b967"
},
"src/vendor/asterisc/RISCV.sol"
:
{
"initCodeHash"
:
"0x
6b4323061187f2c8efe8de43bf1ecdc0798e2d95ad69470ed4151dadc094fedf
"
,
"sourceCodeHash"
:
"0x
26cae049cf171efcc84c946a400704c30ebec5dba4f1548d1f1529f68f56c1ec
"
"initCodeHash"
:
"0x
7329cca924e189eeaa2d883234f6cb5fd787c8bf3339d8298e721778c2947ce5
"
,
"sourceCodeHash"
:
"0x
f85f3dac3e0fcc7f52fb62f8e66b74f2bc6798b6c9fb43e1a610c5edc04be412
"
},
"src/vendor/eas/EAS.sol"
:
{
"initCodeHash"
:
"0xf96d1ebc530ed95e2dffebcfa2b4a1f18103235e6352d97838b77b7a2c14567b"
,
...
...
packages/contracts-bedrock/src/vendor/asterisc/RISCV.sol
View file @
67dd6933
// SPDX-License-Identifier: MIT
pragma solidity 0.8.
1
5;
pragma solidity 0.8.
2
5;
import { IPreimageOracle } from "src/cannon/interfaces/IPreimageOracle.sol";
import { IBigStepper } from "src/dispute/interfaces/IBigStepper.sol";
...
...
@@ -14,8 +14,8 @@ contract RISCV is IBigStepper {
IPreimageOracle public oracle;
/// @notice The version of the contract.
/// @custom:semver 1.
1.0-rc.2
string public constant version = "1.
1.0-rc.2
";
/// @custom:semver 1.
2.0-rc.1
string public constant version = "1.
2.0-rc.1
";
/// @param _oracle The preimage oracle contract.
constructor(IPreimageOracle _oracle) {
...
...
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