fix: resolve cargo-clippy CI errors in vendor crates
- Fix rebrand issues in pezkuwi-subxt signer (sp_core -> pezsp_core, sp_keyring -> pezsp_keyring, sp_runtime -> pezsp_runtime) - Fix pezkuwi-zombienet-sdk tests (subxt::PolkadotConfig -> pezkuwi_subxt::PezkuwiConfig) - Correct artifact paths in subxt examples (polkadot_metadata_*.scale) - Fix type conversion issues in subxt examples (explicit constructors instead of .into() for generated types) - Add pezkuwi-subxt-utils-stripmetadata dev-dependency to metadata crate - Use original polkadot module from external frame-decode crate - Fix Display trait usage for generated AccountId32 types
This commit is contained in:
+2
-2
@@ -173,11 +173,11 @@ std = [
|
||||
"pezpallet-verify-signature?/std",
|
||||
"pezpallet-vesting?/std",
|
||||
"pezpallet-whitelist?/std",
|
||||
"pezpallet-xcm-benchmarks?/std",
|
||||
"pezpallet-xcm-bridge-hub-router?/std",
|
||||
"pezpallet-xcm-bridge-hub?/std",
|
||||
"pezpallet-xcm-precompiles?/std",
|
||||
"pezpallet-xcm?/std",
|
||||
"pezpallet-xcm-benchmarks?/std",
|
||||
"pezsc-executor?/std",
|
||||
"pezsp-api-proc-macro?/std",
|
||||
"pezsp-api?/std",
|
||||
@@ -465,11 +465,11 @@ runtime-benchmarks = [
|
||||
"pezpallet-verify-signature?/runtime-benchmarks",
|
||||
"pezpallet-vesting?/runtime-benchmarks",
|
||||
"pezpallet-whitelist?/runtime-benchmarks",
|
||||
"pezpallet-xcm-benchmarks?/runtime-benchmarks",
|
||||
"pezpallet-xcm-bridge-hub-router?/runtime-benchmarks",
|
||||
"pezpallet-xcm-bridge-hub?/runtime-benchmarks",
|
||||
"pezpallet-xcm-precompiles?/runtime-benchmarks",
|
||||
"pezpallet-xcm?/runtime-benchmarks",
|
||||
"pezpallet-xcm-benchmarks?/runtime-benchmarks",
|
||||
"pezsc-authority-discovery?/runtime-benchmarks",
|
||||
"pezsc-basic-authorship?/runtime-benchmarks",
|
||||
"pezsc-block-builder?/runtime-benchmarks",
|
||||
|
||||
Reference in New Issue
Block a user