Skip to content

Commit

Permalink
feat(sp1): Integrating SP1 program into prism-main (#119)
Browse files Browse the repository at this point in the history
* using sp1 proofs

* fix: started to replace borsh with bincode serialization, verify commitment consistency in SP1 proofs and FinalizedEpoch

* fix: clippy

* fix: add --release flag to yml

* bet

* fix: commit to prev commitment in proof to compare equality of used commitments

* plonk feature

* serialization

---------

Co-authored-by: sebasti810 <[email protected]>
  • Loading branch information
distractedm1nd and sebasti810 committed Sep 17, 2024
1 parent 5b4f4d5 commit 72707d1
Show file tree
Hide file tree
Showing 17 changed files with 3,725 additions and 463 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
run: cargo clippy --all-targets --all-features -- -D warnings

- name: Build project
run: cargo build --verbose
run: cargo build --verbose --release

- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --release

- name: Install cargo-audit
run: cargo install cargo-audit
Expand Down
Loading

0 comments on commit 72707d1

Please sign in to comment.