Skip to content

Commit

Permalink
feat: Solidity verification of light client proofs with Plonk (#28)
Browse files Browse the repository at this point in the history
* feat: Add scaffolding for Plonk verification in Solidity

* feat: Add Plonk contract

* tests: Add more negative Solidity testing

* feat: Add Rust program for Solidity contract generating

* chore: Update Cargo.lock

* chore: Update Plonk contract according to 'e48c01ec' tag of Sphinx

* chore: Formatting

* feat: Introduce downloading from our AWS private bucket

* feat: Update Foundry project to use sphinx-contracts dependency

* chore: Rename SP1 -> Sphinx
  • Loading branch information
storojs72 authored and tchataigner committed Jun 21, 2024
1 parent e7ab5db commit 86d48fb
Show file tree
Hide file tree
Showing 23 changed files with 474 additions and 418 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[submodule "aptos/solidity/contracts/lib/forge-std"]
path = aptos/solidity/contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
# https://stackoverflow.com/questions/5126765/how-to-get-rid-of-git-submodules-untracked-status
ignore = dirty
[submodule "aptos/solidity/contracts/lib/sphinx-contracts"]
path = aptos/solidity/contracts/lib/sphinx-contracts
url = https://github.com/lurk-lab/sphinx-contracts
Loading

0 comments on commit 86d48fb

Please sign in to comment.