mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Smash out the signer
Abstract, to be done for the transactions, the batches, the cosigns, the slash reports, everything. It has a minimal API itself, intending to be as clear as possible.
This commit is contained in:
13
Cargo.lock
generated
13
Cargo.lock
generated
@@ -8599,6 +8599,19 @@ dependencies = [
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serai-processor-frost-attempt-manager"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"hex",
|
||||
"log",
|
||||
"modular-frost",
|
||||
"rand_core",
|
||||
"serai-db",
|
||||
"serai-processor-messages",
|
||||
"serai-validator-sets-primitives",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serai-processor-key-gen"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user