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
Add support in Hermes for filtering based on client state threshold. Concretely, with such a filtering feature, Hermes should undertake no activity on a client, connection or channel if the client on any end has a trust threshold different than a predefined allowed one.
Initially, we'll parametrize Hermes with a threshold of numerator == 1 && denominator == 3.
Hermes will ignore any activity involving a client that has a trust threshold different than this.
Problem Definition
For Gravity DeX production use.
Proposal
Acceptance Criteria
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
ibc-relayer
Summary
Add support in Hermes for filtering based on client state threshold. Concretely, with such a filtering feature, Hermes should undertake no activity on a client, connection or channel if the client on any end has a trust threshold different than a predefined allowed one.
Initially, we'll parametrize Hermes with a threshold of
numerator == 1 && denominator == 3
.Hermes will ignore any activity involving a client that has a trust threshold different than this.
Problem Definition
For Gravity DeX production use.
Proposal
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: