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

## Describe your changes This introduces changes to rotate Noble addresses based on an incrementing sequence number, as well as renames the `pcli tx register-forwarding-account` command as `pcli view noble-address`...

pr-needs-testing

**Is your feature request related to a problem? Please describe.** Building on #4857, now that we have a basic implementation of Noble forwarding address registration, they should be rotated automatically...

Someone running `pindexer` for the first time reported a first-run error, which read: ``` Error: error returned from database: relation "block_details" does not exist ``` Any `pindexer` instance requires two...

via Gabe: > The web team wants to build an "unshield page" in the Dex Explorer v2 that uses the Skip API to "unwind" tokens automatically to the users chosen...

A-IBC
C-enhancement

After attempting a UI for LP positions in https://github.com/penumbra-zone/web/pull/1786, there are some changes to [LiquidityPositionsResponse](https://buf.build/penumbra-zone/penumbra/docs/main:penumbra.core.component.dex.v1#penumbra.core.component.dex.v1.LiquidityPositionsResponse) that would make it easier to create LP-related UI's. ### Proposal ```diff message LiquidityPositionsResponse {...

needs-refinement

Most Cosmos assets have the standard 10^6. The `position replicate linear` command works well for those assets. USDY is a yield bearing stable coin with `10^18. allBTC is an aggregated...

needs-refinement

This bugfix (linked below) needs a unit test. It can be triggered by having a Metadata object where the list of units is not sorted. The previous code is incorrect...

_P-V2
A-testing
_P-high

We should get to parity with: https://github.com/penumbra-zone/dex-explorer/blob/2b70ae60529284309f8748f6ca6a154a2bab82a9/src/pages/api/ohlc/%5B...params%5D.ts

A-indexing

Original comment: > This doesn't fix problems with argument parsing, a lot of pcli arguments specify denoms and have the string parsing done inside clap, which has to be stateless....

A-client
_P-V2

During a migration, pd migrate should avoid being run against the wrong version of state by checking the version of the state is expected before performing a migration. this would...

_P-V2
_P-high
A-upgrades