penumbra
penumbra copied to clipboard
Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
Resolves #1280.
This is in response to a long-outstanding comment in the `pcli` code that we should make it harder to accidentally spill your seed phrase when copying console output. This fixes...
Draft towards #450
Draft towards #450
Resolves #658.
The `Tally::evaluate` function in the governance component has not been comprehensively tested, and @avahowell and I observed a confusing and unexpected proposal vote failure (when it should have passed). This...
Per @hdevalence: > the voting power is measured in units of "stake that has been bonded from genesis with 0 commission and no slashing" ... we should change the math...
To handle inbound IBC transfers, we want to cause corresponding notes to be minted. We already have a mechanism for this, in the form of the "commission amounts": https://github.com/penumbra-zone/penumbra/blob/main/component/src/shielded_pool/component.rs#L573-L583 This...
This issue is about designing the software architecture that will enable web-based wallets or other applications that interact with Penumbra. # Goals ### We want to be able to support...