Skip to content

Suggested fix for ReturnsNewTokenIdentifier #2166

Suggested fix for ReturnsNewTokenIdentifier

Suggested fix for ReturnsNewTokenIdentifier #2166

Triggered via pull request August 29, 2024 12:57
Status Success
Total duration 4m 25s
Artifacts

template-test-current.yml

on: pull_request
Template tool test - current (unreleased) templates
4m 14s
Template tool test - current (unreleased) templates
Fit to window
Zoom out
Zoom in

Annotations

43 warnings
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239: contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239
warning: unused variable: `egld_amount` --> contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs:239:13 | 239 | let egld_amount = BigUint::<StaticApi>::from(50000000000000000u128); | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egld_amount` | = note: `#[warn(unused_variables)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64: contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64
warning: methods `last_error_message` and `send_egld` are never used --> contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs:224:14 | 64 | impl ProxyTestInteract { | ---------------------- methods in this implementation ... 224 | async fn last_error_message(&mut self) { | ^^^^^^^^^^^^^^^^^^ ... 294 | async fn send_egld(&mut self) { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239: contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239
warning: unused variable: `egld_amount` --> contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs:239:13 | 239 | let egld_amount = BigUint::<StaticApi>::from(50000000000000000u128); | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egld_amount` | = note: `#[warn(unused_variables)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64: contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64
warning: methods `last_error_message` and `send_egld` are never used --> contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs:224:14 | 64 | impl ProxyTestInteract { | ---------------------- methods in this implementation ... 224 | async fn last_error_message(&mut self) { | ^^^^^^^^^^^^^^^^^^ ... 294 | async fn send_egld(&mut self) { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L25: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L25
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_deploy`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:25:10 | 25 | .whitebox_deploy( | ^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L32: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L32
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:32:10 | 32 | .whitebox_query(&adder_whitebox, |sc| { | ^^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L36: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L36
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_call`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:36:10 | 36 | .whitebox_call( | ^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L25: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L25
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_deploy`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:25:10 | 25 | .whitebox_deploy( | ^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L32: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L32
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:32:10 | 32 | .whitebox_query(&adder_whitebox, |sc| { | ^^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L36: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L36
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_call`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:36:10 | 36 | .whitebox_call( | ^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239: contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239
warning: unused variable: `egld_amount` --> contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs:239:13 | 239 | let egld_amount = BigUint::<StaticApi>::from(50000000000000000u128); | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egld_amount` | = note: `#[warn(unused_variables)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64: contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64
warning: methods `last_error_message` and `send_egld` are never used --> contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs:224:14 | 64 | impl ProxyTestInteract { | ---------------------- methods in this implementation ... 224 | async fn last_error_message(&mut self) { | ^^^^^^^^^^^^^^^^^^ ... 294 | async fn send_egld(&mut self) { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64: contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64
warning: methods `last_error_message` and `send_egld` are never used --> contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs:224:14 | 64 | impl ProxyTestInteract { | ---------------------- methods in this implementation ... 224 | async fn last_error_message(&mut self) { | ^^^^^^^^^^^^^^^^^^ ... 294 | async fn send_egld(&mut self) { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239: contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239
warning: unused variable: `egld_amount` --> contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs:239:13 | 239 | let egld_amount = BigUint::<StaticApi>::from(50000000000000000u128); | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egld_amount` | = note: `#[warn(unused_variables)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L25: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L25
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_deploy`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:25:10 | 25 | .whitebox_deploy( | ^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L32: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L32
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:32:10 | 32 | .whitebox_query(&adder_whitebox, |sc| { | ^^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L36: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L36
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_call`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:36:10 | 36 | .whitebox_call( | ^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L25: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L25
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_deploy`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:25:10 | 25 | .whitebox_deploy( | ^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L32: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L32
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:32:10 | 32 | .whitebox_query(&adder_whitebox, |sc| { | ^^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L36: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L36
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_call`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:36:10 | 36 | .whitebox_call( | ^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239: contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239
warning: unused variable: `egld_amount` --> contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs:239:13 | 239 | let egld_amount = BigUint::<StaticApi>::from(50000000000000000u128); | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egld_amount` | = note: `#[warn(unused_variables)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64: contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64
warning: methods `last_error_message` and `send_egld` are never used --> contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs:224:14 | 64 | impl ProxyTestInteract { | ---------------------- methods in this implementation ... 224 | async fn last_error_message(&mut self) { | ^^^^^^^^^^^^^^^^^^ ... 294 | async fn send_egld(&mut self) { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239: contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239
warning: unused variable: `egld_amount` --> contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs:239:13 | 239 | let egld_amount = BigUint::<StaticApi>::from(50000000000000000u128); | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egld_amount` | = note: `#[warn(unused_variables)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64: contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64
warning: methods `last_error_message` and `send_egld` are never used --> contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs:224:14 | 64 | impl ProxyTestInteract { | ---------------------- methods in this implementation ... 224 | async fn last_error_message(&mut self) { | ^^^^^^^^^^^^^^^^^^ ... 294 | async fn send_egld(&mut self) { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L25: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L25
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_deploy`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:25:10 | 25 | .whitebox_deploy( | ^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L32: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L32
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:32:10 | 32 | .whitebox_query(&adder_whitebox, |sc| { | ^^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L36: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L36
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_call`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:36:10 | 36 | .whitebox_call( | ^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L25: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L25
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_deploy`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:25:10 | 25 | .whitebox_deploy( | ^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L32: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L32
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:32:10 | 32 | .whitebox_query(&adder_whitebox, |sc| { | ^^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L36: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L36
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_call`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:36:10 | 36 | .whitebox_call( | ^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239: contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239
warning: unused variable: `egld_amount` --> contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs:239:13 | 239 | let egld_amount = BigUint::<StaticApi>::from(50000000000000000u128); | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egld_amount` | = note: `#[warn(unused_variables)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64: contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64
warning: methods `last_error_message` and `send_egld` are never used --> contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs:224:14 | 64 | impl ProxyTestInteract { | ---------------------- methods in this implementation ... 224 | async fn last_error_message(&mut self) { | ^^^^^^^^^^^^^^^^^^ ... 294 | async fn send_egld(&mut self) { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239: contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs#L239
warning: unused variable: `egld_amount` --> contracts/examples/token-identifier-test/returns-token-identifier-test/interact/src/basic_interact.rs:239:13 | 239 | let egld_amount = BigUint::<StaticApi>::from(50000000000000000u128); | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egld_amount` | = note: `#[warn(unused_variables)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64: contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs#L64
warning: methods `last_error_message` and `send_egld` are never used --> contracts/examples/token-identifier-test/proxy-test/interact/src/basic_interact.rs:224:14 | 64 | impl ProxyTestInteract { | ---------------------- methods in this implementation ... 224 | async fn last_error_message(&mut self) { | ^^^^^^^^^^^^^^^^^^ ... 294 | async fn send_egld(&mut self) { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L25: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L25
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_deploy`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:25:10 | 25 | .whitebox_deploy( | ^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L32: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L32
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:32:10 | 32 | .whitebox_query(&adder_whitebox, |sc| { | ^^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L36: contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs#L36
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_call`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/proxy-test/tests/proxy_test_whitebox_test.rs:36:10 | 36 | .whitebox_call( | ^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L25: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L25
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_deploy`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:25:10 | 25 | .whitebox_deploy( | ^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L32: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L32
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_query`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:32:10 | 32 | .whitebox_query(&adder_whitebox, |sc| { | ^^^^^^^^^^^^^^
[clippy] contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L36: contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs#L36
warning: use of deprecated method `multiversx_sc_scenario::facade::scenario_world_whitebox::<impl multiversx_sc_scenario::ScenarioWorld>::whitebox_call`: Please use method `whitebox`, as part of the unified transaction syntax. --> contracts/examples/token-identifier-test/returns-token-identifier-test/tests/returns_token_identifier_test_whitebox_test.rs:36:10 | 36 | .whitebox_call( | ^^^^^^^^^^^^^
Template tool test - current (unreleased) templates
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Template tool test - current (unreleased) templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-on-failure', 'matcher', 'rustflags']
Template tool test - current (unreleased) templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-on-failure', 'matcher', 'rustflags']