feat(storage): add use_hashed_state storage setting (#21997)

This commit is contained in:
Dan Cline
2026-02-09 20:15:13 +00:00
committed by GitHub
parent cdcea2bd33
commit a549b4d66d
22 changed files with 324 additions and 0 deletions

View File

@@ -408,6 +408,8 @@ impl<ChainSpec> NodeConfig<ChainSpec> {
s = s.with_account_history_in_rocksdb(v);
}
s = s.with_use_hashed_state(self.storage.use_hashed_state);
s
}