Companion for #6076 (Allow fee calculation to happen off-chain) (#1111)

* Switch from Convert to WeightToFeePolynomial

* Bump

Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
Alexander Theißen
2020-05-21 13:47:55 +02:00
committed by GitHub
parent 162baa62fb
commit b6829b6d21
10 changed files with 214 additions and 162 deletions
+1
View File
@@ -13,6 +13,7 @@ rustc-hex = { version = "2.0.1", default-features = false }
serde = { version = "1.0.102", default-features = false }
serde_derive = { version = "1.0.102", optional = true }
static_assertions = "1.1.0"
smallvec = "1.4.0"
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }