witness: store local consensus state during initialization for witness feature #1790
master.yml
on: pull_request
Miscellaneous checks
3m 1s
Anchor Test
19m 47s
Rust tests
8m 36s
Annotations
2 errors and 2 warnings
using `clone` on type `CryptoHash` which implements the `Copy` trait:
solana/solana-ibc/programs/solana-ibc/src/lib.rs#L130
error: using `clone` on type `CryptoHash` which implements the `Copy` trait
--> solana/solana-ibc/programs/solana-ibc/src/lib.rs:130:21
|
130 | provable.hash().clone(),
| ^^^^^^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `*provable.hash()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
|
Miscellaneous checks
Clippy had exited with the 101 exit code
|
Miscellaneous checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Miscellaneous checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|