Add processor/scheduler/utxo/primitives

Includes the necessary signing functions and the fee amortization logic.

Moves transaction-chaining to utxo/transaction-chaining.
This commit is contained in:
Luke Parker
2024-09-01 00:01:01 -04:00
parent fc765bb9e0
commit bd277e7032
12 changed files with 240 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ exceptions = [
{ 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-utxo-primitives" },
{ 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" },