Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Version published to crates.io does not compile.
error[E0599]: no method named `route_message_with_priority` found for struct `Overseer` in the current scope
--> /home/seun/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polkadot-overseer-24.0.0/src/lib.rs:786:15
|
476 | / #[orchestra(
477 | | gen=AllMessages,
478 | | event=Event,
479 | | signal=OverseerSignal,
480 | | error=SubsystemError,
481 | | message_capacity=2048,
482 | | )]
| |__- method `route_message_with_priority` not found for this struct
...
786 | self.route_message_with_priority::<HighPriority>(msg.into(), origin).await?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `Overseer<S, SupportsParachains>`
error[E0277]: `PriorityLevel` doesn't implement `std::fmt::Debug`
--> /home/seun/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polkadot-overseer-24.0.0/src/lib.rs:311:3
|
293 | #[derive(Debug)]
| ----- in this derive macro expansion
...
311 | priority: PriorityLevel,
| ^^^^^^^^^^^^^^^^^^^^^^^ `PriorityLevel` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
|
= help: the trait `std::fmt::Debug` is not implemented for `PriorityLevel`
Steps to reproduce
Compile stable-2506 branch of simnode: polytope-labs/sc-simnode#52
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Version published to crates.io does not compile.
Steps to reproduce
Compile stable-2506 branch of simnode: polytope-labs/sc-simnode#52