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

closes https://github.com/dymensionxyz/go-relayer/issues/22

on [v2.5.1](https://github.com/cosmos/relayer/releases/tag/v2.5.1) and at least also [v2.5.0](https://github.com/cosmos/relayer/releases/tag/v2.5.0), i have a synced osmosis and celestia private RPCs being queried but showing `Reached max retries querying for block` even for very recent...

close #1429 --- Description: - Add balances cmd to query multi chain balances - Example query: ``` rly q balances cosmoshub osmosis rly q balances cosmoshub osmosis --key-name=test ``` -...

The go relayer has a lot of overrides when it comes to creating a client (`--client-tp`, `--client-unbonding-period`, `--max-clock-drift`, ect). But it's missing one... `trust_level`. I ran into this issue recently...

T: Enhancement
C: CLI
C: Relayer

I would like to understand what is causing this error, thanks

Hello, I'm trying to configure GenesisL1 relayer to Osmosis but I'm getting some problems. Default coint type in chain registry is 118, but on chain is 60 (so maybe chain...

In the function [`sendBatchMessages`](https://github.com/cosmos/relayer/blob/11b7de318b5527b0f097475df1865fe472f76ff1/relayer/processor/message_processor.go#L423), there is a logic to prepend `mp.msgUpdateClient` to the beginning of the batch. However, in cases where `needsClientUpdate` is false, `msgUpdateClient` will be `nil`. This can...

Might be worth adding websocket support in rly. PathProcessor is able to consume duplicate events, so CosmosChainProcessor could potentially do both existing RPC poll + websocket stream for speed+reliability