backport minimum weight to fee to master (#5739)

* propose fix fees

* add tests to kusama runtime as well

* better tests

* last change

* last update

* Fix test

* ignore tests again
This commit is contained in:
Kian Paimani
2022-06-29 21:26:07 +01:00
committed by GitHub
parent 533aad991a
commit bf9e324e8c
8 changed files with 303 additions and 139 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ xcm-builder = { package = "xcm-builder", path = "../../xcm/xcm-builder", default
[dev-dependencies]
hex-literal = "0.3.4"
tiny-keccak = "2.0.2"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
separator = "0.4.1"