refactor: storage request flow and MSP batch accept #2007
lint.yml
on: pull_request
Check format with rustfmt
50s
Check lint with clippy
4m 48s
Check format with biome
20s
Check lint with biome
33s
Typecheck with tsc
22s
Annotations
1 error and 12 warnings
Check lint with biome
Process completed with exit code 1.
|
Check format with biome
Failed to restore: Cache service responded with 429
|
Typecheck with tsc
Failed to restore: Cache service responded with 429
|
Check lint with biome
Failed to restore: Cache service responded with 429
|
Check lint with clippy:
pallets/payment-streams/src/utils.rs#L904
using `clone` on type `<<T as Config>::ProvidersPallet as ReadProvidersInterface>::ProviderId` which implements the `Copy` trait
|
Check lint with clippy:
pallets/proofs-dealer/src/benchmark_proofs.rs#L18
function `fetch_proof` is never used
|
Check lint with clippy:
pallets/proofs-dealer/src/benchmark_proofs.rs#L45
function `fetch_challenges` is never used
|
Check lint with clippy:
pallets/file-system/src/utils.rs#L69
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#L69
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/providers/src/utils.rs#L336
using `clone` on type `<T as Config>::StorageDataUnit` which implements the `Copy` trait
|
Check lint with clippy:
pallets/providers/src/utils.rs#L1675
unnecessary map of the identity function
|
Check lint with clippy:
client/rpc/src/lib.rs#L465
useless use of `format!`
|
Check lint with clippy:
node/src/tasks/user_sends_file.rs#L205
this loop never actually loops
|