This release will require a protocol upgrade.
This release contains a consensus protocol upgrade, which implements the following spec:
https://github.com/algorandfoundation/specs/tree/d050b3cade6d5c664df8bd729bf219f179812595
Please note that the consensus upgrade window for this release is 60,000 rounds, instead of 140,000. This means that once approved, the upgrade will take effect in a shorter time frame than a week.
Changes
- General
- Bug Fix - Fix accessing int64 atomic variables on arm32 which was causing a panic on startup on ARM32
- Ledger
- Bug Fixes
- Ensure local delta does not have entries with empty key-value stores
- Prevent storing empty accounts in DB after opting out from an app
- DB data migration for empty accounts
- compatibility mode for account index calculation in eval delta
- Bug Fixes