wormhole-foundation / wormhole

A reference implementation for the Wormhole blockchain interoperability protocol.
https://wormhole.com
Other
1.67k stars 690 forks source link

Ignore old observations where a quorum VAA is present in local DB #685

Closed leoluk closed 2 years ago

leoluk commented 2 years ago

When an observation arrives after the settlement timeout, ignore it.

This avoids spending extra CPU cycles when a node is re-observing very old observations during catchup.

leoluk commented 2 years ago

Ref #690