Test validator set's voting on a key

Needed for the in-instructions pallet to verify in-instructions are
appropriately signed and continue developing that.

Fixes a bug in the validator-sets pallet, moves several items from the pallet
to primitives.
This commit is contained in:
Luke Parker
2023-03-30 20:24:11 -04:00
parent 9615caf3bb
commit 1610383649
10 changed files with 186 additions and 65 deletions

1
Cargo.lock generated
View File

@@ -10895,6 +10895,7 @@ dependencies = [
"scale-info",
"serai-primitives",
"serde",
"sp-core",
"zeroize",
]