HyperSDK "Contract Events" #158
MuffinsThaCat
started this conversation in
Brainstorming
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Roughly similar in design yet not nearly as sophisticated, I've been working on a HyperSDK implementation of Substrate's Off-Chain Worker Subsystem. If the chain is going Hyper Fast more complex computations will not be able to be performed in the time of a block. Hyperchains could then choose to use off-chain computations run by external compute nodes(most preferably with TEE's but not exclusively). This would allow them to carry out computations that ping and pong, entering at a block and executing at a future block. This would not interfere with the current wasm runtime and is entirely optional for the HyperSDK developer to use.
Beta Was this translation helpful? Give feedback.
All reactions