mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 14:41:11 +00:00
deps: remove polkadot-sdk umbrella crate (#1926)
* deps: get rid of polkadot-sdk umbrella crate * fix nits * Update subxt/src/backend/mod.rs * Update subxt/src/events/events_client.rs * Update metadata/src/utils/validation.rs * cargo clippy fix * fix ui tests
This commit is contained in:
@@ -5,13 +5,9 @@
|
||||
use std::{borrow::Cow, path::Path};
|
||||
|
||||
use codec::{Decode, Encode};
|
||||
use polkadot_sdk::{
|
||||
sc_executor::{self, WasmExecutionMethod, WasmExecutor},
|
||||
sc_executor_common::runtime_blob::RuntimeBlob,
|
||||
sp_io,
|
||||
sp_maybe_compressed_blob::{self, CODE_BLOB_BOMB_LIMIT},
|
||||
sp_state_machine,
|
||||
};
|
||||
use sc_executor::{WasmExecutionMethod, WasmExecutor};
|
||||
use sc_executor_common::runtime_blob::RuntimeBlob;
|
||||
use sp_maybe_compressed_blob::{self, CODE_BLOB_BOMB_LIMIT};
|
||||
use subxt_codegen::{CodegenError, Metadata};
|
||||
|
||||
static SUPPORTED_METADATA_VERSIONS: [u32; 2] = [14, 15];
|
||||
|
||||
Reference in New Issue
Block a user