-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
omni-node: add offchain worker #7479
omni-node: add offchain worker #7479
Conversation
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
/cmd prdoc --audience runtime_dev,node_dev --bump patch |
Command "" has started 🚀 See logs here |
Command "" has finished ✅ See logs here |
/cmd prdoc --audience runtime_dev --bump patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
87f4f3f
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-7479-to-stable2407
git worktree add --checkout .worktree/backport-7479-to-stable2407 backport-7479-to-stable2407
cd .worktree/backport-7479-to-stable2407
git reset --hard HEAD^
git cherry-pick -x 87f4f3f0df5fc0cc72f69e612909d4d213965820
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-7479-to-stable2409
git worktree add --checkout .worktree/backport-7479-to-stable2409 backport-7479-to-stable2409
cd .worktree/backport-7479-to-stable2409
git reset --hard HEAD^
git cherry-pick -x 87f4f3f0df5fc0cc72f69e612909d4d213965820
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-7479-to-stable2412
git worktree add --checkout .worktree/backport-7479-to-stable2412 backport-7479-to-stable2412
cd .worktree/backport-7479-to-stable2412
git reset --hard HEAD^
git cherry-pick -x 87f4f3f0df5fc0cc72f69e612909d4d213965820
git push --force-with-lease |
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
andpolkadot-parachain
nodes. This would allow executing offchain logic in the runtime and considering it on the node side.