You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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>
Description of bug
It seems like the polkadot omni node is not enabling the offchain workers under any circumstance.
This would also mean that
--offchain-worker
flag is being ignored.Fix is likely adding something like this to the service part:
polkadot-sdk/substrate/bin/node/cli/src/service.rs
Lines 783 to 804 in 8bf1eda
The text was updated successfully, but these errors were encountered: