Coordinator Batch signing test

This commit is contained in:
Luke Parker
2023-08-24 23:48:50 -04:00
parent d3093c92dc
commit 2702384c70
6 changed files with 443 additions and 186 deletions

View File

@@ -46,9 +46,9 @@ When the connected network has a new block, which is considered finalized
of confirmations), it's scanned.
Outputs to the key of Serai's multisig are saved to the database. Outputs which
newly transfer into Serai are used to build a `Batch` for the block. The
newly transfer into Serai are used to build `Batch`s for the block. The
processor then begins a threshold signature protocol with its key pair's
Ristretto key to sign the batch. The protocol's preprocess is sent to the
Ristretto key to sign the `Batch`s. The protocol's preprocess is sent to the
coordinator in a `coordinator::ProcessorMessage::BatchPreprocess`.
As a design comment, we *may* be able to sign now possible, already scheduled,