Crates.io | sov-sequencer |
lib.rs | sov-sequencer |
version | 0.3.0 |
source | src |
created_at | 2023-09-14 13:37:59.279731 |
updated_at | 2023-10-20 17:05:24.357647 |
description | A simple implementation of a sequencer for Sovereign SDK rollups |
homepage | https://www.sovereign.xyz |
repository | https://github.com/sovereign-labs/sovereign-sdk |
max_upload_size | |
id | 972667 |
size | 28,275 |
Simple implementation of based sequencer generic over batch builder and DA service.
Exposes 2 RPC methods:
sequencer_acceptTx
where input is supposed to be signed and serialized transaction. This transaction is stored in mempoolsequencer_publishBatch
without any input, which builds the batch using batch builder and publishes it on DA layer.Please see demo-rollup
README.
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