Merge branch 'master' into update-artifacts-1740356989

This commit is contained in:
Niklas Adolfsson
2025-02-24 13:28:02 +01:00
committed by GitHub
29 changed files with 222 additions and 5783 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ hex = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
scale-info = { workspace = true, features = ["bit-vec"] }
polkadot-sdk = { workspace = true, features = ["sp-core", "std"] }
sp-core = { workspace = true, features = ["std"] }
syn = { workspace = true }
subxt = { workspace = true, features = ["unstable-metadata", "native", "jsonrpsee", "reconnecting-rpc-client"] }
subxt-signer = { workspace = true, features = ["default"] }
@@ -3,7 +3,6 @@
// see LICENSE for license details.
use crate::{node_runtime, subxt_test, test_context, utils::wait_for_blocks};
use polkadot_sdk::sp_core;
#[cfg(fullclient)]
use subxt::utils::AccountId32;
@@ -55,8 +55,7 @@ error: Type `Event` does not exist at path `sp_runtime::multiaddress::Event`
2 | | runtime_metadata_path = "../../../../artifacts/polkadot_metadata_small.scale",
3 | | substitute_type(
4 | | path = "sp_runtime::multiaddress::Event",
5 | | with = "crate::MyEvent"
6 | | )
... |
7 | | )]
| |__^
|
@@ -7,8 +7,7 @@ error: Type `DispatchInfo` does not exist at path `frame_support::dispatch::Disp
2 | | runtime_metadata_path = "../../../../artifacts/polkadot_metadata_small.scale",
3 | | substitute_type(
4 | | path = "frame_support::dispatch::DispatchInfo",
5 | | with = "my_mod::DispatchInfo"
6 | | )
... |
7 | | )]
| |__^
|