Add crate for the transaction-chaining Scheduler

This commit is contained in:
Luke Parker
2024-08-30 19:51:53 -04:00
parent 13b74195f7
commit fc765bb9e0
7 changed files with 64 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ exceptions = [
{ allow = ["AGPL-3.0"], name = "serai-processor-messages" },
{ allow = ["AGPL-3.0"], name = "serai-processor-key-gen" },
{ allow = ["AGPL-3.0"], name = "serai-processor-frost-attempt-manager" },
{ allow = ["AGPL-3.0"], name = "serai-processor-transaction-chaining-scheduler" },
{ allow = ["AGPL-3.0"], name = "serai-processor-scanner" },
{ allow = ["AGPL-3.0"], name = "serai-processor" },
{ allow = ["AGPL-3.0"], name = "tributary-chain" },