Skip to content

Make validator session id fully sequential #1013

@Rexagon

Description

@Rexagon

Validator session ID is now a tuple of some monotonically increased seqno and validators subset hash. We cannot always compare two IDs and say that one was before another. It causes some strange workarounds in slasher and will probably break when we start to rotate subsets. The subset hash part should be replaced by some other monotonically increased seqno (like the number of subset rotations).

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions