IMPORTANT This release requires a protocol upgrade. This release contains a consensus protocol upgrade, which implements the following spec: https://github.com/algorandfoundation/specs/tree/d5ac876d7ede07367dbaa26e149aa42589aac1f7 |
---|
Highlights
- Accounts can now create and opt in to an unlimited number of assets and applications
Changelog
New Features
Enhancements
- Agreement: Configurable incoming message buffer sizes (#3705) link
- Algod: Refactor registry operations (#3647) link
- Test: Document instructions for updating indexer e2e test input (#3704) link
- Ledger: Replace ledger.lookupresource with lookup{application,asset} (#3708) link
- Telemetry: Replace the uuid package dependency (#3715) link
Bug Fixes
- Test: Fix testassetconfig test to support unlimited assets (#3710) link
- Agreement: Fix fuzzer test networkfacade clock implementation (#3716) link
- Agreement: Add messages handled/dropped tagcounters (#3712) link
- Agreement: Add validatedat to proposal type and blockacceptedeventdetails message (#3703) link
- Fast catchup: Retry peers fetching (#3711) link
- Rest API: Fix check for record.appparams in accountapplicationinformation (#3707) link