DimitrisJim
DimitrisJim
Raised during aliasing walkthrough. To not potentially have lingering packets for too long IIRC. Note mentions a minimum might make sense too. ____ #### For Admin Use - [ ]...
As opposed to key of the mapping being equal to the client identifier. This would also address https://github.com/cosmos/ibc-go/issues/7326 considering we can generate a `channelV2-{N}` identifier. ____ #### For Admin Use...
Raised during aliasing walkthrough. Constrain ChannelId to be equal to Counterparty.ClientID or construct channelId ourselves. ChannelId refers to [the field](https://github.com/cosmos/ibc-go/pull/7174/files#diff-38fcf7d0bda00fa751774262eddc07b580db7f6528031ef34930df24e1149f79R28) provided in `MsgProvideCounterparty`) ____ #### For Admin Use - [...
Raised during aliasing walkthrough. Could be done after https://github.com/cosmos/ibc-go/issues/7333 ____ #### For Admin Use - [ ] Not duplicate issue - [ ] Appropriate labels applied - [ ] Appropriate...
Raised during aliasing walkthrough. Rename the `Counterparty` type into a `ChannelV2`. Additional note here is moving this type into a `channel/v2` folder. ____ #### For Admin Use - [ ]...
Raised by @colin-axner in https://github.com/cosmos/ibc-go/pull/7174/files#r1752160538: > Lets initialize the packet sequence when setting the counterparty? This would allow us to remove the if's in send packet. I feel like calling...
Raised by @damiannolan in slack: > Also if a new transfer channel is created with eureka/v2 and the client id is being used rather than channel id, doesn't that mean...
Encountered during #6354 These two functions in `types/callbacks.go` seem like they should be able to be compined into a single function that uses table tests. ____ #### For Admin Use...
To be removed https://github.com/cosmos/ibc-go/issues/3984 and replaced with usage of `UpdateChannel`. Looking at comment https://github.com/cosmos/ibc-go/issues/3984#issuecomment-1619786112 and bringing it up to current context, can deprecate now and remove in v10 but leaving...
Was removed in https://github.com/cosmos/ibc-go/issues/5600. This issue is opened to keep track of the deprecation and decide on which version the error will be removed. ____ #### For Admin Use -...