Merge remote-tracking branch 'origin/master' into consistent-id

This commit is contained in:
Gav Wood
2016-12-10 13:36:30 +01:00
91 changed files with 2514 additions and 525 deletions

View File

@@ -92,8 +92,8 @@ pub struct TestBlockChainClient {
pub first_block: RwLock<Option<(H256, u64)>>,
}
#[derive(Clone)]
/// Used for generating test client blocks.
#[derive(Clone)]
pub enum EachBlockWith {
/// Plain block.
Nothing,