Henry de Valence
Henry de Valence
As described in #4320, > Use that data to populate the view server's gas prices RPC response (instead of the current Vec::new stub that reports any alt fee tokens as...
As described in #4320, > Record the gas_prices data for alt fee tokens that is newly included in the CompactBlock in the view server's storage (probably in a new gas_prices...
**Describe the bug** Two compounding errors during development led to pcli depending on all of rocksdb: 1. `pcli` imports the entire `app` crate in order to run stateless checks before...
Following the work in #3460 to define protobuf event handling, it would be good to convert the existing events: > We should then replace all existing events defined in the...
**Describe the bug** ``` $ cargo run --release --bin pcli -- tx vote yes --on 2 Scanning blocks from last sync height 344159 to latest height 344298 [0s] ██████████████████████████████████████████████████ 139/139...
**Is your feature request related to a problem? Please describe.** In the instructions to join a testnet, the pd start invocation should suggest to use the argument that makes it...
**Is your feature request related to a problem? Please describe.** Each component executes in sequence at the beginning and end of a block. It would be useful to have information...
**Describe the bug** Running `pcli init --help` describes a `validator-governance-subkey` command that's only relevant for validators. We already have a place for commands that are only relevant for validators, namely...
As described in #4320, > Change the pcli tx command so that the existing `--fee-tier` and a new `--fee-token` parameters move to `pcli tx`, and apply to all subcommands (i.e.,...
**Is your feature request related to a problem? Please describe.** It would be useful to know how long CheckTx takes, and report this info with Grafana. **Describe the solution you'd...