mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Companion for new trie cache (#1361)
* Update branch
* Make it compile
* Update Substrate
* Revert "Update branch"
This reverts commit 7b0278160a09312fc6501e0a31923c5a8d8f8c56.
* FMT
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -74,7 +74,7 @@ where
|
||||
|
||||
sp_std::mem::drop(storage_proof);
|
||||
|
||||
let backend = sp_state_machine::TrieBackend::new(db, *parent_head.state_root());
|
||||
let backend = sp_state_machine::TrieBackendBuilder::new(db, *parent_head.state_root()).build();
|
||||
|
||||
let _guard = (
|
||||
// Replace storage calls with our own implementations
|
||||
|
||||
Reference in New Issue
Block a user