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
@@ -6,7 +6,7 @@ description = "Integration tests using the test-parachains"
edition = "2021"
[dependencies]
tiny-keccak = "2.0.2"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
adder = { package = "test-parachain-adder", path = "adder" }