VolumeFi / paloma

The fast blockchain messenger protocol
Apache License 2.0
3 stars 2 forks source link

[Skyway] Raise the last individual observed event nonce for all validators once a nonce becomes observed #2159

Closed byte-bandit closed 2 months ago

byte-bandit commented 2 months ago

Once an event becomes observed, we can safely raise the last observed nonce for all validators. This could prevent validators from being stuck trying to get old events after being offline for awhile. Also, since the event is already observed, having more validators attesting to it is just wasteful.

taariq commented 2 months ago

Shipped with https://github.com/palomachain/paloma/pull/1288