paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.8k stars 652 forks source link

`polkadot-omni-node`: avoid `frame-*` and `pallet-*` dependencies in `polkadot-parachain-lib` #5569

Open serban300 opened 3 weeks ago

serban300 commented 3 weeks ago

Remove all the dependencies to pallets and frame crates from polkadot-parachain-lib. These are required now because of some RuntimeApi definitions. We could move those definitions to primitives. See https://github.com/paritytech/polkadot-sdk/pull/5288#issuecomment-2288490200