Refactor to account for upstream changes in ibc-go 02-client refactor #737
Labels
C: Relayer
COMPONENT: Relayer
R: Major
RELEASE: PR contains breaking changes that have to wait till a major release is made to be merged
T: Refactor
TYPE: Refactor
We will need to account for some upstream changes in ibc-go following their completion of the refactor to the 02-client codebase. Creating this issue to keep track of changes that will need to be made in the relayer.
Loose item checklist
ibcexported.Header
will be replaced byibcexported.ClientMessage
throughout the entire codebaseclienttypes.PackHeader()
will be removed and replaced withclienttypes.PackClientMessage()
seeReferences:
cosmos/ibc-go#1202 (comment)
cosmos/ibc-go#1107
The text was updated successfully, but these errors were encountered: