Shoaib Ahmed
Shoaib Ahmed
Since ICS24 requires host state machines to store commitments to event logs, should we define a standard store path for the commitment? > The host state machine **MUST** provide an...
Google music shows chrome cast devices in the options to cast the audio. Is it possible to add gmediarenderer device in that list?
**What is the problem you want to solve and can not with the current version?** Very cool project! Thank you for the awesome work you guys are doing! 🥇 I...
## Crate ibc ## Summary We currently don't have unit tests for verification methods. While the `ics23` crate functions are tested (in that crate), we still need tests for our...
ICS-2 [treats `Height` as an opaque type](https://github.com/cosmos/ibc/blob/master/spec/core/ics-002-client-semantics/README.md#height) defined by a client type, while [ICS-7 describes the `Height`](https://github.com/cosmos/ibc/blob/master/spec/client/ics-007-tendermint-client/README.md#height) as we currently know it. We currently assume that all clients will use...
## Summary - [ ] Clarify the need for trait object safety in the `Router` API? - [ ] How do we model `ModuleEvent` in a chain-agnostic fashion? (see https://github.com/informalsystems/ibc-rs/pull/1838#discussion_r809224893)...
## Summary Evaluate if and how the MBT test suite can be re-enabled. (See also https://github.com/cosmos/ibc-rs/issues/30 and https://github.com/cosmos/ibc-rs/issues/29.) ## Acceptance Criteria - [ ] Re-enable MBT tests, **OR** - [...
## Summary This is the follow-up issue for PR informalsystems/hermes#2483. - [ ] Use the downcast-rs crate - This will allow us to remove the `AsAny` and `AsAnyMut` code we...
This is an attempt to identify all ibc-rs issues that are required/relevant for a complete implementation of the various phases of the basecoin application as described in informalsystems/hermes#1. ## Phase...
- [ ] How should the SDK and IBC proto versions be determined? - [ ] Changes that need to be made to ibc-rs's proto-compiler. - [ ] Patching prost...