Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e559205
add debug stuff for local running coordinator / prover pair
noel2004 Jun 23, 2025
461b3fb
trivial fixing
noel2004 Jun 23, 2025
989119c
refactor prover-bin for enabling deploy multiple circuits
noel2004 Jun 24, 2025
b18fde4
move gpt patch
noel2004 Jun 24, 2025
954aaf7
fix forkname issue
noel2004 Jun 24, 2025
6337544
use template instead of config file
noel2004 Jun 25, 2025
deef9af
fmt and clippy
noel2004 Jun 25, 2025
19b8090
fix issue after rebase
noel2004 Jun 25, 2025
606884c
gitignore
noel2004 Jun 25, 2025
91f0386
resolve vk issue, add verifer tool
noel2004 Jun 26, 2025
5417c9c
trivial: resolve unsafe directive
noel2004 Jun 26, 2025
c3e5baa
cleanup after rebase
noel2004 Jun 26, 2025
8f53bfd
update dev and task code
noel2004 Jun 26, 2025
6c76a9b
purge localdbg
noel2004 Jun 26, 2025
c3793db
add missed fixing
noel2004 Jun 27, 2025
c544a8e
resume resolution of issue #1667
noel2004 Jun 27, 2025
c2ab08a
fix attempt number for reassigned task
noel2004 Jun 27, 2025
fe1fa4c
fix CI
noel2004 Jun 27, 2025
81868e2
Merge remote-tracking branch 'origin/develop' into refactor/zkvm_3
noel2004 Jun 27, 2025
991c60d
update go mod and rust toolchain
noel2004 Jun 27, 2025
b73aaf5
reverting according to review: no update is applied for redeliver task
noel2004 Jun 27, 2025
f19e3b1
update configuration of verifier@coordinator
noel2004 Jun 28, 2025
8d402dd
resume missed commition
noel2004 Jun 28, 2025
30e72e4
fix according to review
noel2004 Jun 29, 2025
fdafbb5
fmt
noel2004 Jun 29, 2025
f8cf91a
complete pi hash check
noel2004 Jun 29, 2025
312489b
add vk pre-validation for prover
noel2004 Jun 30, 2025
d310d3a
fmt
noel2004 Jun 30, 2025
79cc030
resume vk verify in prover-bin
noel2004 Jun 30, 2025
7748995
fixing according to reviews
noel2004 Jun 30, 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
2 changes: 1 addition & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-12-06
toolchain: nightly-2025-02-14
override: true
components: rustfmt, clippy
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coordinator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-12-03
toolchain: nightly-2025-02-14
override: true
components: rustfmt, clippy
- name: Install Go
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ sftp-config.json
*~

target
zkvm-prover/config.json
171 changes: 142 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading