-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate cosmwasm module into laconicd #25
Comments
To be able to run small pieces of warm to run. Off chain someone runs watcher, claims state root of watcher at certain height. If someone wants to contest, they send a tx to laconic claiming an operation produced the wrong result. On chain, we execute a small portion of the watcher execution graph (within the cosmwasm execution environment) to see that the state root produced is not as expected. For fraud proofs in the responder group, at the L3. |
TODO:
Notes:
|
Should this issue be closed? |
@AFDudley this work has not been completed yet. |
I think your edits addressed my concerns, thank you. |
otherwise this error presents itself silently: ``` updated config is invalid: client config invalid: chain-id is empty ``` Co-authored-by: zramsay <[email protected]> Reviewed-on: https://git.vdb.to/cerc-io/laconic2d/pulls/25 Co-authored-by: zramsay <[email protected]> Co-committed-by: zramsay <[email protected]>
From Ashwin: Integrate the latest cosmwasm module into chiba-clonk, enabling us to run cosmwasm contracts on chain.
Refactor cosmwasm stack onto SDK+SMTThe text was updated successfully, but these errors were encountered: