Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
baf8317
forge install: risc0-ethereum
Prabhat1308 Jan 23, 2025
ca49660
add onchain risc0 verifier
Prabhat1308 Jan 23, 2025
67e9d7b
add image id related content
Prabhat1308 Jan 23, 2025
b34edc0
add risc0-ethereum and update NexusProofManager
Prabhat1308 Jan 23, 2025
21ee60d
fix typo for Elf.sol generation
Prabhat1308 Jan 23, 2025
12c3b98
different naming for different example methods for elf and imageID
Prabhat1308 Jan 23, 2025
d3cfd27
temp commit
Prabhat1308 Jan 24, 2025
091c872
introduce Necessary imports in updateNexusBlock
Prabhat1308 Jan 28, 2025
5fe6aea
feat : updated proof manager and added tests
ocdbytes Feb 19, 2025
5f71a64
Merge branch 'main' into pv/onchain-risc0-verifier
ocdbytes Feb 19, 2025
46ad5c2
fix : updated the state update logic from journal param
ocdbytes Feb 27, 2025
6767587
fix : foundry tests
ocdbytes Mar 4, 2025
d1378cc
fix : ci
ocdbytes Mar 4, 2025
a584898
fix : r0 ci version fix
ocdbytes Mar 4, 2025
1a4c89e
fix : on chain verification ci
ocdbytes Mar 4, 2025
12cf779
feat : added mock storage verifier for zksync
ocdbytes Mar 5, 2025
b4f66d1
forge install: risc0-ethereum
Prabhat1308 Jan 23, 2025
eb86916
add onchain risc0 verifier
Prabhat1308 Jan 23, 2025
d7d47e4
add image id related content
Prabhat1308 Jan 23, 2025
4cfb582
add risc0-ethereum and update NexusProofManager
Prabhat1308 Jan 23, 2025
0f0188a
fix typo for Elf.sol generation
Prabhat1308 Jan 23, 2025
769c2df
different naming for different example methods for elf and imageID
Prabhat1308 Jan 23, 2025
e0308a2
temp commit
Prabhat1308 Jan 24, 2025
45790c2
introduce Necessary imports in updateNexusBlock
Prabhat1308 Jan 28, 2025
2dabf2b
feat : updated proof manager and added tests
ocdbytes Feb 19, 2025
c3a7377
fix : updated the state update logic from journal param
ocdbytes Feb 27, 2025
20e2473
fix : foundry tests
ocdbytes Mar 4, 2025
ba1a731
fix : ci
ocdbytes Mar 4, 2025
c659452
fix : r0 ci version fix
ocdbytes Mar 4, 2025
18ab55c
fix : on chain verification ci
ocdbytes Mar 4, 2025
4c0f680
feat : added mock storage verifier for zksync
ocdbytes Mar 5, 2025
40df162
Merge branch 'pv/onchain-risc0-verifier' of https://github.com/availp…
ocdbytes Apr 17, 2025
1b287e4
feat : updated nexus manager contract
ocdbytes Apr 18, 2025
43e3ff4
feat : test added
ocdbytes Apr 21, 2025
689df03
resolved : comments
ocdbytes Apr 23, 2025
ff13e3d
fix : dependency update
ocdbytes Apr 24, 2025
89bf427
ci update
ocdbytes Apr 24, 2025
b8fe79c
feat : updated prover image id and elf
ocdbytes Apr 24, 2025
fd16dd8
feat : ownable added
ocdbytes Apr 26, 2025
3716bc7
feat : spec updated
ocdbytes May 1, 2025
b3e47ff
Merge branch 'main' into aj/contracts
ocdbytes May 1, 2025
ba348fa
update : lock file
ocdbytes May 2, 2025
2e8980f
feat : updated proof manager to use vector x
ocdbytes May 13, 2025
a704e3e
Merge branch 'main' into aj/contracts
ocdbytes May 13, 2025
a3fbf96
feat : tests fixed and updated contracts
ocdbytes May 15, 2025
887c3c8
feat : tests fixed and updated contracts
ocdbytes May 15, 2025
22bb0d9
fix : tests
ocdbytes May 16, 2025
dea325d
Merge branch 'main' into aj/contracts
ocdbytes May 16, 2025
6fe0eea
fix : lint
ocdbytes May 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/nexus-e2e-integrations-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable

- name: Free Disk Space
run: |
echo "Before cleanup:"
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "lib/nexus"]
path = lib/nexus
url = https://github.com/availproject/nexus
[submodule "contracts/lib/risc0-ethereum"]
path = contracts/lib/risc0-ethereum
url = https://github.com/risc0/risc0-ethereum
Loading