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

The staking component has minimal event indexing (delegate and undelegate as of now). Similarly to #3645 we should enumerate useful events to index (state transitions and such) and implement.

A-staking
E-easy
_P-low

**Describe the bug** A recent smoke test run took 16 minutes. Previously, we had it running in 4-6 minutes. We should identify why it takes so much longer and find...

A-CI/CD
_P-medium

This is my little contribution to the community Testnet guide simplified link: https://github.com/Whizzy6868/Penumbra-Testnet.git Get started on Penumbra

**Describe the bug** Look at the following output: ``` ~/c/p/penumbra3 ((v0.66.0)|✔) $ cargo run --release --bin pcli -- q dex arb-execution --height 4645 Finished release [optimized] target(s) in 0.28s Running...

we recently converted witnessAndBuild and authorizeAndBuild from unary requests to streaming requests, to allow the client to display progress data to the user this isn't important to every use-case, and...

_P-low

Once we track and aggregate a proposer's cumulative tip revenue for an epoch, we will be able to actually disburse that amount to the proposer.

_P-medium

When a transaction is executed, we should accumulate the proposer tip.

_P-medium

The distribution component should offer an API that can be used to track the cumulative value of a proposer's tips during an epoch.

_P-medium

**Is your feature request related to a problem? Please describe.** With #3703, we fleshed out a SCT component that supports managing epochs and block height/timestamps. This unlocks follow-up work on...

A-node
_P-medium

We observed a breaking change in the local dev env for [web extension](https://github.com/penumbra-zone/web) development this morning, caused by merge of https://github.com/penumbra-zone/penumbra/pull/3679. Although that PR passed smokes and even manual testing...

A-node
C-bug
_P-low