You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Overview
Fixes#2414
### This test is split up in a few parts:
- Execute transactions deterministically on v1 and save the AppHash.
#3522 ([includes genesis
folder backport from
utils](#3520))
- Set up the same testApp environment on main, execute transactions and
assert that the AppHash matches the one from v1
### Verifying the AppHash:
If you want to make sure that the expected AppHash is correct, you can
run the [non determinism test on
v1.x](#3522) that
generates it.
### Follow-ups:
#3509#3540
---------
Co-authored-by: Rootul P <[email protected]>
Description
Every time we add a new module we should add it to txsim.
This could take the form of a generic sequence that can work for any
sdk.Msg
or some equivalent.Acceptance Criteria
sdk.Msgs
via a sequenceThe text was updated successfully, but these errors were encountered: