Missing store_connection_channels
after ExecutionContext
refactor
#479
Labels
A: breaking
Admin: breaking change that may impact operators
A: good-first-issue
Admin: good for newcomers
O: usability
Objective: aims to enhance user experience (UX) and streamline product usability
Milestone
Bug Summary
The function
got removed during the
ExecutionContext
refactor, butremains in
ValidationContext
.Details
Since
store_connection_channels
got removed fromExecutionContext
, I think there isn't a function any more that ties connections to (port, channel) pairs anymore, meaningconnection_channels
would always return an error.Version
ibc-rs v0.29.0 onwards.
The text was updated successfully, but these errors were encountered: