From f1ab2da5eb52fd85bdba9b8ec17850336f80f739 Mon Sep 17 00:00:00 2001 From: "cmd[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:29:45 +0000 Subject: [PATCH] Update from iulianbarbu running command 'prdoc --audience runtime_dev --bump patch' --- prdoc/pr_7479.prdoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 prdoc/pr_7479.prdoc diff --git a/prdoc/pr_7479.prdoc b/prdoc/pr_7479.prdoc new file mode 100644 index 000000000000..8d0aa1861f05 --- /dev/null +++ b/prdoc/pr_7479.prdoc @@ -0,0 +1,20 @@ +title: 'omni-node: add offchain worker' +doc: +- audience: Runtime Dev + description: |- + # 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. + + ## Review Notes + + I enabled offchain workers for both `aura` and `manual seal` nodes. Used the same setup done in `parachain-template-node`. +crates: +- name: polkadot-omni-node-lib + bump: patch