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:
@@ -23,7 +23,7 @@
|
||||
use super::{ProofToHashes, ProvingTrie, TrieError};
|
||||
use crate::{Decode, DispatchError, Encode};
|
||||
use alloc::{collections::BTreeMap, vec::Vec};
|
||||
use binary_merkle_tree::{merkle_proof, merkle_root, MerkleProof};
|
||||
use pez_binary_merkle_tree::{merkle_proof, merkle_root, MerkleProof};
|
||||
use codec::MaxEncodedLen;
|
||||
|
||||
/// A helper structure for building a basic base-2 merkle trie and creating compact proofs for that
|
||||
@@ -143,7 +143,7 @@ where
|
||||
return Err(TrieError::ValueMismatch.into());
|
||||
}
|
||||
|
||||
if binary_merkle_tree::verify_proof::<Hashing, _, _>(
|
||||
if pez_binary_merkle_tree::verify_proof::<Hashing, _, _>(
|
||||
&decoded_proof.root,
|
||||
decoded_proof.proof,
|
||||
decoded_proof.number_of_leaves,
|
||||
|
||||
Reference in New Issue
Block a user