Closed aljo242 closed 1 year ago
ignite/modules
needs to be upgrade to ibc-go/v6
first. Then I can update the dependency.
Merging #1005 (222d312) into main (2316468) will increase coverage by
0.17%
. The diff coverage is72.72%
.
Modified monitoringp and monitoringc modules because the signature for SendPacket has been changed. Tests working for me, but this could use some further investigation/testing
There is just the sequence added as far as I can see and it is retrieve by the channel keeper. I don't see modification that influence verification logic
Ok - feel free to merge
Updates:
ibc-go
tov6
sdk
tov0.46.7
cosmos-proto
tov1.0.0-beta.1
tendermint
tov0.34.24
Modified
monitoringp
andmonitoringc
modules because the signature forSendPacket
has been changed.Tests working for me, but this could use some further investigation/testing