Generalised Transaction Queue API (#741)

* First effort

* API versioning

* Introduce validate_transaction

* Introduce the API plus fixes.

* Docs

* Typo

* Add longevity parameter to transaction validity info.
This commit is contained in:
Gav Wood
2018-09-17 18:43:59 +02:00
committed by GitHub
parent 263786df05
commit f10d8e177d
52 changed files with 263 additions and 143 deletions
+1
View File
@@ -8,6 +8,7 @@ node-runtime = { path = "../runtime" }
node-primitives = { path = "../primitives" }
substrate-client = { path = "../../core/client" }
substrate-primitives = { path = "../../core/primitives" }
sr-primitives = { path = "../../core/sr-primitives" }
[dev-dependencies]
substrate-keyring = { path = "../../core/keyring" }