cosmos / relayer

An IBC relayer for ibc-go
Apache License 2.0
390 stars 1.71k forks source link

fix: allow relaying based on first block #1451

Closed danwt closed 7 months ago

danwt commented 7 months ago

Old behavior:

The chain processor will only send block info to the path processor if the block is a 'new' block. It has the assumption that new blocks come frequently, so it does not consider the first block (highest at start time) a new block.

New behavior:

The chain processor will only send block info to the path processor if the block is a 'new' block. The first block is considered a new block