Skip to content

Commit

Permalink
Merge pull request #268 from alpenlabs/EXP-125-l1-batch-proofs
Browse files Browse the repository at this point in the history
Exp 125 l1 batch proofs
  • Loading branch information
prajwolrg authored Sep 16, 2024
2 parents d587d87 + d71304c commit cc59743
Show file tree
Hide file tree
Showing 95 changed files with 6,531 additions and 528 deletions.
13 changes: 9 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
],
"rust-analyzer.linkedProjects": [
"Cargo.toml",
"proofs/risc0/guest-reth-stf/Cargo.toml",
"proofs/risc0/guest-cl-stf/Cargo.toml",
"proofs/sp1/guest-reth-stf/Cargo.toml",
"provers/risc0/guest-btc-blockspace/Cargo.toml",
"provers/risc0/guest-evm-ee-stf/Cargo.toml",
"provers/risc0/guest-cl-stf/Cargo.toml",
"provers/risc0/guest-l1-batch/Cargo.toml",
"provers/sp1/guest-btc-blockspace/Cargo.toml",
"provers/sp1/guest-evm-ee-stf/Cargo.toml",
"provers/sp1/guest-cl-stf/Cargo.toml",
"provers/sp1/guest-l1-batch/Cargo.toml",
],
"rust-analyzer.diagnostics.enable": true,
// "rust-analyzer.cargo.features": [
Expand Down Expand Up @@ -64,4 +69,4 @@
"**/.vscode/**"
],
"todohighlight.maxFilesForSearch": 5120
}
}
214 changes: 110 additions & 104 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc59743

Please sign in to comment.