strangelove-ventures / wormhole

SL fork for wormhole dev work.
https://wormhole.com
Other
1 stars 0 forks source link

debug ict/cosmos relaer not creating new channel with nonstandard version #91

Closed kakucodes closed 1 month ago

kakucodes commented 1 month ago
r.CreateChannel(ctx, eRep, "wormosmo-wh", ibc.CreateChannelOptions{
        SourcePortName: fmt.Sprintf("wasm.%s", osmosisWormholeIbcContractAddr),
        DestPortName:   fmt.Sprintf("wasm.%s", coreContractAddr),
        Order:          ibc.Unordered,
        Version:        "ibc-wormhole-v1",
    })

fails to create the desired channel and needs to be dug into

kakucodes commented 1 month ago

https://github.com/kakucodes/wormhole/commit/24eb92a8a745ba2672752c638cf1fc97c3a5d1c2 fix is contained in this pr