mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 08:11:02 +00:00
Remove superflous parameter overseer_enable_anyways and make parachain node type more explicit (#7617)
* Remove superflous parameter `overseer_enable_anyways` We don't need this flag, as we don't need the overseer enabled when the node isn't a collator or validator. * Rename `IsCollator` to `IsParachainNode` `IsParachainNode` is more expressive and also encapsulates the state of the parachain node being a full node. Some functionality like the overseer needs to run always when the node runs alongside a parachain node. The parachain node needs the overseer to e.g. recover PoVs. Other things like candidate validation or pvf checking are only required for when the node is running as validator. * FMT * Fix CI
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
//! will contain methods from `vstaging`.
|
||||
//! The promotion consists of the following steps:
|
||||
//! 1. Bump the version of the stable module (e.g. `v2` becomes `v3`)
|
||||
//! 2. Move methods from `vstaging` to `v3`. The new stable version should include
|
||||
//! all methods from `vstaging` tagged with the new version number (e.g. all
|
||||
//! `v3` methods).
|
||||
//! 2. Move methods from `vstaging` to `v3`. The new stable version should include all methods from
|
||||
//! `vstaging` tagged with the new version number (e.g. all `v3` methods).
|
||||
pub mod v5;
|
||||
pub mod vstaging;
|
||||
|
||||
Reference in New Issue
Block a user