Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Jun 12, 2024
1 parent dc0bb79 commit 41b8fc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rvsol/src/RISCV.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ contract RISCV {
oracle = _oracle;
}

function wow() public returns (uint256) {
return 1;
}

// Executes a single RISC-V instruction, starting from
function step(bytes calldata stateData, bytes calldata proof, bytes32 localContext) public returns (bytes32) {
assembly {
Expand Down

0 comments on commit 41b8fc7

Please sign in to comment.