penumbra
penumbra copied to clipboard
Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
Create unit tests to verify correctness of **non-zero** fees in the context of properly balancing transactions. There are a few cases to consider: - single large note > amount +...
- [x] https://github.com/penumbra-zone/penumbra/issues/2970 - [x] https://github.com/penumbra-zone/penumbra/issues/3194 - [x] https://github.com/penumbra-zone/penumbra/issues/3153 - [x] #3368 - [x] #3369 - [x] #3371 - [x] #3391 - [x] https://github.com/penumbra-zone/web/issues/308 - [x] https://github.com/penumbra-zone/web/issues/309 - [x] https://github.com/penumbra-zone/penumbra/issues/3164...
Following the work in #3460 to define protobuf event handling, it would be good to convert the existing events: > We should then replace all existing events defined in the...
**Is your feature request related to a problem? Please describe.** As of #4343, there is an option to encrypt the custody config file with a password such that it is...
**Is your feature request related to a problem? Please describe.** As part of support for chain upgrades (#1804), we've started hosting minimal archives of post-migration state for late-joining nodes, e.g....
**Goal** Automatically select price bands for the `pcli tx gradual dutch` command so that we can port it to minifront. **Context** Users can select GDA recipes based on the quantity...
**Is your feature request related to a problem? Please describe.** In the CometBFT ecosystem, an 'archive node' refers to a node that is running an from an old (pre-upgrade) genesis,...
While reviewing #4254, @hdevalence noticed that the `TriggerData` should encapsulate the validation boundary that it implicitly relies on. That way it can be reused in the action handlers and we...
**Describe the bug** ``` $ cargo run --release --bin pcli -- tx vote yes --on 2 Scanning blocks from last sync height 344159 to latest height 344298 [0s] ██████████████████████████████████████████████████ 139/139...
This issue is tracking completion of Dutch Auction for Penumbra: **Design doc and context:** https://hackmd.io/@hdevalence/B1RjyYJgR **Implementation plan:** We break the implementation into the following milestones: | Milestone | Deliverable |...