Skip to content

Fix: escrow transfers #3681

Fix: escrow transfers

Fix: escrow transfers #3681

Triggered via pull request January 12, 2024 14:04
Status Success
Total duration 5m 5s
Artifacts 2

actions.yml

on: pull_request
Contracts  /  Wasm tests
4m 53s
Contracts / Wasm tests
Contracts  /  Rust tests
1m 43s
Contracts / Rust tests
Contracts  /  Clippy linter check
37s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
[clippy] locked-asset/lkmex-transfer/tests/lkmex_transfer_tests.rs#L791: locked-asset/lkmex-transfer/tests/lkmex_transfer_tests.rs#L791
warning: casting to the same type is unnecessary (`i64` -> `i64`) --> locked-asset/lkmex-transfer/tests/lkmex_transfer_tests.rs:791:72 | 791 | BigInt::from((USER_BALANCE / 2) as i64) * BigInt::from(lock_epochs as i64); | ^^^^^^^^^^^^^^^^^^ help: try: `lock_epochs` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `#[warn(clippy::unnecessary_cast)]` on by default
[clippy] locked-asset/lkmex-transfer/tests/lkmex_transfer_tests.rs#L809: locked-asset/lkmex-transfer/tests/lkmex_transfer_tests.rs#L809
warning: casting to the same type is unnecessary (`i64` -> `i64`) --> locked-asset/lkmex-transfer/tests/lkmex_transfer_tests.rs:809:72 | 809 | BigInt::from((USER_BALANCE / 2) as i64) * BigInt::from(lock_epochs as i64); | ^^^^^^^^^^^^^^^^^^ help: try: `lock_epochs` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast

Artifacts

Produced during runtime
Name Size
report Expired
44.3 KB
report-markdown Expired
2.14 KB