Have the Tributary scanner yield DKG confirmation signing protocol data

This commit is contained in:
Luke Parker
2025-01-15 15:15:38 -05:00
parent f36bbcba25
commit 8b52b921f3
4 changed files with 118 additions and 11 deletions

View File

@@ -229,7 +229,11 @@ create_db!(
db_channel!(
CoordinatorTributary {
// Messages to send to the processor
ProcessorMessages: (set: ValidatorSet) -> messages::CoordinatorMessage,
// Messages for the DKG confirmation
DkgConfirmationMessages: (set: ValidatorSet) -> messages::sign::CoordinatorMessage,
// Topics which have been explicitly recognized
RecognizedTopics: (set: ValidatorSet) -> Topic,
}
);