Randomized tests on storage cache (#4070)

* randomized tests

* destroy clones

* remove commented

* fixes

* add finalization fork
This commit is contained in:
Nikolay Volf
2019-11-12 16:57:21 +01:00
committed by Gavin Wood
parent 95d1bf0e41
commit 61e43218e5
3 changed files with 670 additions and 43 deletions
+1
View File
@@ -28,6 +28,7 @@ header_metadata = { package = "substrate-header-metadata", path = "../header-met
substrate-keyring = { path = "../../keyring" }
test-client = { package = "substrate-test-runtime-client", path = "../../test-runtime/client" }
env_logger = "0.7.0"
quickcheck = "0.8"
[features]
default = []