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
The packet server for eureka uses channel terminology when it is actually referencing clients. Maybe this will be more useful when channel aliasing is added, but I would recommend renaming ErrChannelNotFound to ErrCounterpartyNotFound and sourceChannel to be sourceClient. The latter may be affected by channel aliasing
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Please use feat/ibc-eureka and the packet server that Colin refers to it's the folder packet-server in core. ErrChannelNotFound is part of 04-channel, so instead of renaming it I would use instead ErrClientNotFound that already exists in 02-client.
Summary
The packet server for eureka uses channel terminology when it is actually referencing clients. Maybe this will be more useful when channel aliasing is added, but I would recommend renaming
ErrChannelNotFound
toErrCounterpartyNotFound
andsourceChannel
to besourceClient
. The latter may be affected by channel aliasingFor Admin Use
The text was updated successfully, but these errors were encountered: