Skip to content

added mock client and consensus state #122

added mock client and consensus state

added mock client and consensus state #122

Triggered via pull request October 13, 2023 11:46
@mina86mina86
synchronize #27
fix-ibc-test
Status Failure
Total duration 9m 24s
Artifacts

master.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/