chore: update crates.io publish plan and fix dependencies
- Update CRATES_PUBLISH_PLAN.md with Level 0-2 completion status - Fix binary-merkle-tree and related dependencies - Add runtime_logger_tests.rs - Update various Cargo.toml files
This commit is contained in:
@@ -25,7 +25,7 @@ use codec::Encode;
|
||||
use hash_db::Hasher;
|
||||
use pezsp_core::{storage::StateVersion, traits::Externalities};
|
||||
#[cfg(test)]
|
||||
use pezsp_runtime::traits::BlakeTwo256;
|
||||
use pezsp_core::Blake2Hasher as BlakeTwo256;
|
||||
use pezsp_trie::PrefixedMemoryDB;
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@ mod tests {
|
||||
use super::*;
|
||||
use crate::backend::{AsTrieBackend, Backend};
|
||||
use pezsp_core::storage::StateVersion;
|
||||
use pezsp_runtime::traits::BlakeTwo256;
|
||||
use pezsp_core::Blake2Hasher as BlakeTwo256;
|
||||
|
||||
/// Assert in memory backend with only child trie keys works as trie backend.
|
||||
#[test]
|
||||
|
||||
@@ -1103,7 +1103,7 @@ mod tests {
|
||||
traits::{CallContext, CodeExecutor, Externalities, RuntimeCode},
|
||||
H256,
|
||||
};
|
||||
use pezsp_runtime::traits::BlakeTwo256;
|
||||
use pezsp_core::Blake2Hasher as BlakeTwo256;
|
||||
use pezsp_trie::{
|
||||
trie_types::{TrieDBMutBuilderV0, TrieDBMutBuilderV1},
|
||||
KeySpacedDBMut, PrefixedMemoryDB,
|
||||
|
||||
@@ -416,7 +416,7 @@ where
|
||||
mod tests {
|
||||
use super::*;
|
||||
use pezsp_core::{storage::ChildInfo, traits::Externalities, H256};
|
||||
use pezsp_runtime::traits::BlakeTwo256;
|
||||
use pezsp_core::Blake2Hasher as BlakeTwo256;
|
||||
|
||||
#[test]
|
||||
fn commit_should_work() {
|
||||
|
||||
@@ -578,7 +578,7 @@ pub mod tests {
|
||||
use super::*;
|
||||
use codec::Encode;
|
||||
use pezsp_core::H256;
|
||||
use pezsp_runtime::traits::BlakeTwo256;
|
||||
use pezsp_core::Blake2Hasher as BlakeTwo256;
|
||||
use pezsp_trie::{
|
||||
cache::{CacheSize, SharedTrieCache},
|
||||
trie_types::{TrieDBBuilder, TrieDBMutBuilderV0, TrieDBMutBuilderV1},
|
||||
|
||||
Reference in New Issue
Block a user