mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 19:41:05 +00:00
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:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user