George
George
## Summary Currently the response type url of an interchain-query is hard coded to `/stride.interchainquery.v1.MsgSubmitQueryResponse` in https://github.com/informalsystems/hermes/blob/d9296b550d1142b2d10a8af0e3a18661379b38ce/crates/relayer-types/src/applications/ics31_icq/response.rs#L10C29-L10C78 ## Problem Definition Which results in anyone trying to use icq from a...
**Problem** A node can be `catching_up:false` yet when `/status?` is inspected the `latest_block_time` can be behind the current time. **Symptoms** This causes issues when trying to monitor missed blocks, since...
## Proposed changes Adds client functionality to be able to claim validator commissions. ## Issues Links to any issues resolved. ## Types of changes What types of changes does your...
## Summary of Bug Unable to query a granter/grantee for authz grants: https://rest.cosmos.directory/stride/cosmos/authz/v1beta1/grants?granter=stride1cvncg08uc6nxuem2w2wkkd74kd4n6gzf4q94vd&grantee=stride1f49xq0rmah39sk58aaxq6gnqcvupee7jaxxgcr Which returns: `{ "code": 2, "message": "runtime error: invalid memory address or nil pointer dereference: panic", "details":...