webasm-solidity
webasm-solidity copied to clipboard
[DEPRECATED] On-chain interpreter for WebAssembly written in Solidity
Need to test the following cases: * solver and verifier have different number of steps * solver and verifier disagree whether the state is final * solver and verifier disagree...
What is blocking this at the moment: * verified initialization: TrueBitFoundation/ocaml-offchain#39 * the result will have to be just the hash of output, when the challenge is posted, the solver...
There could be some kind of instruction that would trigger another verification game. For example there could be a function to execute another wasm program inside the wasm programs.
Perhaps the tasks should have a reference to the judge they use.
Needs some changes to proof generation.