serai-coordinator-substrate

Crates.ioserai-coordinator-substrate
lib.rsserai-coordinator-substrate
version0.1.0
sourcesrc
created_at2024-12-31 15:40:27.255465+00
updated_at2024-12-31 15:40:27.255465+00
descriptionSerai Coordinator's Substrate Scanner
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/coordinator/substrate
max_upload_size
id1500131
size26,044
Luke Parker (kayabaNerve)

documentation

README

Serai Coordinate Substrate Scanner

This is the scanner of the Serai blockchain for the purposes of Serai's coordinator.

Two event streams are defined:

  • Canonical events, which must be handled by every validator, regardless of the sets they're present in. These are represented by serai_processor_messages::substrate::CoordinatorMessage.
  • Ephemeral events, which only need to be handled by the validators present within the sets they relate to. These are represented by two channels, NewSet and SignSlashReport.

The canonical event stream is available without provision of a validator's public key. The ephemeral event stream requires provision of a validator's public key. Both are ordered within themselves, yet there are no ordering guarantees across the two.

Commit count: 1753

cargo fmt