Skip to content

feat: add traits for safe math storage operations #1735

feat: add traits for safe math storage operations

feat: add traits for safe math storage operations #1735

Triggered via pull request January 3, 2025 15:00
Status Success
Total duration 17m 43s
Artifacts

e2e-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests: contracts/src/utils/math/storage/mod.rs#L5
unused imports: `AddAssignChecked` and `SubAssignChecked`
tests: contracts/src/utils/math/storage/checked.rs#L8
method `add_assign_checked` is never used
tests: contracts/src/utils/math/storage/checked.rs#L23
method `sub_assign_checked` is never used
tests: contracts/src/utils/math/storage/checked.rs#L6
unreachable `pub` item
tests: contracts/src/utils/math/storage/checked.rs#L21
unreachable `pub` item
tests: contracts/src/utils/math/storage/mod.rs#L5
unused imports: `AddAssignChecked` and `SubAssignChecked`
tests: contracts/src/utils/math/storage/checked.rs#L8
method `add_assign_checked` is never used
tests: contracts/src/utils/math/storage/checked.rs#L23
method `sub_assign_checked` is never used
tests: contracts/src/utils/math/storage/checked.rs#L6
unreachable `pub` item
tests: contracts/src/utils/math/storage/checked.rs#L21
unreachable `pub` item