fix: 🩹 correctly set last valid block for epoch randomness #1930
lint.yml
on: pull_request
Check format with rustfmt
49s
Check lint with clippy
2m 5s
Check format with biome
29s
Check lint with biome
19s
Typecheck with tsc
25s
Annotations
10 warnings
Typecheck with tsc
Failed to restore: Cache service responded with 429
|
Check format with biome
Failed to restore: Cache service responded with 429
|
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/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/providers/src/utils.rs#L336
using `clone` on type `<T as Config>::StorageDataUnit` which implements the `Copy` trait
|
Check lint with clippy:
pallets/file-system/src/utils.rs#L75
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#L75
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:
client/rpc/src/lib.rs#L467
useless use of `format!`
|
Check lint with clippy:
node/src/tasks/user_sends_file.rs#L194
this loop never actually loops
|