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
An issue was discovered where a connection between an ICS consumer chain cannot be established with a sovereign chain because the ICS consumer is missing the staking module on which hermes relies on to establish clients. The unbonding_period parameter of ICS chains cannot be accessed via queries. Sovereign chains (of which all have the staking module) can be queries by hermes in order to learn their unbonding_period param.
Closing criteria
ICS consumer chains have a query endpoint which can list their parameters. Hermes and other relayers must be able to access that endpoint.
It should be clearly documented that relayers should query the ICS consumer endpoint instead of the staking module endpoint.
Problem
An issue was discovered where a connection between an ICS consumer chain cannot be established with a sovereign chain because the ICS consumer is missing the
staking
module on whichhermes
relies on to establish clients. Theunbonding_period
parameter of ICS chains cannot be accessed via queries. Sovereign chains (of which all have thestaking
module) can be queries byhermes
in order to learn theirunbonding_period
param.Closing criteria
ICS consumer chains have a query endpoint which can list their parameters. Hermes and other relayers must be able to access that endpoint.
It should be clearly documented that relayers should query the ICS consumer endpoint instead of the staking module endpoint.
Problem details
More contexts can be found here
TODOs
The text was updated successfully, but these errors were encountered: