Update schnorrkel with versioning (#5358)

* use versioning for deprecated api, remove deprecated api from regular verification

* Update primitives/core/src/sr25519.rs

* add test to transaction pool

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Nikolay Volf
2020-03-24 10:05:57 -07:00
committed by GitHub
parent 6beb6acbd5
commit 27fe4206ed
5 changed files with 81 additions and 19 deletions
+2
View File
@@ -6650,10 +6650,12 @@ dependencies = [
name = "sc-transaction-pool"
version = "2.0.0-alpha.5"
dependencies = [
"assert_matches",
"derive_more",
"futures 0.3.4",
"futures-diagnose",
"futures-timer 2.0.2",
"hex",
"log 0.4.8",
"parity-scale-codec",
"parity-util-mem",