Reconfigure on_initialize weight. (#1838)

* Reconfigure transaction payment and on_initialize weight.

* Some tests to investigate with

* fix build

* Update runtime/common/src/lib.rs

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>

* undo change to multiplier.

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Kian Paimani
2020-10-27 22:05:04 +01:00
committed by GitHub
parent 1a3780aa79
commit 65106d7792
4 changed files with 83 additions and 3 deletions
+7
View File
@@ -2618,6 +2618,7 @@ dependencies = [
"polkadot-primitives",
"polkadot-runtime-common",
"rustc-hex",
"separator",
"serde",
"serde_derive",
"serde_json",
@@ -7540,6 +7541,12 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
[[package]]
name = "separator"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
[[package]]
name = "serde"
version = "1.0.117"