penumbra
penumbra copied to clipboard
Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
As of `v0.78.0` (#4582), the monorepo is still depending on `ibc-types` version `0.12.0`: https://github.com/penumbra-zone/penumbra/blob/v0.78.0/Cargo.toml#L156 We've merged some upstream work in ibc-types since, e.g. https://github.com/penumbra-zone/ibc-types/pull/88 & https://github.com/penumbra-zone/ibc-types/pull/84, the latter of which...
## Describe your changes Changes the token symbol from the old PEN to UM. There might be more cases of this in the docs, so keeping as a draft until...
# Summary Following the discussions and work from #4573, #4604, #4610, and #4611, Penumbra's builtin indexer should define and provide tables that allow for efficient querying of common data that...
other indexes include a mapping from block height to timestamp. add an app view that does _just_ that, as a stepping stone towards the views for block contents (#4674) and...
implement an app view indexing some basic metadata: > ### Block View (just 1 block's info) > - All LPs updates for a block, ideally with their b64 id. Aside...
implement an app view to view: > > - Count of LPs that have been opened/closed/withdrawn > - Batch swaps count for a block range -- we do not have...
implement an app view to index liquidity. > ### LP View > - Position Updates (open/close/withdraw) with their metadata, block number, tx hash, and ideally b64 position id > -...
implement an app view for "depth" charts. pricing information should come from the dex simulation service. both the buy and sell sides should be indexed, for single and "multi-hops". see...
implement an app view that indexes data from the candlestick function of the dex query service. both pair directions should be indexed. * https://github.com/penumbra-zone/dex-explorer/issues/25
implement an app view to view the information in `liquidityPositionsByPrice` calls. information from both sides (buy/sell) should be queryable. * https://github.com/penumbra-zone/dex-explorer/issues/25