Skip to content

Feat 3.5 implementation #667

Feat 3.5 implementation

Feat 3.5 implementation #667

Triggered via pull request September 11, 2024 15:22
Status Success
Total duration 2m 3s
Artifacts 3

actions.yml

on: pull_request
Contracts  /  Wasm tests
1m 53s
Contracts / Wasm tests
Contracts  /  Test Coverage
51s
Contracts / Test Coverage
Contracts  /  Rust tests
27s
Contracts / Rust tests
Contracts  /  Clippy linter check
11s
Contracts / Clippy linter check
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
Contracts / Wasm tests
no matching workflow run found with any artifacts?
[clippy] multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs#L371: multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs#L371
warning: this function has too many arguments (8/7) --> multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs:371:5 | 371 | / fn add_refund_batch_tx_single_payment_should_fail( 372 | | &mut self, 373 | | from_address: TestSCAddress, 374 | | to_address: TestSCAddress, ... | 379 | | expected_error: &str, 380 | | ) { | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
[clippy] multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs#L872: multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs#L872
warning: the borrowed expression implements the required traits --> multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs:872:9 | 872 | &BigUint::from(10_000u64), | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `BigUint::from(10_000u64)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
[clippy] multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs#L878: multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs#L878
warning: the borrowed expression implements the required traits --> multi-transfer-esdt/tests/multi_transfer_blackbox_test.rs:878:9 | 878 | &BigUint::from(10_000u64), | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `BigUint::from(10_000u64)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
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, actions/upload-artifact@v3, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v2. 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, actions/upload-artifact@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coverage", "report", "report-markdown". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
coverage Expired
5.24 KB
report Expired
6.97 KB
report-markdown Expired
899 Bytes