Skip to content

Commit

Permalink
Merge pull request #36 from penumbra-zone/penumbra-download-proving-keys
Browse files Browse the repository at this point in the history
fix: download proving keys for penumbra
  • Loading branch information
avahowell authored Jun 4, 2024
2 parents b0b65b2 + e73968d commit 49745aa
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 1 deletion.
100 changes: 100 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ penumbra-proto = { git = "https://github.com/penumbra-zone/penumbra", tag = "v0.
"box-grpc",
"rpc",
] }
penumbra-transaction = { git = "https://github.com/penumbra-zone/penumbra", tag = "v0.77.0" }
penumbra-transaction = { git = "https://github.com/penumbra-zone/penumbra", tag = "v0.77.0", features = [
"download-proving-keys",
] }
penumbra-wallet = { git = "https://github.com/penumbra-zone/penumbra", tag = "v0.77.0" }
penumbra-view = { git = "https://github.com/penumbra-zone/penumbra", tag = "v0.77.0" }
# Penumbra dependencies, specifically for Astria support. Renamespaced, to avoid conflicts with Penumbra support.
Expand Down

0 comments on commit 49745aa

Please sign in to comment.