Contracts upgrade 0.54.0 (1) #652
actions.yml
on: pull_request
Contracts
/
Wasm tests
5m 11s
Contracts
/
Test Coverage
2m 53s
Contracts
/
Rust tests
39s
Contracts
/
Clippy linter check
30s
Annotations
7 errors and 4 warnings
[clippy] contracts/adder/interact/src/basic_interact.rs#L65:
contracts/adder/interact/src/basic_interact.rs#L65
error[E0061]: this function takes 1 argument but 2 arguments were supplied
--> contracts/adder/interact/src/basic_interact.rs:65:30
|
65 | let mut interactor = Interactor::new(config.gateway_uri(), config.use_chain_simulator())
| ^^^^^^^^^^^^^^^ ---------------------------- unexpected argument #2 of type `bool`
|
note: associated function defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multiversx-sc-snippets-0.54.3/src/interactor/interactor_base.rs:40:18
|
40 | pub async fn new(gateway_uri: &str) -> Self {
| ^^^
help: remove the extra argument
|
65 - let mut interactor = Interactor::new(config.gateway_uri(), config.use_chain_simulator())
65 + let mut interactor = Interactor::new(config.gateway_uri())
|
|
Contracts / Rust tests:
contracts/adder/interact/src/basic_interact.rs#L65
this function takes 1 argument but 2 arguments were supplied
|
Contracts / Rust tests
Process completed with exit code 101.
|
Contracts / Test Coverage:
contracts/adder/interact/src/basic_interact.rs#L65
this function takes 1 argument but 2 arguments were supplied
|
Contracts / Test Coverage
Process completed with exit code 1.
|
Contracts / Wasm tests:
contracts/adder/interact/src/basic_interact.rs#L65
this function takes 1 argument but 2 arguments were supplied
|
Contracts / Wasm tests
Process completed with exit code 101.
|
Contracts / Clippy linter check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Contracts / Rust tests
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/
|
Contracts / Test Coverage
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/
|
Contracts / Wasm tests
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/
|