Skip to content

Commit

Permalink
Update from iulianbarbu running command 'prdoc --audience runtime_dev…
Browse files Browse the repository at this point in the history
… --bump patch'
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
1 parent ca471a9 commit f1ab2da
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions prdoc/pr_7479.prdoc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f1ab2da

Please sign in to comment.