palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
290 stars 136 forks source link

chore: jail validators with invalid balances #1192

Closed maharifu closed 2 months ago

maharifu commented 2 months ago

Related Github tickets

Background

If validators have invalid (or missing) balances, we jail them. Alternatively we could leave them out of the relayer pool, but this makes it more visible when something has failed.

For this mechanism to work properly, we need https://github.com/palomachain/pigeon/pull/399 to be merged as well.

Testing completed

Breaking changes