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
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
To effectively engage with the WASM file of the Sovereign light client on Cosmos SDK chains, we should set up a WASM-enabled Cosmos node and come up with necessary scripts to facilitate the deployment of the Sovereign client's WASM file. This subsequently would enable Hermes to the establishment of IBC transport and relaying.
These scripts should manage the procedures involved in uploading WASM files to the IBC store, querying WASM code hashes and laying down the ground for including and interacting with this Cosmos node through the CI (to perform our integration tests).
As for the Cosmos node binary, to begin with, the simd under the ibc-go feat/wasm-clients branch can serve as the candidate for our the development phase of light client.
The text was updated successfully, but these errors were encountered:
Farhad-Shabani
changed the title
Write scripts for WASM-enabled Cosmos node setup and Sovereign client WASM deployment
Scripts for WASM-enabled Cosmos node setup and Sovereign client WASM deployment
Nov 6, 2023
Background
To effectively engage with the WASM file of the Sovereign light client on Cosmos SDK chains, we should set up a WASM-enabled Cosmos node and come up with necessary scripts to facilitate the deployment of the Sovereign client's WASM file. This subsequently would enable Hermes to the establishment of IBC transport and relaying.
These scripts should manage the procedures involved in uploading WASM files to the IBC store, querying WASM code hashes and laying down the ground for including and interacting with this Cosmos node through the CI (to perform our integration tests).
As for the Cosmos node binary, to begin with, the simd under the ibc-go
feat/wasm-clients
branch can serve as the candidate for our the development phase of light client.The text was updated successfully, but these errors were encountered: