Closed Kailai-Wang closed 2 years ago
resolves #80
Try to avoid importing the whole parachain runtime when possible. Now parachain runtime is only used in service and cli where only std feature is activated.
service
cli
std
resolves #80
Try to avoid importing the whole parachain runtime when possible. Now parachain runtime is only used in
service
andcli
where onlystd
feature is activated.