penumbra
penumbra copied to clipboard
Penumbra is a fully private proof-of-stake network and decentralized exchange for the Cosmos ecosystem.
Issue: Currently, project lacks comprehensive metrics for monitoring the performance of the Rust view server. Adding Prometheus metrics will provide valuable insights into the server's health, resource utilization, and request...
**Is your feature request related to a problem? Please describe.** Recently, the public RPC fell into a degraded state as someone made too many requests to it. In this case,...
a somewhat common "best practice" when operating services that expose prometheus metrics is to expose information about uptime. we should define a counter `pd_uptime_seconds`, and run a thread in the...
In https://github.com/penumbra-zone/penumbra/pull/3903 we fixed a bug regarding IBC timeouts, however we were not able to get any additional test coverage for confidence. Once #3588 is further along, it would be...
a somewhat common "best practice" when operating services that expose prometheus metrics is to expose information about the software version, and other build information. this makes dashboards more legible when...
the mock consensus engine should support the ability to add a validator after genesis. this will be a part of adding support for tests of the staking component. see #3588.
In #3690, we added a value circuit breaker to the dex component. The value circuit breaker maintains an aggregate `Balance` for the value held in liquidity positions. After handling a...
**Is your feature request related to a problem? Please describe.** Not sure if this is something we want to implement, but wanted to start the conversation. It's generally useful for...