omni-node: add offchain worker (#7479)
# Description Copy pasted the `parachain-template-node` offchain worker setup to omni-node-lib for both aura and manual seal nodes. Closes #7447 ## Integration Enabled offchain workers for both `polkadot-omni-node` and `polkadot-parachain` nodes. This would allow executing offchain logic in the runtime and considering it on the node side. --------- Signed-off-by:Iulian Barbu <iulian.barbu@parity.io> Co-authored-by:
cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
9c474d54
Showing
- Cargo.lock 3 additions, 0 deletionsCargo.lock
- cumulus/polkadot-omni-node/lib/Cargo.toml 3 additions, 0 deletionscumulus/polkadot-omni-node/lib/Cargo.toml
- cumulus/polkadot-omni-node/lib/src/common/mod.rs 3 additions, 0 deletionscumulus/polkadot-omni-node/lib/src/common/mod.rs
- cumulus/polkadot-omni-node/lib/src/common/spec.rs 24 additions, 0 deletionscumulus/polkadot-omni-node/lib/src/common/spec.rs
- cumulus/polkadot-omni-node/lib/src/fake_runtime_api/utils.rs 6 additions, 0 deletionscumulus/polkadot-omni-node/lib/src/fake_runtime_api/utils.rs
- cumulus/polkadot-omni-node/lib/src/nodes/manual_seal.rs 24 additions, 0 deletionscumulus/polkadot-omni-node/lib/src/nodes/manual_seal.rs
- prdoc/pr_7479.prdoc 9 additions, 0 deletionsprdoc/pr_7479.prdoc
Please register or sign in to comment