celestiaorg / celestia-app

Celestia consensus node
https://celestiaorg.github.io/celestia-app/
Apache License 2.0
346 stars 293 forks source link

Expand IBC tests to assert apphash #3895

Open ninabarbakadze opened 2 months ago

ninabarbakadze commented 2 months ago

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.