Skip to content

feat: optimize nonce retrieval in NearClient #161

feat: optimize nonce retrieval in NearClient

feat: optimize nonce retrieval in NearClient #161

Triggered via pull request April 15, 2025 14:53
Status Failure
Total duration 2m 12s
Artifacts

cli.yml

on: pull_request
Matrix: shell_tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
useless conversion to the same type: `near_crypto::PublicKey`: src/client/near.rs#L497
error: useless conversion to the same type: `near_crypto::PublicKey` --> src/client/near.rs:497:13 | 497 | signer.secret_key.public_key().into(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `signer.secret_key.public_key()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
useless conversion to the same type: `near_crypto::PublicKey`: src/client/near.rs#L497
error: useless conversion to the same type: `near_crypto::PublicKey` --> src/client/near.rs:497:13 | 497 | signer.secret_key.public_key().into(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `signer.secret_key.public_key()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
Tests Silo CLI
Process completed with exit code 1.
Tests Simple CLI
The job was canceled because "Silo" failed.
Tests Advanced CLI
The job was canceled because "Silo" failed.
Tests Advanced CLI
The operation was canceled.