Upgrade polkadot-sdk v1.3.0 -> 1.6.0
#47
Annotations
10 errors
clippy-fmt-test (ubuntu-22.04, false):
node/src/service.rs#L240
expected `[closure@service.rs:228:18]` to be a closure that returns `Result<RpcModule<_>, Error>`, but it returns `Result<RpcModule<()>, _>`
|
clippy-fmt-test (ubuntu-22.04, false):
node/src/service.rs#L260
cannot apply unary operator `!` to type `sc_service::Result<(), sc_sysinfo::sysinfo::CheckFailures>`
|
clippy-fmt-test (ubuntu-22.04, false):
node/src/chain_spec.rs#L75
use of deprecated associated function `sc_service::GenericChainSpec::<G, E, EHF>::from_genesis`: `from_genesis` is planned to be removed in May 2024. Use `builder()` instead.
|
clippy-fmt-test (ubuntu-22.04, false):
node/src/chain_spec.rs#L75
this function takes 11 arguments but 10 arguments were supplied
|
clippy-fmt-test (ubuntu-22.04, false):
node/src/chain_spec.rs#L131
use of deprecated associated function `sc_service::GenericChainSpec::<G, E, EHF>::from_genesis`: `from_genesis` is planned to be removed in May 2024. Use `builder()` instead.
|
clippy-fmt-test (ubuntu-22.04, false):
node/src/chain_spec.rs#L131
this function takes 11 arguments but 10 arguments were supplied
|
clippy-fmt-test (ubuntu-22.04, false):
node/src/chain_spec.rs#L194
struct `frame_system::pallet::GenesisConfig<parachain_template_runtime::Runtime>` has no field named `code`
|
clippy-fmt-test (ubuntu-22.04, false):
node/src/rpc.rs#L54
the trait bound `Methods: From<jsonrpsee_core::server::rpc_module::RpcModule<substrate_frame_rpc_system::System<P, C, sp_runtime::generic::Block<sp_runtime::generic::Header<u32, BlakeTwo256>, OpaqueExtrinsic>>>>` is not satisfied
|
clippy-fmt-test (ubuntu-22.04, false):
node/src/rpc.rs#L55
the trait bound `Methods: From<jsonrpsee_core::server::rpc_module::RpcModule<pallet_transaction_payment_rpc::TransactionPayment<C, sp_runtime::generic::Block<sp_runtime::generic::Header<u32, BlakeTwo256>, OpaqueExtrinsic>>>>` is not satisfied
|
clippy-fmt-test (ubuntu-22.04, false)
Process completed with exit code 101.
|