gRPC blanket implementation from ibc-rs #111
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
integration.yml
on: pull_request
cleanup-runs
7s
ibc-integration
3m 3s
Annotations
7 errors and 5 warnings
struct takes 1 generic argument but 2 generic arguments were supplied:
src/modules/ibc/impls.rs#L133
error[E0107]: struct takes 1 generic argument but 2 generic arguments were supplied
--> src/modules/ibc/impls.rs:133:28
|
133 | ) -> ClientQueryServer<ClientQueryService<IbcContext<S>, Upgrade<S>>> {
| ^^^^^^^^^^^^^^^^^^ ---------- help: remove this generic argument
| |
| expected 1 generic argument
|
note: struct defined here, with 1 generic parameter: `T`
--> /home/runner/.cargo/git/checkouts/ibc-rs-54b257bb4e0c6ae7/6eb22d3/crates/ibc/src/services/client.rs:28:12
|
28 | pub struct ClientQueryServer<T> {
| ^^^^^^^^^^^^^^^^^ -
|
struct takes 1 generic argument but 2 generic arguments were supplied:
src/modules/ibc/impls.rs#L133
error[E0107]: struct takes 1 generic argument but 2 generic arguments were supplied
--> src/modules/ibc/impls.rs:133:28
|
133 | ) -> ClientQueryServer<ClientQueryService<IbcContext<S>, Upgrade<S>>> {
| ^^^^^^^^^^^^^^^^^^ ---------- help: remove this generic argument
| |
| expected 1 generic argument
|
note: struct defined here, with 1 generic parameter: `T`
--> /home/runner/.cargo/git/checkouts/ibc-rs-54b257bb4e0c6ae7/6eb22d3/crates/ibc/src/services/client.rs:28:12
|
28 | pub struct ClientQueryServer<T> {
| ^^^^^^^^^^^^^^^^^ -
|
method `allowed_clients` is not a member of trait `QueryContext`:
src/modules/ibc/impls.rs#L724
error[E0407]: method `allowed_clients` is not a member of trait `QueryContext`
--> src/modules/ibc/impls.rs:724:5
|
724 | / fn allowed_clients(&self) -> Vec<ClientType> {
725 | | vec![ClientType::new("07-tendermint").expect("no error")]
726 | | }
| |_____^ not a member of trait `QueryContext`
|
method `allowed_clients` is not a member of trait `QueryContext`:
src/modules/ibc/impls.rs#L724
error[E0407]: method `allowed_clients` is not a member of trait `QueryContext`
--> src/modules/ibc/impls.rs:724:5
|
724 | / fn allowed_clients(&self) -> Vec<ClientType> {
725 | | vec![ClientType::new("07-tendermint").expect("no error")]
726 | | }
| |_____^ not a member of trait `QueryContext`
|
struct takes 1 generic argument but 2 generic arguments were supplied:
src/modules/ibc/impls.rs#L133
error[E0107]: struct takes 1 generic argument but 2 generic arguments were supplied
--> src/modules/ibc/impls.rs:133:28
|
133 | ) -> ClientQueryServer<ClientQueryService<IbcContext<S>, Upgrade<S>>> {
| ^^^^^^^^^^^^^^^^^^ ---------- help: remove this generic argument
| |
| expected 1 generic argument
|
note: struct defined here, with 1 generic parameter: `T`
--> /home/runner/.cargo/git/checkouts/ibc-rs-54b257bb4e0c6ae7/6eb22d3/crates/ibc/src/services/client.rs:28:12
|
28 | pub struct ClientQueryServer<T> {
| ^^^^^^^^^^^^^^^^^ -
|
method `allowed_clients` is not a member of trait `QueryContext`:
src/modules/ibc/impls.rs#L724
error[E0407]: method `allowed_clients` is not a member of trait `QueryContext`
--> src/modules/ibc/impls.rs:724:5
|
724 | / fn allowed_clients(&self) -> Vec<ClientType> {
725 | | vec![ClientType::new("07-tendermint").expect("no error")]
726 | | }
| |_____^ not a member of trait `QueryContext`
|
ibc-integration
Process completed with exit code 101.
|
ibc-integration
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ibc-integration
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ibc-integration
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ibc-integration
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ibc-integration
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|