v2 Penumbra support in Hermes #20
Annotations
8 errors
no method named `status_stream` found for struct `penumbra_view::ViewService` in the current scope:
crates/relayer/src/chain/penumbra/chain.rs#L72
error[E0599]: no method named `status_stream` found for struct `penumbra_view::ViewService` in the current scope
--> crates/relayer/src/chain/penumbra/chain.rs:72:38
|
72 | let mut stream = vs2.status_stream().await?;
| ^^^^^^^^^^^^^ method not found in `ViewService`
|
::: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/2221fb7/crates/proto/src/gen/penumbra.view.v1alpha1.rs:2268:18
|
2268 | async fn status_stream(
| ------------- the method is available for `penumbra_view::ViewService` here
|
= help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
1 + use penumbra_proto::penumbra::view::v1alpha1::view_protocol_service_server::ViewProtocolService;
|
|
no method named `status_stream` found for struct `penumbra_view::ViewService` in the current scope:
crates/relayer/src/chain/penumbra/chain.rs#L72
error[E0599]: no method named `status_stream` found for struct `penumbra_view::ViewService` in the current scope
--> crates/relayer/src/chain/penumbra/chain.rs:72:38
|
72 | let mut stream = vs2.status_stream().await?;
| ^^^^^^^^^^^^^ method not found in `ViewService`
|
::: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/2221fb7/crates/proto/src/gen/penumbra.view.v1alpha1.rs:2268:18
|
2268 | async fn status_stream(
| ------------- the method is available for `penumbra_view::ViewService` here
|
= help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
1 + use penumbra_proto::penumbra::view::v1alpha1::view_protocol_service_server::ViewProtocolService;
|
|
cannot find type `PenumbraChain` in this scope:
crates/relayer/src/spawn.rs#L85
error[E0412]: cannot find type `PenumbraChain` in this scope
--> crates/relayer/src/spawn.rs:85:52
|
85 | ChainConfig::Penumbra(_) => ChainRuntime::<PenumbraChain>::spawn(config, rt),
| ^^^^^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use crate::chain::penumbra::chain::PenumbraChain;
|
|
cannot find type `PenumbraChain` in this scope:
crates/relayer/src/spawn.rs#L85
error[E0412]: cannot find type `PenumbraChain` in this scope
--> crates/relayer/src/spawn.rs:85:52
|
85 | ChainConfig::Penumbra(_) => ChainRuntime::<PenumbraChain>::spawn(config, rt),
| ^^^^^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use crate::chain::penumbra::chain::PenumbraChain;
|
|
no method named `status_stream` found for struct `penumbra_view::ViewService` in the current scope:
crates/relayer/src/chain/penumbra/chain.rs#L72
error[E0599]: no method named `status_stream` found for struct `penumbra_view::ViewService` in the current scope
--> crates/relayer/src/chain/penumbra/chain.rs:72:38
|
72 | let mut stream = vs2.status_stream().await?;
| ^^^^^^^^^^^^^ method not found in `ViewService`
|
::: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/2221fb7/crates/proto/src/gen/penumbra.view.v1alpha1.rs:2268:18
|
2268 | async fn status_stream(
| ------------- the method is available for `penumbra_view::ViewService` here
|
= help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
1 + use penumbra_proto::penumbra::view::v1alpha1::view_protocol_service_server::ViewProtocolService;
|
|
no method named `status_stream` found for struct `penumbra_view::ViewService` in the current scope:
crates/relayer/src/chain/penumbra/chain.rs#L72
error[E0599]: no method named `status_stream` found for struct `penumbra_view::ViewService` in the current scope
--> crates/relayer/src/chain/penumbra/chain.rs:72:38
|
72 | let mut stream = vs2.status_stream().await?;
| ^^^^^^^^^^^^^ method not found in `ViewService`
|
::: /home/runner/.cargo/git/checkouts/penumbra-54633d8978d5e293/2221fb7/crates/proto/src/gen/penumbra.view.v1alpha1.rs:2268:18
|
2268 | async fn status_stream(
| ------------- the method is available for `penumbra_view::ViewService` here
|
= help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
1 + use penumbra_proto::penumbra::view::v1alpha1::view_protocol_service_server::ViewProtocolService;
|
|
cannot find type `PenumbraChain` in this scope:
crates/relayer/src/spawn.rs#L85
error[E0412]: cannot find type `PenumbraChain` in this scope
--> crates/relayer/src/spawn.rs:85:52
|
85 | ChainConfig::Penumbra(_) => ChainRuntime::<PenumbraChain>::spawn(config, rt),
| ^^^^^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use crate::chain::penumbra::chain::PenumbraChain;
|
|
cannot find type `PenumbraChain` in this scope:
crates/relayer/src/spawn.rs#L85
error[E0412]: cannot find type `PenumbraChain` in this scope
--> crates/relayer/src/spawn.rs:85:52
|
85 | ChainConfig::Penumbra(_) => ChainRuntime::<PenumbraChain>::spawn(config, rt),
| ^^^^^^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
1 + use crate::chain::penumbra::chain::PenumbraChain;
|
|