Skip to content
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: Make relayers configurable from config #184

Closed
Anmol1696 opened this issue Aug 24, 2023 · 2 comments · Fixed by #185
Closed

feature: Make relayers configurable from config #184

Anmol1696 opened this issue Aug 24, 2023 · 2 comments · Fixed by #185

Comments

@Anmol1696
Copy link
Collaborator

Overview

Configs for relayers should be configureable from the config file itself.

Proposal

Similar to exposing the scripts and genesis for chains, we can expose the config files be overwritten or even exposed via the relayer directive.

Implementation

TBD

@Anmol1696
Copy link
Collaborator Author

Need to expose this: https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/relayers/hermes/configmap.yaml

The issue here is chain and non-chain part.

Maybe we can have full config overrides available via config file. The issue is, toml config might have to be exposed as yaml config, that is then merged with the configuration of the relayers. (Note only hermes config is in TOML, all other relayers have yaml compatible configurations)

As a user, i would want to make the setup directly into the config file, relayer directive.

@Anmol1696
Copy link
Collaborator Author

Only needed for hermes relayer for now, that too for non chain specific values.
Chain specific values should still be derived from chain values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant