Skip to content

fix: 🐛 change payment stream update logic to delete if user is insolvent #2227

fix: 🐛 change payment stream update logic to delete if user is insolvent

fix: 🐛 change payment stream update logic to delete if user is insolvent #2227

Triggered via pull request December 11, 2024 13:51
Status Success
Total duration 18m 48s
Artifacts

lint.yml

on: pull_request
Check format with rustfmt
1m 55s
Check format with rustfmt
Check lint with clippy
18m 35s
Check lint with clippy
Check format with biome
13s
Check format with biome
Check lint with biome
21s
Check lint with biome
Typecheck with tsc
20s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Check format with biome
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check lint with biome
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Typecheck with tsc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check format with rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check lint with clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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: client/forest-manager/src/in_memory.rs#L31
using `clone` on type `<<T as TrieLayout>::Hash as Hasher>::Out` which implements the `Copy` trait
Check lint with clippy: client/blockchain-service/src/utils.rs#L117
using `clone` on type `BestBlockInfo` which implements the `Copy` trait
Check lint with clippy: node/src/tasks/user_sends_file.rs#L205
this loop never actually loops