Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into do_not_panic_when_checking_exec_proof
  • Loading branch information
svyatonik committed Sep 9, 2019
commit da8cdc188dc5fb61d7364952e2a8b2019a49dfe4
5 changes: 4 additions & 1 deletion core/state-machine/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
use std::{error, fmt, cmp::Ord};
use log::warn;
use crate::backend::Backend;
use crate::changes_trie::{Storage as ChangesTrieStorage, build_changes_trie};
use crate::changes_trie::{
Storage as ChangesTrieStorage, CacheAction as ChangesTrieCacheAction,
build_changes_trie,
};
use crate::{Externalities, StorageExternalities, OverlayedChanges, ChildStorageKey};
use hash_db::Hasher;
use primitives::{offchain, storage::well_known_keys::is_child_storage_key, traits::BareCryptoStorePtr};
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.