feat: ⏫ upgrade to Polkadot SDK v1.13.0 #1636
lint.yml
on: pull_request
Check format with rustfmt
35s
Check lint with clippy
15m 37s
Check format with biome
17s
Check lint with biome
16s
Typecheck with tsc
23s
Annotations
10 errors and 4 warnings
Typecheck with tsc
Property 'toNumber' does not exist on type 'Codec'.
|
Typecheck with tsc
Property 'toNumber' does not exist on type 'Codec'.
|
Typecheck with tsc
Property 'toNumber' does not exist on type 'Codec'.
|
Typecheck with tsc
Property 'toNumber' does not exist on type 'Codec'.
|
Typecheck with tsc
Property 'unwrap' does not exist on type 'Codec'.
|
Typecheck with tsc
Property 'unwrap' does not exist on type 'Codec'.
|
Typecheck with tsc
Property 'bspId' does not exist on type 'Codec[] & IEventData'.
|
Typecheck with tsc
Property 'asOk' does not exist on type 'Codec'.
|
Typecheck with tsc
Property 'asOk' does not exist on type 'Codec'.
|
Typecheck with tsc
Property 'bspId' does not exist on type 'Codec[] & IEventData'.
|
Check lint with clippy:
pallets/proofs-dealer/src/utils.rs#L576
using `clone` on type `<<<T as Config>::Block as Block>::Header as Header>::Number` which implements the `Copy` trait
|
Check lint with clippy:
pallets/file-system/src/utils.rs#L71
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
|
Check lint with clippy:
pallets/file-system/src/utils.rs#L71
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
|
Check lint with clippy:
node/src/tasks/user_sends_file.rs#L155
this loop never actually loops
|