Pool: A bunch of tests and fixes (#914)

* Implement Ready/Future events.

* Trigger invalid notification.

* Clearing stale transactions test.

* Fix RPC test.
This commit is contained in:
Tomasz Drwięga
2018-10-17 16:25:30 +02:00
committed by Gav Wood
parent 9886d12c26
commit 0c7389e108
7 changed files with 342 additions and 19 deletions
@@ -11,3 +11,7 @@ parking_lot = "0.4"
serde = "1.0"
serde_derive = "1.0"
sr-primitives = { path = "../../sr-primitives" }
[dev-dependencies]
assert_matches = "1.1"
substrate-test-runtime = { path = "../../test-runtime" }