ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

Investigate(wazero): Investigate how to handle offchain functions #3986

Open jimjbrettj opened 4 months ago

jimjbrettj commented 4 months ago

Issue summary

This issue can be considered done when:

Other information and links

jimjbrettj commented 4 months ago

After discussing with the team, this issue should make it so we clearly do not support offchain workers (for example, substrate can disable this via cli so maybe we do something similar) and that the way in which we handle the function calls without supporting the protocol is correct (i.e. do we need to return anything, do we remove, etc).

Then a future issue can be created to support offchain workers