Damian Nolan
Damian Nolan
From reading the specification for [ICS004 Channel Upgrades](https://github.com/cosmos/ibc/blob/master/spec/core/ics-004-channel-and-packet-semantics/UPGRADES.md) I found there to be no mention of what may happen to any number of packets that may try to be sent...
## Summary Implement a CLI query for `EndBlocker` emitted events. When debugging an integration issue associated with #13389 I faced the problem of having no simple way to query for...
## Summary Add support for test `sdk.Context` to be able to mount any number (and supported type - key, transientKey, memKey) of keys on the `cms` before creating and returning...
## Summary / Feature Request Add support for ibc client updates using the hyperspace relayer implementation. Essentially, implement this: https://github.com/strangelove-ventures/interchaintest/blob/main/relayer/hyperspace/hyperspace_commander.go#L224-L226
## Summary Dependabot is currently opening multiple PRs for updating dependencies in separate go mods across the repo. It should be possible to consolidate changes into a single PR or...
## Description This PR is work in progress. I can try to cherry-pick some smaller parts of functionality to PRs when ready for review. - Adds the Initial scaffolding for...
## Description This PR is work in progress and uses stub data queried from mainnet rpc endpoints. --- Before we can merge this PR, please make sure that all the...
## Description This test demonstrates both unmarshalling to and from packet data v1 -> v2 and packet data v2 -> v1 successfully. ``` go test -v -run TestUnmarshalPacketData ``` ---...
## Summary Historically light client modules have had a very open ended code structure with most if not all code existing within `package types` or since ibc-go/v7 within the root...
Add apis to allow for registering/adding routes of both ibc applications and lightclient modules through the `IBCKeeper` as one logical point. I'm not sure this is the ideal approach but...