Skip to content

Commit 2dd8406

Browse files
eigmaxUbuntu
and
Ubuntu
authored
chore: merge ethproof update (#57)
* chore: merge ethproof update * chore: merge ethproof update * chore: merge ethproof update --------- Co-authored-by: Ubuntu <[email protected]>
1 parent ded188a commit 2dd8406

File tree

32 files changed

+257
-822
lines changed

32 files changed

+257
-822
lines changed

.github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
uses: actions/setup-go@v3
3030
with:
3131
go-version: '1.22'
32-
- name: Build Go library
33-
run: |
34-
chmod +x ./sdk/src/local/libsnark/compile.sh
35-
./sdk/src/local/libsnark/compile.sh
3632
- name: Cargo build
3733
run: cargo build --verbose --release
3834
- 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)