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

Include additional chain info for relayers #14

Open
cbrit opened this issue Mar 3, 2022 · 1 comment
Open

Include additional chain info for relayers #14

cbrit opened this issue Mar 3, 2022 · 1 comment
Labels
enhancement New feature or request relayer-feature

Comments

@cbrit
Copy link
Member

cbrit commented Mar 3, 2022

Covers 1B of #8

Fields not included in the chain registry chain.json:

  • websocket_addr
  • account_prefix
  • key_name (covered by key management PR)
  • max_block_size
  • clock_drift
  • max_block_time

Append these to the current ChainInfo struct or create a superstruct?

@cbrit cbrit added enhancement New feature or request relayer-feature labels Mar 3, 2022
@cbrit cbrit added this to the Initial Relayer Support milestone Mar 3, 2022
@AlianBenabdallah
Copy link

AlianBenabdallah commented Jul 29, 2022

Hi, do you have any update regarding this issue ?

Regarding the websocket_addr, it should be the rpc_addr suffixed by /websocket (source). This field could become optionnal in the future as the websocket interface is deprecated in Tendermint v0.36, and will be removed in v0.37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request relayer-feature
Projects
None yet
Development

No branches or pull requests

2 participants