penumbra
penumbra copied to clipboard
Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
**Describe the bug** ```shell $ pcli query chain info Chain Info: Current Block Height 36736 Current Epoch 1 Total Validators 37 Active Validators 33 Inactive Validators 4 Jailed Validators 0...
**Describe the bug** `pcli q dex simulate` doesn't work **To Reproduce** Steps to reproduce the behavior: Running `pcli q dex simulate --into usdc 250penumbra` always output ```shell Scanning blocks from...
**Describe the bug** The full node tutorial in the guide doesn't describe how to use the auto https functionality. Ideally someone who follows the tutorial should get an HTTPS endpoint...
**Describe the bug** When using an algorithm that dynamically changes the FMD parameters, the updated FMD parameters are not provided in the compact block. **To Reproduce** Steps to reproduce the...
https://github.com/penumbra-zone/penumbra/blob/e13cd3b8d788c1b71b2e02099baaf4c8a2428f53/crates/core/component/shielded-pool/src/fmd.rs#L110 In the case that there have been an estimated 0 clues over the past window, the targeted precision should be `0` (detect all clues) and not `1` (detect 50%...