added mock client and consensus state #123
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
master.yml
on: pull_request
Miscellaneous checks
6m 54s
Rust tests
5m 19s
Rust Miri tests
7m 31s
Annotations
2 errors and 1 warning
useless conversion to the same type: `ibc::core::timestamp::Timestamp`:
solana/solana-ibc/programs/solana-ibc/src/validation_context.rs#L97
error: useless conversion to the same type: `ibc::core::timestamp::Timestamp`
--> solana/solana-ibc/programs/solana-ibc/src/validation_context.rs:97:20
|
97 | Ok(mock_consensus_state.timestamp().into())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `mock_consensus_state.timestamp()`
|
= 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)]`
|
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/
|