-
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.
Select Mina state proof source (#351)
* [WIP] Start adding devnet flag * Add devnet flag * Point SDK to Mina branch * Lock SDK branch * Fix settlement contract * Parameterize state and account contract addresses * Update example address and unwrap bridge addresses * Update Aligned * Reuse BATCHER_ETH_ADDR * Point SDK to VK branch * Replace aligned SM env var name with used in SDK * Fix clippy * Remove zkapp state logging
- Loading branch information
1 parent
0de6199
commit 0a7063b
Showing
23 changed files
with
278 additions
and
203 deletions.
There are no files selected for viewing
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
Submodule aligned_layer
updated
15 files
+18 −1 | .github/workflows/build-go.yml | |
+3 −2 | .github/workflows/build-rust.yml | |
+2 −2 | Makefile | |
+169 −105 | batcher/Cargo.lock | |
+3 −1 | batcher/aligned-batcher/Cargo.toml | |
+38 −9 | batcher/aligned-batcher/src/zk_utils/mod.rs | |
+6 −2 | batcher/aligned-sdk/src/sdk.rs | |
+2 −2 | batcher/aligned/src/main.rs | |
+226 −171 | operator/mina/lib/Cargo.lock | |
+4 −1 | operator/mina/lib/Cargo.toml | |
+132 −2 | operator/mina/lib/src/consensus_state.rs | |
+24 −15 | operator/mina/lib/src/lib.rs | |
+13 −3 | operator/mina/lib/src/verifier_index.rs | |
+137 −140 | 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.