heliaxdev / hermes

IBC Relayer in Rust
https://hermes.informal.systems
Apache License 2.0
5 stars 10 forks source link

Fix CompatMode #9

Closed yito88 closed 1 year ago

yito88 commented 1 year ago

Hermes subscribes Tendermint NewBlock event and cleans pending packets up every clear_interval blocks. For this bug, when a new block has items incompatible with v0.34, the NewBlock event cannot be decoded. That's why Hermes doesn't clean up pending packets.