Skip to content

Commit 3057de5

Browse files
lightsinglispc
andauthored
v0.6 base branch (scroll + L3) (#163)
* cargo check * fix * fix * x * exchange code * fix rebase * fmt * actually Infallible * fmt * upgrade * update openvm guest * fmt & check * update batch program * build * build * fix: remove tiny-keccak (#168) * fix download-release.sh * proving 0.5.2 * fix tx data len * feat: update sbv bincode (#169) * update ref * revert chunk_exe_commit.rs * rewrite vk in testing * cleanup * clean much old codes * lint * clippy * update sbv * 0.6.0 * docker ignore * build * add exe_commit.rs --------- Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com>
1 parent 89a2dc1 commit 3057de5

Some content is hidden

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

77 files changed

+1790
-2519
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ releases
1818
*.sh
1919
!build-guest-actions-entrypoint.sh
2020

21+
*.log
2122
*.md
2223

2324
openvm-clippy
2425

25-
target
26+
target

.github/workflows/build-guest-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Rust nightly toolchain
2424
uses: actions-rs/toolchain@v1
2525
with:
26-
toolchain: 1.86
26+
toolchain: nightly-2025-08-18
2727
target: x86_64-unknown-linux-gnu
2828
components: rust-src
2929
override: true

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
4242
with:
43-
toolchain: "1.86"
43+
toolchain: nightly-2025-08-18
4444
components: rustfmt
4545

4646
- name: Cargo fmt
@@ -61,7 +61,7 @@ jobs:
6161

6262
- uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
6363
with:
64-
toolchain: "1.86"
64+
toolchain: nightly-2025-08-18
6565
components: clippy
6666

6767
- name: Clippy

.github/workflows/profile-guest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup rust
2626
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
2727
with:
28-
toolchain: "1.86"
28+
toolchain: nightly-2025-08-18
2929

3030
- name: Guest profiling to capture total_cycles
3131
id: guest-profiling

0 commit comments

Comments
 (0)