Conor Schaefer
Conor Schaefer
**Is your feature request related to a problem? Please describe.** When I run `pcli query ibc channels` I want to compare client ids for the host (i.e. Penumbra) and counterparty...
We landed Dutch Auction support (#4196) recently, but the docs/guide don't reference it anywhere. We should write some explanation about how one can interact with dutch auctions and add those...
**Is your feature request related to a problem? Please describe.** As part of support for chain upgrades (#1804), we've started hosting minimal archives of post-migration state for late-joining nodes, e.g....
I appear to be unable to vote on a proposal that I submitted today: ``` ❯ pcli q governance list-proposals #2 ProposalState { state: Some(Voting(Voting)) } lower proposal voting duration...
**Is your feature request related to a problem? Please describe.** When preparing a chain upgrade, manual testing of upgrades is an arduous process. **Describe the solution you'd like** We should...
**Is your feature request related to a problem? Please describe.** We should emit ABCI events when governance proposals pass. Right now, we emit them when a proposal is _enacted_, but...
When submitting a governance proposal, there's a mandatory argument `--deposit-amount`, that expects an amount of `upenumbra`: ``` ❯ pcli --home ~/.local/share/pcli-devnet tx proposal submit --file proposal.toml --deposit-amount 100000 Scanning blocks...
To create a validator, our docs recommend running `pcli validator definition template`, and then _manually editing the toml fields_. We can preserve that default behavior, but we should also support...
**Is your feature request related to a problem? Please describe.** When a user downloads the precompiled macOS binaries from the Releases page, macOS will show a warning about untrusted software...
Our docs always live under `main` in the URL route for the guide: https://guide.penumbra.zone/main/pd/build.html However, we don't update those docs in line with releases, so the information on `main` is...