3 releases (breaking)
0.3.0 | Oct 20, 2023 |
---|---|
0.2.0 | Sep 14, 2023 |
0.1.0 | May 31, 2023 |
#6 in #sequencer
Used in sov-blob-storage
330KB
6.5K
SLoC
sov-sequencer-registry
module
The sov-sequencer-registry
module is responsible for sequencer registration, slashing, and rewards. At the moment, only a centralized sequencer is supported. The sequencer's address and bond are registered during the rollup deployment.
lib.rs
:
The sov-sequencer-registry
module is responsible for sequencer
registration, slashing, and rewards. At the moment, only a centralized
sequencer is supported. The sequencer's address and bond are registered
during the rollup deployment.
The module implements the sov_modules_api::hooks::ApplyBlobHooks
trait.
Dependencies
~7–24MB
~372K SLoC