Skip to content

Update ibc-chain-registry requirement from 0.24.1 to 0.25.0 #784

Update ibc-chain-registry requirement from 0.24.1 to 0.25.0

Update ibc-chain-registry requirement from 0.24.1 to 0.25.0 #784

Triggered via pull request August 17, 2023 11:45
Status Failure
Total duration 6m 8s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

scheduled.yml

on: pull_request
ubuntu / nightly
5m 58s
ubuntu / nightly
ubuntu / beta / updated
3s
ubuntu / beta / updated
Fit to window
Zoom out
Zoom in

Annotations

3 errors
mismatched types: cw-orch-daemon/src/state.rs#L47
error[E0308]: mismatched types --> cw-orch-daemon/src/state.rs:47:57 | 47 | GrpcChannel::connect(&chain_data.apis.grpc, &chain_data.chain_id).await?; | -------------------- ^^^^^^^^^^^^^^^^^^^^ expected `ChainId`, found a different `ChainId` | | | arguments to this function are incorrect | = note: `ChainId` and `ChainId` have similar names, but are actually distinct types note: `ChainId` is defined in crate `ibc_relayer_types` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ibc-relayer-types-0.25.0/src/core/ics24_host/identifier.rs:20:1 | 20 | pub struct ChainId { | ^^^^^^^^^^^^^^^^^^ note: `ChainId` is defined in crate `ibc_relayer_types` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ibc-relayer-types-0.24.1/src/core/ics24_host/identifier.rs:20:1 | 20 | pub struct ChainId { | ^^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `ibc_relayer_types` are being used? note: associated function defined here --> cw-orch-daemon/src/channel.rs:15:18 | 15 | pub async fn connect(grpc: &[Grpc], chain_id: &ChainId) -> Result<Channel, DaemonError> { | ^^^^^^^ ------------------
ubuntu / nightly
Process completed with exit code 101.
mismatched types: cw-orch-daemon/src/state.rs#L47
error[E0308]: mismatched types --> cw-orch-daemon/src/state.rs:47:57 | 47 | GrpcChannel::connect(&chain_data.apis.grpc, &chain_data.chain_id).await?; | -------------------- ^^^^^^^^^^^^^^^^^^^^ expected `ChainId`, found a different `ChainId` | | | arguments to this function are incorrect | = note: `ChainId` and `ChainId` have similar names, but are actually distinct types note: `ChainId` is defined in crate `ibc_relayer_types` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ibc-relayer-types-0.25.0/src/core/ics24_host/identifier.rs:20:1 | 20 | pub struct ChainId { | ^^^^^^^^^^^^^^^^^^ note: `ChainId` is defined in crate `ibc_relayer_types` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ibc-relayer-types-0.24.1/src/core/ics24_host/identifier.rs:20:1 | 20 | pub struct ChainId { | ^^^^^^^^^^^^^^^^^^ = note: perhaps two different versions of crate `ibc_relayer_types` are being used? note: associated function defined here --> cw-orch-daemon/src/channel.rs:15:18 | 15 | pub async fn connect(grpc: &[Grpc], chain_id: &ChainId) -> Result<Channel, DaemonError> { | ^^^^^^^ ------------------