relayer icon indicating copy to clipboard operation
relayer copied to clipboard

An IBC relayer for ibc-go

Results 75 relayer issues
Sort by recently updated
recently updated
newest added

Connection and Channel initialization in IBC is a 4 step handshake process involving an `Init` `Try` `Ack` and `Confirm` step. It is possible to experience a failure at any step...

T: Enhancement
C: CLI

https://github.com/cosmos/relayer/blob/main/CODE_OF_CONDUCT.md references [[email protected]](mailto:[email protected]) as the contact point, which should be updated to something more relevant. Most likely there is other bitrot in the documentation and it should be updated to...

- relayer should have CLI method to get the upgrade try tx (for permissioned case, where that try tx needs to be broadcasted by the actor (gov, dao, authority) -...

Closes: https://github.com/cosmos/relayer/issues/1187

Gaia will be upgrading soon to add the liquid staking module ([context](https://www.mintscan.io/cosmos/proposals/790)). This manifests itself in changes to the core SDK staking and distribution module's, and will live on a...

## Networks Affected Juno, CosmosHub, and Noble ## Background On these networks the x/globalfee module allows fee-less relaying up to 1mil gas. Validators set their configs to be 0native for...

This is just an idea but it would be cool: As a user I would like to deposit tokens into a relayer account once and then have the relayer automatically...

The relayer's config file has grown quite a bit and there are a lot of fields whose purpose/meaning may not be immediately clear to users. I think it would be...

good first issue
C: Documentation

## Problem To detect low balances, we have to join other metrics with `cosmos_relayer_wallet_balance` to get the exponent. If we forget to add the joined metrics, we may miss low...

which makes it easy to have a compatible json-rpc interface which covers cosmos transactions, the conversion logic could be handle in relayer or call via API.