mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 14:25:41 +00:00
Parachain Consensus abstractions (#329)
* Move consensus to consensus-common crate * Move the parachain consensus out of the collator * Add first relay chain consensus stuff * Remove some warnings * Fix more stuff * Fix collator test * Change `ParachainConsensus` to take a mutable self * Make everything compile * Feedback
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"client/consensus",
|
||||
"client/consensus/common",
|
||||
"client/consensus/relay-chain",
|
||||
"client/network",
|
||||
"client/service",
|
||||
"pallets/parachain-system",
|
||||
|
||||
Reference in New Issue
Block a user