The IncentiveLayer contract uses a commit reveal approach for parts of its interactions.
Solver commits random bits, solutions, and later reveals them after certain states.
Verifier reveals challenge intent, and reveals after a certain state.
This code would be added as event handler logic to wasm-client/solver and wasm-client/verifier.
On #33
The IncentiveLayer contract uses a commit reveal approach for parts of its interactions.
Solver commits random bits, solutions, and later reveals them after certain states. Verifier reveals challenge intent, and reveals after a certain state.
This code would be added as event handler logic to
wasm-client/solver
andwasm-client/verifier
.