Implement pre_dispatch for SignedExtensions (#370)

* Explicitly specify master branch for sp-keyring dev dependency

* Implement pre_dispatch for `SignedExtension`s

* Update macro/Cargo.toml

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
Andrew Jones
2021-12-14 17:17:31 +00:00
committed by GitHub
parent 78626eb5ee
commit 7aac7dfecf
2 changed files with 77 additions and 2 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ pretty_assertions = "0.6.1"
subxt = { path = ".." }
trybuild = "1.0.38"
sp-keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate/" }
sp-keyring = { git = "https://github.com/paritytech/substrate/", branch = "master" }