Closed ninabarbakadze closed 2 months ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Looks good. Probably a good idea to add ICA and IBC messages as well to expand the surface area of the tests
I'm extending the test to include all IBC messages for all verisons
Looks good. Probably a good idea to add ICA and IBC messages as well to expand the surface area of the tests
I'm extending the test to include all IBC messages for all verisons
After looking into adding IBC messages I realised that it would require me to add more test chains, set up relayers, etc. I think it's best if we have a separate test for executing IBC messages and comparing AppHash between versions. Thoughts? @cmwaters @rootulp
Don't we already have tests where we send IBC messages (i.e. ICA and Transfer) can't we just add the app hash test vectors within those tests?
Don't we already have tests where we send IBC messages (i.e. ICA and Transfer) can't we just add the app hash test vectors within those tests?
yeah we could. I'll open an issue for it.
Overview
Fixes #3624