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
@@ -202,6 +202,7 @@ fn should_return_runtime_version() {
authoring_version: 1,
spec_version: 1,
impl_version: 1,
apis: (&[][..]).into()
}
);
}