babylonchain / babylon

Main repo for Babylon full node
https://babylonchain.io
Other
234 stars 165 forks source link

Add `08-wasm` clients module #695

Closed aeryz closed 2 months ago

aeryz commented 3 months ago

Add 08-wasm clients to enable IBC wasm light clients: https://ibc.cosmos.network/v8/ibc/light-clients/wasm/integration/

Note that a separate wasmvm is being used for ibc-wasm to fully isolate x/wasm and ibc-wasm modules. Sharing VM's were caused some issues for other people previously.