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
Currently, this implementation supports light client types such as 07-tenderemint. This means all our light client id's are prefixed by these types such as 07-tendermint-0. This makes it harder to iterate over all light clients. We should use a universal ids so that client ids are client-0, client-1, ...
We should also make sure that a user can iterate over them by having public access to the latest client number.
The text was updated successfully, but these errors were encountered:
Currently, this implementation supports light client types such as
07-tenderemint
. This means all our light client id's are prefixed by these types such as07-tendermint-0
. This makes it harder to iterate over all light clients. We should use a universal ids so that client ids areclient-0
,client-1
, ...We should also make sure that a user can iterate over them by having public access to the latest client number.
The text was updated successfully, but these errors were encountered: