celestiaorg / celestia-app

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk
https://celestia.org
Apache License 2.0
328 stars 261 forks source link

AppHash mismatch test between main and v2 #3624

Open ninabarbakadze opened 3 days ago

ninabarbakadze commented 3 days ago

Description

Currently we have an AppHash mismatch test on main and v1.x executing state machine messages on v1. We should have the same test for v2.

Acceptance Criteria

rootulp commented 2 days ago

For clarification: the consistent app hash test on main executes v1 state machine messages and compares against an app hash generated from executing the same messages on the v1.x branch.

Which git branch do you propose adding the test in this issue to (presumably main)? If main where you plan to source the app hash used to compare against (presumably v2.0.0-rc2)?