BEEFY add tests for rounds (#10328)

* new_rounds()

* WIP

* test add_vote()

* test drop()

* learn  to spell

* go get some coffee

* cargo fmt

* lump everythings together again
This commit is contained in:
Andreas Doerr
2021-11-25 11:26:10 +01:00
committed by GitHub
parent a33b7c2e36
commit f12e22a62d
7 changed files with 592 additions and 465 deletions
+1
View File
@@ -35,6 +35,7 @@ sc-network-gossip = { version = "0.10.0-dev", path = "../network-gossip" }
beefy-primitives = { version = "4.0.0-dev", path = "../../primitives/beefy" }
[dev-dependencies]
sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }
sc-network-test = { version = "0.8.0", path = "../network/test" }
strum = { version = "0.22", features = ["derive"] }