You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both ConnOpenInit and ChanOpenInit emit the counterparty connection/channel id even though they will both be empty in this stage. This can be removed (or deprecated and then removed)
It makes sense to see how the relayers use this, if they do. Deprecation would make more sense if removing this would cause their api to break (though I doubt it)
Both ConnOpenInit and ChanOpenInit emit the counterparty connection/channel id even though they will both be empty in this stage. This can be removed (or deprecated and then removed)
https://github.com/cosmos/ibc-go/blob/main/modules/core/04-channel/keeper/events.go#L21
https://github.com/cosmos/ibc-go/blob/main/modules/core/03-connection/keeper/events.go#L17
The text was updated successfully, but these errors were encountered: