- An upgrade to Tendermint 0.35.9, which incorporates some bug fixes for the p2p issues that have resulted in network connectivity issues on our previous testnets: https://github.com/tendermint/tendermint/blob/v0.35.9/CHANGELOG.md#v0.35.9
- Relaxes the missed block window to reduce the jailing of validators: #1203
- More progress towards IBC: this testnet includes improvements and bugfixes to allow opening IBC connections to Cosmos SDK chains: https://twitter.com/penumbrazone/status/1550024949615579136
- Added support for generating ephemeral addresses using
pcli addr ephemeral
: #1193 - Simplified extended tx downloading: #1204
- Bugfix: resolves the “not a valid NCT root” that several users reported in the previous testnet: #1206
- Bugfix: Bans duplicate consensus keys: #1207