feat: optimize nonce retrieval in NearClient #161
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.
|