mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 20:17:57 +00:00
Set StateBackend::Transaction to PrefixedMemoryDB (#14612)
* Yep * Try to get it working everywhere * Make `from_raw_storage` start with an empty db * More fixes! * Make everything compile * Fix `child_storage_root` * Fix after merge * Cleanups * Update primitives/state-machine/src/overlayed_changes/mod.rs Co-authored-by: Davide Galassi <davxy@datawok.net> * Review comments * Fix issues * Silence warning * FMT * Clippy --------- Co-authored-by: Davide Galassi <davxy@datawok.net>
This commit is contained in:
@@ -203,10 +203,7 @@ impl<
|
||||
impl<Block: BlockT, Client: CallApiAt<Block>> CallApiAt<Block> for ChainHeadMockClient<Client> {
|
||||
type StateBackend = <Client as CallApiAt<Block>>::StateBackend;
|
||||
|
||||
fn call_api_at(
|
||||
&self,
|
||||
params: CallApiAtParams<Block, <Client as CallApiAt<Block>>::StateBackend>,
|
||||
) -> Result<Vec<u8>, sp_api::ApiError> {
|
||||
fn call_api_at(&self, params: CallApiAtParams<Block>) -> Result<Vec<u8>, sp_api::ApiError> {
|
||||
self.client.call_api_at(params)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user