ocular icon indicating copy to clipboard operation
ocular copied to clipboard

Include additional chain info for relayers

Open cbrit opened this issue 2 years ago • 1 comments

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 avatar Mar 03 '22 15:03 cbrit

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.

AlianBenabdallah avatar Jul 29 '22 09:07 AlianBenabdallah