Skip to content

Commit ea38ae7

Browse files
authored
Refactor/zkvm 3 (#1684)
1 parent 9dc57c6 commit ea38ae7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1493
-590
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions-rs/toolchain@v1
3131
with:
32-
toolchain: nightly-2024-12-06
32+
toolchain: nightly-2025-02-14
3333
override: true
3434
components: rustfmt, clippy
3535
- name: Install Go

.github/workflows/coordinator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions-rs/toolchain@v1
3535
with:
36-
toolchain: nightly-2023-12-03
36+
toolchain: nightly-2025-02-14
3737
override: true
3838
components: rustfmt, clippy
3939
- name: Install Go

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ sftp-config.json
2424
*~
2525

2626
target
27+
zkvm-prover/config.json

Cargo.lock

Lines changed: 142 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)