#module #rollup #sequencer #address #sovereign #hook #sov

sov-sequencer-registry

A Sovereign SDK module for registering rollup sequencers

3 releases (breaking)

0.3.0 Oct 20, 2023
0.2.0 Sep 14, 2023
0.1.0 May 31, 2023

#2 in #sequencer

Download history 5/week @ 2024-02-17 22/week @ 2024-02-24 2/week @ 2024-03-02 5/week @ 2024-03-09 11/week @ 2024-03-16 46/week @ 2024-03-23 35/week @ 2024-03-30 1/week @ 2024-04-06

82 downloads per month
Used in sov-blob-storage

MIT/Apache

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–27MB
~407K SLoC