Implement SeraiAddress <-> Participant mapping and add RemoveParticipant transactions

This commit is contained in:
Luke Parker
2025-01-15 12:51:35 -05:00
parent bea4f92b7a
commit 167826aa88
9 changed files with 125 additions and 79 deletions

2
Cargo.lock generated
View File

@@ -8318,6 +8318,7 @@ dependencies = [
"blake2",
"borsh",
"ciphersuite",
"dkg",
"env_logger",
"frost-schnorrkel",
"hex",
@@ -8387,6 +8388,7 @@ version = "0.1.0"
dependencies = [
"bitvec",
"borsh",
"dkg",
"futures",
"log",
"parity-scale-codec",