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
this is a requirement from DeX, which seek to deploy two instances of Hermes, the first using a certain predefined list of channel that are critical and high-value, and a second which will avoid relaying on (by blacklisting) critical channels, and may additionally blacklist channels that pose any risk
The two feature exclude each other -- only one (either allow or deny) can be configured for each chain specified in the config file.
Behavior specification should be allowed for the relayer. Here are some examples:
relaying strategy, e.g. polling vs notification driven
path filtering, e.g. only relay from A to B, over one or more connections/ channel, or maybe all, or all except one or more connections/ channels, etc.
Proposal
Create a specification for behavior and path filtering language. This is to be used in the configuration file and/ or maybe relayer commands, for example if filtering is adjusted at runtime.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
ancazamfir
changed the title
Filtering language specification for the relayer configuration file
Filtering and behavior specification for the relayer configuration file
May 20, 2020
adizere
changed the title
Filtering and behavior specification for the relayer configuration file
Filtering initial requirements and design
Jun 30, 2021
Summary & proposal
Requirements from the Osmosis launch as well as the DeX launch helped us identify two specific use-cases for filtering:
The two feature exclude each other -- only one (either allow or deny) can be configured for each chain specified in the config file.
Original summary & proposal
The IBC relayer has a configuration file that is used to identify chains, relaying "paths", etc. A preliminary proposal is included in https://github.com/informalsystems/ibc-rs/blob/master/docs/architecture/adr-002-ibc-relayer.md
This issue is to create a proper specification for relayer behavior.
Behavior specification should be allowed for the relayer. Here are some examples:
Proposal
Create a specification for behavior and path filtering language. This is to be used in the configuration file and/ or maybe relayer commands, for example if filtering is adjusted at runtime.
For Admin Use
The text was updated successfully, but these errors were encountered: