feat(root): metrics and logs for state root config (#14631)

This commit is contained in:
Alexey Shekhirin
2025-02-21 14:26:34 +00:00
committed by GitHub
parent 478f4e5204
commit b3bd69b224
2 changed files with 67 additions and 2 deletions

View File

@ -357,8 +357,7 @@ pub struct TrieUpdatesSorted {
pub account_nodes: Vec<(Nibbles, BranchNodeCompact)>,
/// The set of removed state node keys.
pub removed_nodes: HashSet<Nibbles>,
/// Storage tries storage stored by hashed address of the account
/// the trie belongs to.
/// Storage tries stored by hashed address of the account the trie belongs to.
pub storage_tries: B256Map<StorageTrieUpdatesSorted>,
}