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
Right now, every client has a universal client id such as client-0. This proposes letting an authority use custom client ids such as cosmoshub. Similar to PORT_CUSTOMIZER_ROLE in ICS26Router.sol.
Permissionless users would still be able to register their light clients using the universal client ids.
Constraints
The custom client ids must not be allowed to be prefixed with client- or channel-. They must go through the same string validation as port ids.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
Estimate provided
The text was updated successfully, but these errors were encountered:
Summary
Right now, every client has a universal client id such as
client-0
. This proposes letting an authority use custom client ids such ascosmoshub
. Similar toPORT_CUSTOMIZER_ROLE
inICS26Router.sol
.Permissionless users would still be able to register their light clients using the universal client ids.
Constraints
The custom client ids must not be allowed to be prefixed with
client-
orchannel-
. They must go through the same string validation as port ids.For Admin Use
The text was updated successfully, but these errors were encountered: