integritee-network / worker

Integritee off-chain worker and sidechain validateer
Apache License 2.0
89 stars 46 forks source link

Expose RPC to query executed indirect calls in offchain worker #765

Closed clangenb closed 2 years ago

clangenb commented 2 years ago

If the sidechain is active, the executed indirect hashes are now in the sidechain blocks, but if we don't have a sidechain, the user must be able to query the worker if an indirect call has been executed.

See discussion: https://github.com/integritee-network/worker/pull/748/files#r877052375

murerfel commented 2 years ago

Currently, if we don't have a sidechain, we don't even execute indirect calls. So for an offchain worker, we'd need to implement a new 'executor' component for the indirect calls specifically.

clangenb commented 2 years ago

Ok, I see. I was not aware of that. I will close this issue accordingly, and we will wait until someone actually needs indirect execution without the sidechain.