2 unstable releases

0.3.0 Oct 20, 2023
0.2.0 Sep 14, 2023

#1716 in Database interfaces

Download history 10/week @ 2024-02-23 6/week @ 2024-03-01 2/week @ 2024-03-15 70/week @ 2024-03-22 21/week @ 2024-03-29 2/week @ 2024-04-05

93 downloads per month

MIT/Apache

300KB
6K SLoC

Sov-Sequencer

Simple implementation of based sequencer generic over batch builder and DA service.

Exposes 2 RPC methods:

  1. sequencer_acceptTx where input is supposed to be signed and serialized transaction. This transaction is stored in mempool
  2. sequencer_publishBatch without any input, which builds the batch using batch builder and publishes it on DA layer.

Submit transactions

Please see demo-rollup README.

Publish blob

In order to submit transactions to DA layer, sequencer needs to publish them. This can be done by triggering publishBatch endpooint:

./target/debug/sov-cli publish-batch http://127.0.0.1:12345

After some time, processed transaction should appear in logs of running rollup

Dependencies

~41–55MB
~1M SLoC