ComposableFi / ibc-go

Interblockchain communication protocol (IBC) implementation in Golang.
https://ibcprotocol.org/
MIT License
8 stars 3 forks source link

Change UpdateState return type #19

Closed TxCorpi0x closed 2 years ago

TxCorpi0x commented 2 years ago

Summary

Downstream merge the latest changes of the upstream IBC-Go lib

Problem Definition

Merging needs UpdateState to be modified and gets matched with the interface return type.

Proposal

Method return type needs modification. Merkle tree lib is updated and needs to include in the go.mod Merkle tree index type has changed so the IBC proto types should be changed accordingly