Merge branch 'master' into clippy

Conflicts:
	util/src/rlp/rlptraits.rs
This commit is contained in:
Tomusdrw
2016-01-19 23:22:40 +01:00
65 changed files with 506 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ pub enum SyncMessage {
BlockVerified,
}
/// TODO [arkpar] Please document me
pub type NetSyncMessage = NetworkIoMessage<SyncMessage>;
/// Ethereum network protocol handler