You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2022. It is now read-only.
In v.0.34 the validators should be first sorted by voting power (descending), then by address (ascending). This is not properly documented in the tendermint/spec repo and in the tendermint-rpc, the requirement is only implemented in tendermint-go.
We need to update the documentation to reflect correct ordering requirements.