Integrate cosmwasm module into laconicd #25
Labels
No Label
bug
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From Ashwin: Integrate the latest cosmwasm module into chiba-clonk, enabling us to run cosmwasm contracts on chain.
Refactor cosmwasm stack onto SDK+SMTTo 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:
create
eval
keeper method that accepts WASM bytes, executes them, returns result without storing code or result in stateNotes:
Figure out how we manage/guarantee access to the state necessary for the execution (parameters, but much more data than possibly can be provided as call parameters)
Should this issue be closed?
@AFDudley this work has not been completed yet.
I think your edits addressed my concerns, thank you.