penumbra icon indicating copy to clipboard operation
penumbra copied to clipboard

Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.

Results 375 penumbra issues
Sort by recently updated
recently updated
newest added

draft, see #3995. related: * #4009 * #4010 * #4011

A-mock-consensus

## Describe your changes These changes are meant to be stacked on top of #3985, which implements the first set of three change sets defined in #3813. The changes in...

We had a few chain halts on the `v0.68.x` release series. As of `v0.69.0`, "channel-0" is the correct value for relaying to Osmosis testnet. Added mention of the slick new...

A-IBC
C-enhancement
A-docs

## High-level milestones: This is a WIP. I will edit the ticket as I go. 1. Layout the groundwork for a robust staking component - #2921 - #1480 - #1481...

_P-V1

**Describe the bug** The DEX is supposed to emit `PositionExecution` events as it executes. However, these events don't appear in the indexer. **To Reproduce** On `deimos-5`, I created a liquidity...

`block::Builder::execute` does not update the `TestNode` height. it should! so that we don't see logs like this when running tests: ``` 2024-03-12T16:06:19.179075Z TRACE penumbra_mock_consensus::abci: waiting for consensus service at crates/test/mock-consensus/src/abci.rs:32...

C-bug
A-mock-consensus

**Is your feature request related to a problem? Please describe.** You should only be able to claim swap outputs once. Instead, an attacker can construct a valid SwapClaim multiple times...

security
A-dex

### ๐Ÿ’ญ background and motivation currently, writing complete end-to-end integration tests for Penumbra is difficult. moreover, we don't have a better alternative strategy for testing the core `App` type. currently,...

C-enhancement
E-multi-week
A-mock-consensus

in #3588, we are building testing facilities for our `App`. we should write tests using the mock consensus engine that exercise the staking component. we should write a test (or...

A-mock-consensus

## Is your feature request related to a problem? Please describe. We need a way to request unbonding tokens from the view service, broken out by claimable and unclaimable tokens,...