Merge branch 'pv63-state' into pv63-receipts

This commit is contained in:
Nikolay Volf
2016-03-12 18:52:37 +01:00
34 changed files with 2156 additions and 733 deletions

View File

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