witness: store local consensus state during initialization for witness feature #1793
master.yml
on: pull_request
Miscellaneous checks
3m 16s
Anchor Test
19m 7s
Rust tests
6m 6s
Annotations
3 errors and 2 warnings
the `?` operator can only be applied to values that implement `std::ops::Try`:
solana/solana-ibc/programs/solana-ibc/src/lib.rs#L126
error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
--> solana/solana-ibc/programs/solana-ibc/src/lib.rs:126:29
|
126 | let timestamp = clock?.unix_timestamp as u64;
| ^^^^^^ the `?` operator cannot be applied to type `anchor_lang::prelude::Clock`
|
= help: the trait `std::ops::Try` is not implemented for `anchor_lang::prelude::Clock`
|
Miscellaneous checks
Clippy had exited with the 101 exit code
|
Rust tests
Process completed with exit code 101.
|
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/
|