Skip to content

feat: add task to let MSP charge user every X blocks #2160

feat: add task to let MSP charge user every X blocks

feat: add task to let MSP charge user every X blocks #2160

Triggered via pull request November 28, 2024 16:30
Status Failure
Total duration 1m 52s
Artifacts

lint.yml

on: pull_request
Check format with rustfmt
41s
Check format with rustfmt
Check lint with clippy
1m 41s
Check lint with clippy
Check format with biome
11s
Check format with biome
Check lint with biome
16s
Check lint with biome
Typecheck with tsc
15s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
Check format with biome
Process completed with exit code 1.
Check lint with clippy: pallets/randomness/src/benchmarking.rs#L8
bound is defined in more than one place
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/user_sends_file.rs#L205
this loop never actually loops