mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 22:55:43 +00:00
Separate ParachainId injection to its own pallet (#183)
* Separate paraid injection to own pallet * Move token dealer to a crate * Move to rococo-parachains * Remove parameter_types hack * Fix chainspec * fix build * remove commented code * Update contracts runtime to match other runtime * Apply suggestions from code review Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Alphebetize workspace members * Parachain info to own crate * prune system = frame_system Co-authored-by: Ricardo Rius <ricardo@parity.io> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
+5
-3
@@ -5,12 +5,14 @@ members = [
|
||||
"network",
|
||||
"parachain-upgrade",
|
||||
"primitives",
|
||||
"rococo-parachains/",
|
||||
"rococo-parachains/contracts-runtime",
|
||||
"rococo-parachains/pallets/parachain-info",
|
||||
"rococo-parachains/pallets/token-dealer",
|
||||
"rococo-parachains/runtime",
|
||||
"runtime",
|
||||
"test/runtime",
|
||||
"test/client",
|
||||
"rococo-parachains",
|
||||
"rococo-parachains/runtime",
|
||||
"rococo-parachains/contracts-runtime",
|
||||
"upward-message",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user