The last testnet, gaia-6002, halted about a week and a half ago. The development team has since isolated root causes, debugged, and pushed fixes for all discovered issues (see the tracker and individual explanations on each issue).
These bugs were primarily caused by several subtle edge cases in the staking/slashing logic, which tends to be complex since it must implement Cosmos’s proof-of-stake algorithm in an efficient manner for an unbounded number of validator candidates, delegators per validator, and validators per delegate. We are taking multiple steps to avoid such bugs in the future: simplifying the validator update logic, writing a randomized simulation testsuite, and experimenting with new methods of collaborative code review.
Meticulous user-submitted bug reports have been instrumental in our debugging. Please continue to submit issues to the Cosmos SDK repository for possible state machine errors and UX flaws alike, and make sure to include the steps to replicate your situation or relevant transactions / block heights for actions taken on a live testnet.
Cheers - see you on the new testnet, gaia-7000, launching soon!