Skip to content

fix: 🩹 correctly set last valid block for epoch randomness #1930

fix: 🩹 correctly set last valid block for epoch randomness

fix: 🩹 correctly set last valid block for epoch randomness #1930

Triggered via pull request November 6, 2024 00:04
Status Success
Total duration 2m 18s
Artifacts

lint.yml

on: pull_request
Check format with rustfmt
49s
Check format with rustfmt
Check lint with clippy
2m 5s
Check lint with clippy
Check format with biome
29s
Check format with biome
Check lint with biome
19s
Check lint with biome
Typecheck with tsc
25s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

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