Merge branch 'master' into updating_clippy

Conflicts:
	util/src/journaldb/archivedb.rs
This commit is contained in:
Tomasz Drwięga
2016-03-12 10:40:22 +01:00
7 changed files with 883 additions and 11 deletions

View File

@@ -116,7 +116,7 @@ pub struct Client<V = CanonVerifier> where V: Verifier {
}
const HISTORY: u64 = 1000;
const CLIENT_DB_VER_STR: &'static str = "5.1";
const CLIENT_DB_VER_STR: &'static str = "5.2";
impl Client<CanonVerifier> {
/// Create a new client with given spec and DB path.