penumbra
penumbra copied to clipboard
Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
**Is your feature request related to a problem? Please describe.** Currently, the Rust view server implementation gives an unhelpful error message on insufficient funds: ``` status: Unavailable, message: "error fetching...
**Is your feature request related to a problem? Please describe.** Currently, for faster development iteration, we use a limited amount of iterations for our property tests. This makes tests run...
**Is your feature request related to a problem? Please describe.** When new application parameters are submitted to the application, a collection of checks are ran to make sure that certain...
**Describe the bug** The command `pcli query community-pool balance` returns an error when you run it. **To Reproduce** ``` $ pcli query community-pool balance Scanning blocks from last sync height...
We should have the ability for a Penumbra node to fork and then simulate the as close to the exact state of a given network as possible. Penumbra's support for...
**Is your feature request related to a problem? Please describe.** In the presence of nonzero fees, there's no way to use `pcli tx send` to "send max". However this is...
it is an important requirement of `pd` that we have maintain compatibility with gRPC-web clients. the https://github.com/penumbra-zone/web project depends upon [`connect-es`](https://github.com/connectrpc/connect-es/) to communicate with nodes via the gRPC-web protocol. to...
To create a validator, our docs recommend running `pcli validator definition template`, and then _manually editing the toml fields_. We can preserve that default behavior, but we should also support...
We currently have a [utility script](https://github.com/penumbra-zone/penumbra/blob/main/deployments/scripts/install-cometbft) designed to download and install a specific version of CometBFT for use with Penumbra, primarily in CI environments. This script is tailored to Linux...
**Is your feature request related to a problem? Please describe.** When a user downloads the precompiled macOS binaries from the Releases page, macOS will show a warning about untrusted software...