litentry / tee-worker

Based on the integritee-network/worker framework
Apache License 2.0
4 stars 2 forks source link

Use parentchain-primitives whenever possible #86

Closed Kailai-Wang closed 2 years ago

Kailai-Wang commented 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.