Signed transactions now have affinity with runtime versions (#3430)

* Signed transactions now has affinity with runtime versions

* Bump runtime version
This commit is contained in:
Gavin Wood
2019-08-18 18:01:05 +02:00
committed by GitHub
parent 0e56b56a86
commit 6c5fbe64ca
33 changed files with 76 additions and 3 deletions
+2
View File
@@ -12,6 +12,7 @@ primitives = { package = "substrate-primitives", path = "../../core/primitives"
rstd = { package = "sr-std", path = "../../core/sr-std", default-features = false }
runtime_io = { package = "sr-io", path = "../../core/sr-io", default-features = false }
sr-primitives = { path = "../../core/sr-primitives", default-features = false }
sr-version = { path = "../../core/sr-version", default-features = false }
srml-support = { path = "../support", default-features = false }
[dev-dependencies]
@@ -28,6 +29,7 @@ std = [
"runtime_io/std",
"srml-support/std",
"sr-primitives/std",
"sr-version/std",
]
[[bench]]