support sovereign light client #425
integration.yml
on: pull_request
ibc-integration
1m 25s
Annotations
5 errors and 1 warning
not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`:
basecoin/modules/src/ibc/impls.rs#L486
error[E0046]: not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`
--> basecoin/modules/src/ibc/impls.rs:486:1
|
486 | / impl<S> ValidationContext for IbcContext<S>
487 | | where
488 | | S: Store + Debug,
| |_____________________^ missing `ClientStateWrapperAtAnyCounterParty` in implementation
|
= help: implement the missing item: `type ClientStateWrapperAtAnyCounterParty<CS> = /* Type */;`
|
not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`:
basecoin/modules/src/ibc/impls.rs#L486
error[E0046]: not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`
--> basecoin/modules/src/ibc/impls.rs:486:1
|
486 | / impl<S> ValidationContext for IbcContext<S>
487 | | where
488 | | S: Store + Debug,
| |_____________________^ missing `ClientStateWrapperAtAnyCounterParty` in implementation
|
= help: implement the missing item: `type ClientStateWrapperAtAnyCounterParty<CS> = /* Type */;`
|
not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`:
basecoin/modules/src/ibc/impls.rs#L486
error[E0046]: not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`
--> basecoin/modules/src/ibc/impls.rs:486:1
|
486 | / impl<S> ValidationContext for IbcContext<S>
487 | | where
488 | | S: Store + Debug,
| |_____________________^ missing `ClientStateWrapperAtAnyCounterParty` in implementation
|
= help: implement the missing item: `type ClientStateWrapperAtAnyCounterParty<CS> = /* Type */;`
|
ibc-integration:
basecoin/modules/src/ibc/impls.rs#L486
not all trait items implemented, missing: `ClientStateWrapperAtAnyCounterParty`
|
ibc-integration
Process completed with exit code 1.
|
ibc-integration
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|