cosmos / ibc-go

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

Add additional tests for multi token transfers #6402

Open DimitrisJim opened 1 month ago

DimitrisJim commented 1 month ago

As a follow up to https://github.com/cosmos/ibc-go/pull/6401, add tests to cover cases where multiple packets are sent over.

Assertions on end state (i.e how many packets were sent, balances after multi token sent) would be nice to have to ensure failure of any possible early returns in packet processing.


For Admin Use

colin-axner commented 3 weeks ago

Can we close this issue or is there more work to be done?

DimitrisJim commented 3 weeks ago

there is in relay_test.go. I can close when needed!