dymensionxyz / ibc-go

Interblockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
5 stars 3 forks source link

added backward compatible interface #27

Closed mtsitrin closed 1 year ago

mtsitrin commented 1 year ago

Unfortunately, wasm lib uses IBCKeeper internally, which means we need to maintain backward comptabile interface.

while this wasm code relates to testing (and probably won't be called) it still needs the correct interface to compile.