namada
namada copied to clipboard
fix fst epoch start height in apps tests
Describe your changes
On a live chain, we typically receive InitChain request with initial_height = 1, but the apps TestShell was using 0.
Indicate on which release or other PRs this topic is based on
#2312
diff for review: https://github.com/anoma/namada/pull/2380/files/72c1fff90bf35dfc5e2f54fa7fcd5dfa708a4a86..99ac08e70c883020f30bc2b67a7c9f52917bd297
Checklist before merging to draft
- [ ] I have added a changelog
- [ ] Git history is in acceptable state
there's some issue with the unit tests - when I run make test-unit locally I get stuck on test_oracle_reactivation, but when I run it on its own it passes (even tried to repeat it many times)