You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ICS-08 defines the WASM client specification. Using WASM clients has numerous benefits over traditional IBC light clients, mainly in client upgradability.
This ticket encompasses the following tasks:
Implement an IBC light client for the Pocket V1 network (for testing purposes)
Implement an IBC light client for the Cosmos ecosystem
These should both be accomplished in such a manner that enables the following:
ICS-02 interfaces are fully satisfied and function correctly
WASM binary code can be called within the golang host
WASM binary code can utilise functions imported from the golang host
This should be done by utilising wazero and Rust to compile to WASM.
These clients should only be for use on the Pocket V1 network.
Objective
ICS-08 defines the WASM client specification. Using WASM clients has numerous benefits over traditional IBC light clients, mainly in client upgradability.
This ticket encompasses the following tasks:
These should both be accomplished in such a manner that enables the following:
This should be done by utilising wazero and Rust to compile to WASM.
These clients should only be for use on the Pocket V1 network.
Origin Document
ICS-08 Specification
IBC Light Client Document
Goals
Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make ...
make ...
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdk8s LocalNet
is still functioning correctly by following the instructions hereCreator: @h5law
Co-Owners: @h5law
The text was updated successfully, but these errors were encountered: