-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Repatch Arkworks and use LC's fork of proof-systems * Use LC's fork of proof systems everywhere * Replace deps on example app * Fix dependency and adapt code to changes * Update proving system ids * Format --------- Co-authored-by: gabrielbosio <[email protected]>
- Loading branch information
1 parent
884f28b
commit 7c61a1e
Showing
21 changed files
with
558 additions
and
435 deletions.
There are no files selected for viewing
Submodule aligned_layer
updated
15 files
+1 −18 | .github/workflows/build-go.yml | |
+2 −3 | .github/workflows/build-rust.yml | |
+2 −2 | Makefile | |
+105 −169 | batcher/Cargo.lock | |
+1 −3 | batcher/aligned-batcher/Cargo.toml | |
+9 −38 | batcher/aligned-batcher/src/zk_utils/mod.rs | |
+2 −6 | batcher/aligned-sdk/src/sdk.rs | |
+2 −2 | batcher/aligned/src/main.rs | |
+171 −226 | operator/mina/lib/Cargo.lock | |
+1 −4 | operator/mina/lib/Cargo.toml | |
+2 −132 | operator/mina/lib/src/consensus_state.rs | |
+15 −24 | operator/mina/lib/src/lib.rs | |
+3 −13 | operator/mina/lib/src/verifier_index.rs | |
+140 −137 | operator/mina_account/lib/Cargo.lock | |
+1 −1 | operator/mina_account/lib/Cargo.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.