Skip to content

refactor: 🔒 Reduce file storage locks critical zone (#629) #5199

refactor: 🔒 Reduce file storage locks critical zone (#629)

refactor: 🔒 Reduce file storage locks critical zone (#629) #5199

Triggered via push December 26, 2025 23:16
Status Success
Total duration 1m 27s
Artifacts

lint.yml

on: push
Check format with rustfmt
1m 8s
Check format with rustfmt
Check lint with clippy
1m 16s
Check lint with clippy
Check format with biome
22s
Check format with biome
Check lint with biome
23s
Check lint with biome
Typecheck with tsc
25s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Check lint with clippy: precompiles/pallet-file-system/src/lib.rs#L257
using `clone` on type `H256` which implements the `Copy` trait
Check lint with clippy: precompiles/pallet-file-system/src/lib.rs#L256
using `clone` on type `H256` which implements the `Copy` trait
Check lint with clippy: precompiles/pallet-file-system/src/lib.rs#L221
using `clone` on type `H256` which implements the `Copy` trait
Check lint with clippy: pallets/provider-randomness/src/lib.rs#L282
useless conversion to the same type: `frame_support::dispatch::PostDispatchInfo`
Check lint with clippy: pallets/provider-randomness/src/lib.rs#L282
useless conversion to the same type: `sp_runtime::DispatchErrorWithPostInfo<frame_support::dispatch::PostDispatchInfo>`
Check lint with clippy: pallets/randomness/src/lib.rs#L111
useless conversion to the same type: `frame_support::dispatch::PostDispatchInfo`
Check lint with clippy: pallets/randomness/src/lib.rs#L111
useless conversion to the same type: `sp_runtime::DispatchErrorWithPostInfo<frame_support::dispatch::PostDispatchInfo>`
Check lint with clippy: primitives/file-metadata/src/lib.rs#L109
manual implementation of `.is_multiple_of()`
Check lint with clippy: primitives/file-metadata/src/lib.rs#L100
manual implementation of `.is_multiple_of()`
Check lint with clippy: pallets/randomness/src/benchmarking.rs#L6
bound is defined in more than one place