Weight annotation for block hooks. (#4058)

* Initial version that works with proper tests.

* get rid of todos and grumbles and such.

* Cleanup and fix line-width

* fix test runtime test
This commit is contained in:
Kian Paimani
2019-11-12 14:42:38 +01:00
committed by Gavin Wood
parent ab1b98fee5
commit efedac734d
10 changed files with 339 additions and 15 deletions
+2
View File
@@ -22,6 +22,8 @@ inherents = { package = "substrate-inherents", path = "../inherents", default-fe
serde_json = "1.0.41"
rand = "0.7.2"
substrate-offchain = { path = "../offchain" }
support = { package = "srml-support", path = "../../srml/support" }
system = { package = "srml-system", path = "../../srml/system" }
[features]
bench = []