feat: add task to let MSP charge user every X blocks #2092
Triggered via pull request
November 21, 2024 11:16
Status
Success
Total duration
17m 45s
Artifacts
–
lint.yml
on: pull_request
Check format with rustfmt
1m 37s
Check lint with clippy
17m 33s
Check format with biome
48s
Check lint with biome
47s
Typecheck with tsc
1m 8s
Annotations
10 warnings
Check lint with biome
Failed to restore: Cache service responded with 429
|
Check format with rustfmt
Failed to save: Cache service responded with 429 during commit cache.
|
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:
node/src/tasks/msp_charge_fees.rs#L60
unused variable: `event`
|
Check lint with clippy:
node/src/services/builder.rs#L450
using `clone` on type `u32` which implements the `Copy` trait
|
Check lint with clippy:
node/src/services/builder.rs#L480
using `clone` on type `u32` which implements the `Copy` trait
|
Check lint with clippy:
node/src/services/builder.rs#L506
using `clone` on type `u32` which implements the `Copy` trait
|
Check lint with clippy:
node/src/services/builder.rs#L535
using `clone` on type `u32` which implements the `Copy` trait
|
Check lint with clippy:
node/src/services/builder.rs#L557
using `clone` on type `u32` which implements the `Copy` trait
|
Check lint with clippy:
node/src/tasks/user_sends_file.rs#L205
this loop never actually loops
|