Expand tests that already test/use IBC messages in order to avoid accidental regressions from ibc-go breaking AppHash. After IBC messages are executed assert AppHash generated from a diff branch(v1.x, v2.x) that executes the same messages. See consistent_apphash_test for reference.
Description
Expand tests that already test/use IBC messages in order to avoid accidental regressions from ibc-go breaking AppHash. After IBC messages are executed assert AppHash generated from a diff branch(v1.x, v2.x) that executes the same messages. See consistent_apphash_test for reference.