cosmos / ibc-go

Inter-Blockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
554 stars 593 forks source link

chore: add ValidateBasic and test for MsgRecvPacket #7470

Closed bznein closed 1 month ago

bznein commented 1 month ago

Description

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

DimitrisJim commented 1 month ago

test cov failure is addressed in a bunch of other PRs (validation for msgsendpacket caused it to fail). Merging this for time being.