Skip to content

fix(ibc-core): copy substitute consensus state during client recovery #85

fix(ibc-core): copy substitute consensus state during client recovery

fix(ibc-core): copy substitute consensus state during client recovery #85

Triggered via pull request April 25, 2024 21:13
Status Failure
Total duration 1m 36s
Artifacts

upload-cw-clients.yaml

on: pull_request
Compile and upload Tendermint CosmWasm client
1m 24s
Compile and upload Tendermint CosmWasm client
Fit to window
Zoom out
Zoom in

Annotations

7 errors
cannot find method or associated constant `into_any` in trait `ibc_core::client::context::consensus_state::ConsensusState`: ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs#L20
error[E0576]: cannot find method or associated constant `into_any` in trait `ibc_core::client::context::consensus_state::ConsensusState` --> ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs:20:24 | 20 | #[derive(Clone, Debug, ConsensusStateDerive)] | ^^^^^^^^^^^^^^^^^^^^ not found in `ibc_core::client::context::consensus_state::ConsensusState` | = note: this error originates in the derive macro `ConsensusStateDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
method `into_any` is not a member of trait `ibc_core::client::context::consensus_state::ConsensusState`: ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs#L20
error[E0407]: method `into_any` is not a member of trait `ibc_core::client::context::consensus_state::ConsensusState` --> ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs:20:24 | 20 | #[derive(Clone, Debug, ConsensusStateDerive)] | ^^^^^^^^^^^^^^^^^^^^ not a member of trait `ibc_core::client::context::consensus_state::ConsensusState` | = note: this error originates in the derive macro `ConsensusStateDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
cannot find method or associated constant `into_any` in trait `ibc_core::client::context::consensus_state::ConsensusState`: ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs#L20
error[E0576]: cannot find method or associated constant `into_any` in trait `ibc_core::client::context::consensus_state::ConsensusState` --> ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs:20:24 | 20 | #[derive(Clone, Debug, ConsensusStateDerive)] | ^^^^^^^^^^^^^^^^^^^^ not found in `ibc_core::client::context::consensus_state::ConsensusState` | = note: this error originates in the derive macro `ConsensusStateDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
method `into_any` is not a member of trait `ibc_core::client::context::consensus_state::ConsensusState`: ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs#L20
error[E0407]: method `into_any` is not a member of trait `ibc_core::client::context::consensus_state::ConsensusState` --> ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs:20:24 | 20 | #[derive(Clone, Debug, ConsensusStateDerive)] | ^^^^^^^^^^^^^^^^^^^^ not a member of trait `ibc_core::client::context::consensus_state::ConsensusState` | = note: this error originates in the derive macro `ConsensusStateDerive` (in Nightly builds, run with -Z macro-backtrace for more info)
Compile and upload Tendermint CosmWasm client: ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs#L20
method `into_any` is not a member of trait `ibc_core::client::context::consensus_state::ConsensusState`
Compile and upload Tendermint CosmWasm client: ibc-clients/ics07-tendermint/cw-contract/src/client_type.rs#L20
cannot find method or associated constant `into_any` in trait `ibc_core::client::context::consensus_state::ConsensusState`
Compile and upload Tendermint CosmWasm client
Process completed with exit code 101.