This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Update ibc-proto and ibc-rs #210
Annotations
4 errors
associated type `ClientStateWrapperAtAnyCounterParty` not found for `Self`:
/home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs#L544
error[E0220]: associated type `ClientStateWrapperAtAnyCounterParty` not found for `Self`
--> /home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs:544:43
|
544 | _counterparty_client_state: Self::ClientStateWrapperAtAnyCounterParty<
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `ClientStateWrapperAtAnyCounterParty` not found
|
type `ClientStateWrapperAtAnyCounterParty` is not a member of trait `ValidationContext`:
/home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs#L493
error[E0437]: type `ClientStateWrapperAtAnyCounterParty` is not a member of trait `ValidationContext`
--> /home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs:493:5
|
493 | type ClientStateWrapperAtAnyCounterParty<CS> = CS;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `ValidationContext`
|
associated type `ClientStateWrapperAtAnyCounterParty` not found for `Self`:
/home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs#L544
error[E0220]: associated type `ClientStateWrapperAtAnyCounterParty` not found for `Self`
--> /home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs:544:43
|
544 | _counterparty_client_state: Self::ClientStateWrapperAtAnyCounterParty<
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `ClientStateWrapperAtAnyCounterParty` not found
|
type `ClientStateWrapperAtAnyCounterParty` is not a member of trait `ValidationContext`:
/home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs#L493
error[E0437]: type `ClientStateWrapperAtAnyCounterParty` is not a member of trait `ValidationContext`
--> /home/runner/.cargo/git/checkouts/basecoin-rs-bc4c68254c981138/b72e13f/basecoin/modules/src/ibc/impls.rs:493:5
|
493 | type ClientStateWrapperAtAnyCounterParty<CS> = CS;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `ValidationContext`
|