Skip to content

Commit

Permalink
Removed MST approach, 'zk_prover' on v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sifnoc committed Mar 14, 2024
1 parent 067431b commit 461b14f
Show file tree
Hide file tree
Showing 53 changed files with 1 addition and 11,396 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,11 @@ jobs:
- name: Install solc
run: (hash svm 2>/dev/null || cargo install --version 0.2.23 svm-rs) && svm install 0.8.20 && solc --version

- name: Test Zk Prover
run: |
cd zk_prover
cargo test --release --features dev-graph -- --nocapture
- name: Test KZG Prover
run: |
cd kzg_prover
cargo test --release -- --nocapture
- name: Test Nova Prover
run: |
cd zk_prover
cargo run --release --example nova_incremental_verifier
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A monorepo for Summa, zk proof of solvency protocol

### Subdirectories

- `zk_prover`: Halo2 based zk prover for Summa
- `kzg_prover`: Halo2 based zk prover and KZG polynomial interpolation for Summa
- `contracts`: Solidity smart contracts for Summa
- `backend` : Rust API to interact with Summa

Expand Down
8 changes: 0 additions & 8 deletions zk_prover/.gitignore

This file was deleted.

Loading

0 comments on commit 461b14f

Please sign in to comment.