Collective weights (#5802)

This commit is contained in:
Alexander Popiak
2020-05-14 17:20:03 +02:00
committed by GitHub
parent 73389df860
commit 9057d713d9
5 changed files with 974 additions and 254 deletions
+1
View File
@@ -17,6 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
integer-sqrt = { version = "0.1.2" }
serde = { version = "1.0.102", optional = true }
static_assertions = "1.1.0"
# primitives
sp-authority-discovery = { version = "2.0.0-dev", default-features = false, path = "../../../primitives/authority-discovery" }