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

There are four sub-tasks that could be performed under this header: - [x] block-level serial acceleration using roots (implemented in https://github.com/penumbra-zone/penumbra/pull/921) - [ ] epoch-level serial acceleration using roots -...

A-client
E-hard
A-TCT

In `pd`, we need to serialize and deserialize the frontier of the tree in a sidecar table in RocksDB. Currently we use the derived serde implementation for this, but that...

A-node
A-TCT

**Is your feature request related to a problem? Please describe.** Currently, the view service uses the Tendermint RPC's status endpoint to find out about what block height it should expect...

For #1095 and #1089 (maybe more?) we'll need to support flow crypto in-circuit: https://protocol.penumbra.zone/main/crypto/flow.html (see also #1058)

A-zkproofs

**Describe the bug** `pcli addr show --help` reports: ``` pcli-addr-show Show the address with the given index USAGE: pcli addr show [OPTIONS] [INDEX] ARGS: The index of the address to...

We need to check value commitment integrity in circuit - i.e. computing `C = v * G_v + blinding * H` and then checking the equality of C against the...

A-zkproofs

This ticket is for implementing a zk version of the `SpendProof`. It requires #711 such that `SpendProof`s can be generated in `pcli` and verified in `pd`. It also requires #714...

A-zkproofs

We need to verify TCT proofs of inclusion in circuit. This requires #714.

A-zkproofs