Skip to content

V3 fixes

V3 fixes #507

Triggered via pull request June 13, 2024 07:47
Status Failure
Total duration 1m 16s
Artifacts

actions.yml

on: pull_request
Contracts  /  Wasm tests
1m 5s
Contracts / Wasm tests
Contracts  /  Rust tests
32s
Contracts / Rust tests
Contracts  /  Clippy linter check
26s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
Contracts / Rust tests: multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs#L251
no method named `set_mint_balances` found for struct `ContractInfo<esdt_safe::Proxy<VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>>` in the current scope
Contracts / Rust tests
Process completed with exit code 101.
Contracts / Wasm tests
Process completed with exit code 101.
[clippy] esdt-safe/src/lib.rs#L346: esdt-safe/src/lib.rs#L346
warning: equality checks against false can be replaced by a negation --> esdt-safe/src/lib.rs:346:20 | 346 | if updated == false { | ^^^^^^^^^^^^^^^^ help: try simplifying it as shown: `!updated` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_comparison = note: `#[warn(clippy::bool_comparison)]` on by default
[clippy] esdt-safe/src/lib.rs#L346: esdt-safe/src/lib.rs#L346
warning: equality checks against false can be replaced by a negation --> esdt-safe/src/lib.rs:346:20 | 346 | if updated == false { | ^^^^^^^^^^^^^^^^ help: try simplifying it as shown: `!updated` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_comparison = note: `#[warn(clippy::bool_comparison)]` on by default
Contracts / Clippy linter check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Contracts / Rust tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Contracts / Wasm tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.