docs.rs failed to build sov-sequencer-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
sov-sequencer-0.2.0
Sov-Sequencer
Simple implementation of based sequencer generic over batch builder and DA service.
Exposes 2 RPC methods:
sequencer_acceptTxwhere input is supposed to be signed and serialized transaction. This transaction is stored in mempoolsequencer_publishBatchwithout 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:
After some time, processed transaction should appear in logs of running rollup