palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
291 stars 135 forks source link

chore: update skyway validator nonces #1288

Closed maharifu closed 2 months ago

maharifu commented 2 months ago

Related Github tickets

Background

When a claim is set to observed, update all validator nonces if they have a lower last observed nonce.

NOTE: This only takes effect when a claim is successfully attested to. The validators currently stuck will remain on their current nonces until a claim is processed. To get them unstuck, we need https://github.com/VolumeFi/paloma/issues/2160

Testing completed

Breaking changes