Move validator-sets from Key to (RistrettoPublic, Key)

Part of #241.
This commit is contained in:
Luke Parker
2023-03-28 05:45:54 -04:00
parent 8a70416fd0
commit 9615caf3bb
3 changed files with 28 additions and 15 deletions

View File

@@ -15,6 +15,8 @@ rustdoc-args = ["--cfg", "docsrs"]
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2", default-features = false, features = ["derive"] }
sp-core = { git = "https://github.com/serai-dex/substrate", default-features = false }
frame-system = { git = "https://github.com/serai-dex/substrate", default-features = false }
frame-support = { git = "https://github.com/serai-dex/substrate", default-features = false }
@@ -26,6 +28,8 @@ std = [
"scale/std",
"scale-info/std",
"sp-core/std",
"frame-system/std",
"frame-support/std",