Skip to content

feat(tendermint): Instantiate Context for Tendermint types #239

feat(tendermint): Instantiate Context for Tendermint types

feat(tendermint): Instantiate Context for Tendermint types #239

Triggered via pull request November 21, 2023 10:09
@romacromac
synchronize #54
romac/tendermint
Status Failure
Total duration 1m 23s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Formatting
Process completed with exit code 1.
Clippy: test/src/proposal.rs#L35
error: using `clone` on type `Value` which implements the `Copy` trait --> test/src/proposal.rs:35:9 | 35 | self.value.clone() | ^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.value` | = 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)]`
Test
encountered diff marker
Test
Process completed with exit code 101.
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/