Upgrade trie-db crate to 0.16.0. (#4144)

* Upgrade paritytech/trie crates to 0.16.0.

* Fix tests and unexpected Cargo.lock change.

* Bump trie-bench version.
This commit is contained in:
Jim Posen
2019-11-21 11:01:49 +01:00
committed by GitHub
parent 2783b44207
commit 502deb9cce
6 changed files with 112 additions and 70 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ mod tests {
type Layout = super::Layout<Blake2Hasher>;
fn hashed_null_node<T: TrieConfiguration>() -> TrieHash<T> {
<T::Codec as NodeCodecT<_>>::hashed_null_node()
<T::Codec as NodeCodecT>::hashed_null_node()
}
fn check_equivalent<T: TrieConfiguration>(input: &Vec<(&[u8], &[u8])>) {