Henry de Valence
Henry de Valence
**Is your feature request related to a problem? Please describe.** Currently, the Rust view server implementation gives an unhelpful error message on insufficient funds: ``` status: Unavailable, message: "error fetching...
**Is your feature request related to a problem? Please describe.** In the presence of nonzero fees, there's no way to use `pcli tx send` to "send max". However this is...
**Is your feature request related to a problem? Please describe.** Now that we have governance support, we should write tests that exercise the governance code. These tests should be written...
### Description A light client wishing to verify a Tendermint header must check that the purported header has valid signatures from a 2/3+1 stake weight coalition. The current implementation (as...
**Is your feature request related to a problem? Please describe.** Currently, there's not an easy way to collect data on how much fees each position is earning. For instance, https://dex.penumbra.sevenseas.capital/lp/plpid1c3suelz9xyc4hwh6s0375xrwjkgq9f57z28sy95aj4q6cqu4tjcsfjx8jn...
**Describe the bug** The full node tutorial in the guide doesn't describe how to use the auto https functionality. Ideally someone who follows the tutorial should get an HTTPS endpoint...
**Is your feature request related to a problem? Please describe.** Long, long ago, Penumbra attempted to do "shaping" of JSON (e.g., encoding an address as a string). This was quickly...
### Summary Would it be possible to use `u128`s or `Uuid`s as node IDs? Mainly I'm wondering whether this would be "probably not possible without significant changes" or "might be...