Skip to content

Commit

Permalink
fix: download proving keys for penumbra
Browse files Browse the repository at this point in the history
After enabling fees on Testnet 77, we observed an error in Hermes when
trying to spend.

Refs penumbra-zone/penumbra#4306
  • Loading branch information
conorsch committed Jun 4, 2024
1 parent b0b65b2 commit e73968d
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 e73968d

Please sign in to comment.