Skip to content

Commit cb154a0

Browse files
committed
use Nova instead of Groth16 for tx proofs
1 parent bd06734 commit cb154a0

File tree

19 files changed

+968
-425
lines changed

19 files changed

+968
-425
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- name: Compute trusted setup
2727
if: steps.cache-circuits.outputs.cache-hit != 'true'
2828
run: cd circuits && make setup
29-
- name: Generate Solidity verifier
30-
if: steps.cache-circuits.outputs.cache-hit != 'true'
31-
run: cd circuits && make verifier
3229

3330
build:
3431
needs: build_circuit
@@ -47,8 +44,6 @@ jobs:
4744
~/.cargo/git/db/
4845
target/
4946
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
50-
- name: Set up Rust nightly
51-
run: rustup default nightly-2023-01-03
5247
- name: Install dependencies
5348
run: rustup component add clippy rustfmt
5449
- name: Restore cached circuits

0 commit comments

Comments
 (0)