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:
Joshy Orndorff
2020-08-07 15:52:15 -04:00
committed by GitHub
parent bda46b0b07
commit 1fcd05503a
13 changed files with 165 additions and 224 deletions
+5 -3
View File
@@ -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",
]