Skip to content

Commit d830456

Browse files
author
Ubuntu
committed
chore: merge ethproof update
1 parent 395b380 commit d830456

File tree

30 files changed

+230
-786
lines changed

30 files changed

+230
-786
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
uses: actions/setup-go@v3
3030
with:
3131
go-version: '1.22'
32-
- name: Build Go library
33-
run: |
34-
./sdk/src/local/libsnark/compile.sh
3532
- name: Cargo build
3633
run: cargo build --verbose --release
3734
- name: Cargo test

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = [
44
"host-program/sha2-rust",
55
"host-program/revme",
66
"host-program/mem-alloc-vec",
7-
"host-program/sha2-precompile",
7+
"host-program/sha2-composition",
88
"sdk"
99
]
1010
resolver = "2"

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Please refer to [this](guest-program/README.md) guide.
6161

6262
```sh
6363
cd zkm-project-template
64-
sh sdk/src/local/libsnark/compile.sh # compile snark library
6564
cargo build --release # build host programs
6665
```
6766

contracts/src/verifier.sol

-271
This file was deleted.

0 commit comments

Comments
 (0)