-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature gap between Hermes and Go relayer #837
Comments
fwiw rly testnets was designed for the early IBC testnet era and may want redesign or scrapping. The facuet similar. The genesis command was for me testing how to pull consensus params out of the genesis file and doesn't have any special usage. |
Two other features that I think are missing:
For the first feature, if I run For the second feature, if I run A couple good points to keep in mind if implementing these features. There are many times users may not want to reuse the same identifiers, an override option should be provided. I find a flag is not sufficiently explicit enough for this functionality. The override should likely be an argument. Users should be aware they are reusing or creating new clients/connections/channels but reusing should always be recommended as the default. Ensure that clients without a Status of |
Hermes dev is increasingly driven by relayer operators needs (Cephalopod, Gravity DeX). |
Crate
relayer
Summary
This issue is to identify the missing features and guide hermes planning.
(cc @colin-axner)
Problem Definition
As support for Go relayer will be reduced over the next months/ year we should ensure we close the feature gap in hermes.
Proposal
rly api
) Hermes management, API specification and implementation (bootstrap) #843rly chains
). Can query, remove and add (by specifying a file)rly config
). Can print, create a default, add chains, connections and paths to the configuration file.rly testnets
). Listens for token requests (faucet
) and requests tokens from faucets (request
)rly dev genesis
)(WIP)
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: