-
Notifications
You must be signed in to change notification settings - Fork 1
Aj/contracts #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vibhurajeev
wants to merge
49
commits into
main
Choose a base branch
from
aj/contracts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Aj/contracts #63
Changes from 34 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
baf8317
forge install: risc0-ethereum
Prabhat1308 ca49660
add onchain risc0 verifier
Prabhat1308 67e9d7b
add image id related content
Prabhat1308 b34edc0
add risc0-ethereum and update NexusProofManager
Prabhat1308 21ee60d
fix typo for Elf.sol generation
Prabhat1308 12c3b98
different naming for different example methods for elf and imageID
Prabhat1308 d3cfd27
temp commit
Prabhat1308 091c872
introduce Necessary imports in updateNexusBlock
Prabhat1308 5fe6aea
feat : updated proof manager and added tests
ocdbytes 5f71a64
Merge branch 'main' into pv/onchain-risc0-verifier
ocdbytes 46ad5c2
fix : updated the state update logic from journal param
ocdbytes 6767587
fix : foundry tests
ocdbytes d1378cc
fix : ci
ocdbytes a584898
fix : r0 ci version fix
ocdbytes 1a4c89e
fix : on chain verification ci
ocdbytes 12cf779
feat : added mock storage verifier for zksync
ocdbytes b4f66d1
forge install: risc0-ethereum
Prabhat1308 eb86916
add onchain risc0 verifier
Prabhat1308 d7d47e4
add image id related content
Prabhat1308 4cfb582
add risc0-ethereum and update NexusProofManager
Prabhat1308 0f0188a
fix typo for Elf.sol generation
Prabhat1308 769c2df
different naming for different example methods for elf and imageID
Prabhat1308 e0308a2
temp commit
Prabhat1308 45790c2
introduce Necessary imports in updateNexusBlock
Prabhat1308 2dabf2b
feat : updated proof manager and added tests
ocdbytes c3a7377
fix : updated the state update logic from journal param
ocdbytes 20e2473
fix : foundry tests
ocdbytes ba1a731
fix : ci
ocdbytes c659452
fix : r0 ci version fix
ocdbytes 18ab55c
fix : on chain verification ci
ocdbytes 4c0f680
feat : added mock storage verifier for zksync
ocdbytes 40df162
Merge branch 'pv/onchain-risc0-verifier' of https://github.com/availp…
ocdbytes 1b287e4
feat : updated nexus manager contract
ocdbytes 43e3ff4
feat : test added
ocdbytes 689df03
resolved : comments
ocdbytes ff13e3d
fix : dependency update
ocdbytes 89bf427
ci update
ocdbytes b8fe79c
feat : updated prover image id and elf
ocdbytes fd16dd8
feat : ownable added
ocdbytes 3716bc7
feat : spec updated
ocdbytes b3e47ff
Merge branch 'main' into aj/contracts
ocdbytes ba348fa
update : lock file
ocdbytes 2e8980f
feat : updated proof manager to use vector x
ocdbytes a704e3e
Merge branch 'main' into aj/contracts
ocdbytes a3fbf96
feat : tests fixed and updated contracts
ocdbytes 887c3c8
feat : tests fixed and updated contracts
ocdbytes 22bb0d9
fix : tests
ocdbytes dea325d
Merge branch 'main' into aj/contracts
ocdbytes 6fe0eea
fix : lint
ocdbytes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // Copyright 2024 RISC Zero, Inc. | ||
| // | ||
| // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| // you may not use this file except in compliance with the License. | ||
| // You may obtain a copy of the License at | ||
| // | ||
| // http://www.apache.org/licenses/LICENSE-2.0 | ||
| // | ||
| // Unless required by applicable law or agreed to in writing, software | ||
| // distributed under the License is distributed on an "AS IS" BASIS, | ||
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| // See the License for the specific language governing permissions and | ||
| // limitations under the License. | ||
| // | ||
| // SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| // This file is automatically generated | ||
|
|
||
| pragma solidity ^0.8.20; | ||
|
|
||
| library ImageID { | ||
| bytes32 public constant ADAPTER_ID = bytes32(0x35e11aa083da4b62f64a80c2b731097e5dcf9b0608a9689cd10b4633d56dcc7a); | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually we need this when we are using the nexus manager contract with ethereum mock geth adapter.