AlianBenabdallah

Results 17 comments of AlianBenabdallah

Nevermind, some of them enabled this interface but they used TLS.

> Great job @AlianBenabdallah ! It might be better to only discover the metrics which depend on the configuration `tx_confirmation = true` if the configuration is set. The metrics are...

> > > Great job @AlianBenabdallah ! It might be better to only discover the metrics which depend on the configuration `tx_confirmation = true` if the configuration is set. The...

- An IBC-go instance relays on only one path. - It is possible to have multiple wallets for a given chain. - IBC-go had a [REST API Server](https://github.com/cosmos/relayer/pull/323) which could...

Hi, do you have any update regarding this issue ? Regarding the `websocket_addr`, it should be the `rpc_addr` suffixed by `/websocket` ([source](https://docs.tendermint.com/master/rpc/)). This field could become optionnal in the future...

@adizere I am looking at Osmosis' [genesis file](https://media.githubusercontent.com/media/osmosis-labs/networks/main/osmosis-1/genesis.json) and there is no `max_expected_time_per_block`. ``` "connection_genesis": { "connections": [], "client_connection_paths": [], "next_connection_sequence": "0" }, ``` Should we use a default value...

Is there any update regarding this issue ? In order to implement a new feature for Hermes, we need to retrieve a `grpc_address`. It looks like [`get_chain_config()`](https://github.com/PeggyJV/ocular/blob/26e6aecc832189782117a79b1e48aa22d6a3ccbc/ocular/src/registry/chain.rs#L125) could provide a...