V3 fixes #507
actions.yml
on: pull_request
Contracts
/
Wasm tests
1m 5s
Contracts
/
Rust tests
32s
Contracts
/
Clippy linter check
26s
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/.
|