palomachain / paloma

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

fix: sort validators with same score by address #1235

Closed maharifu closed 3 months ago

maharifu commented 3 months ago

Related Github tickets

Background

We need to ensure validators are ordered even if they have the same score, otherwise the result might not be deterministic.

Testing completed

Breaking changes