-
Notifications
You must be signed in to change notification settings - Fork 46
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
Off-chain worker mode #858
Conversation
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.
Very nice and clean! I am very happy about this. I think the overall solution for the off-chain worker template became so much simpler now!
Only a few minor questions.
32cdb57
to
e4cc67b
Compare
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.
Very nice! Only one input, but I leave it at your discretion if you want to implement that.
85a2a92
to
7806620
Compare
sidechain
andoffchain-worker
) to distinguish between the two worker modessidechain
andoffchain-worker
.ADDITIONAL_WORKER_FEATURES
.Corresponding documentation in the Integritee wiki is done in this PR: integritee-network/IntegriteeWiki#1
Part of #836