espresso-sequencer
espresso-sequencer copied to clipboard
Full Upgrade Test
We ideally should have a way to fully test upgrades locally. Right now we test going from v2 -> v3, but only on the upgraded v3 binary. We should also test that we can start on the v2 binary, upgrade to the v3 binary while still running v2, and upgrade to v3 within the same binary.
This task will
- Create a full-upgrade version of demo-native that works as described above
- Add this test to CI
- Default the test to running on the latest staging release vs. main branch