Document the processor/tributary/coordinator/serai flow

This commit is contained in:
Luke Parker
2023-04-25 15:05:58 -04:00
parent 78d5372fb7
commit 7824b6cb8b
5 changed files with 256 additions and 5 deletions

View File

@@ -99,6 +99,8 @@ async fn handle_block<D: Db, Pro: Processor>(
// TODO: We can also full slash if shares before all commitments, or share before the
// necessary preprocesses
// TODO: If this is shares, we need to check they are part of the selected signing set
// Store this data
let received =
TributaryDb::<D>::set_data(label, &mut txn, genesis, id, attempt, signed.signer, &bytes);