Luca Joss
Luca Joss
Many CLI have a debug log which contains all the options given, but not all of them have this log. Should we have this log for every CLI or remove...
Great job! Some unit-tests for the the new command `hermes config auto` would be great.
> > 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...
> @ljoss17 I just found a detailed tutorial by the IBC-go team on fee-enabled ft-transfers. Hope it proves useful in reviewing or understanding ICS29! > > https://github.com/cosmos/ibc-go/wiki/Fee-enabled-fungible-token-transfers Awesome, thank you!...
The current `hermes keys balance` command was introduced with this PR, https://github.com/informalsystems/hermes/pull/2232. As I recall the idea was to output the balance of the token used for gas, as the...
Emitting `upgrade_chain` events should be released with `ibc-go v7.0.0` early 2023
A workaround for the case of the channel upgrade tests is to query the channel with `IncludeProof::Yes`, this will enforce a new query instead of using the cache: https://github.com/informalsystems/hermes/blob/master/crates/relayer/src/chain/handle/cache.rs#L313
Hi @george-aj thanks for opening this issue. What is the chain or chains which are triggering the failure you posted ?
Is it correct that the chain emitting the ICQ uses other protos than these ones https://github.com/Stride-Labs/stride/tree/v11.0.0/proto/stride/interchainquery/v1 ? If so, would it be possible to see what protos it uses ?
Current status: * Gaia: will maybe enable the module for `v10` * Osmosis: will wait for channel upgradability * Stride: probably in an upcoming upgrade. Not the following one, but...