Shoaib Ahmed
Shoaib Ahmed
### Description Would be nice to have helper functions to generate conflicting light blocks. I am trying to test IBC misbehaviour handling and I need to generate two valid headers...
Version(s) of tendermint-rs: v0.23.x ### Description The `Client::genesis()` function currently returns the genesis app state as a `serde_json::Value` (https://github.com/informalsystems/tendermint-rs/blob/v0.23.5/rpc/src/client.rs#L232). It would be nice if the API users could decide the...
Trying to deploy the counter-example on testnet using the following commands -> ```sh $ cargo install -f beaker $ beaker --version beaker 0.1.7 $ beaker new counter-dapp # chose counter-example...