Highlights
This is a small release to support the upcoming algod protocol upgrade. This upgrade is necessary for running go-algorand 2.7.0 / 2.7.1 releases.
This release also includes miscellaneous small fixes and refactoring, as well as additional performance testing tools.
This release contains a couple small migrations as part of data cleanup, which should take less than a minute to complete.
Changes
New Features
- Add ExtraProgramPages app call field support
- Performance testing: block generator and reporting
- Prometheus metrics endpoint for performance testing
Enhancements
- Add install instructions
- Code cleanups and refactoring
- Make
deleted
columns NOT NULL - Update protocols.json to v28
- Add codecov integration
Bug Fixes
- Creatable ID is wrong on round 0
- Fix usage of e2e_client_runner.py
- Replace
GetMaxRoundLoaded()
withGetNextRoundToLoad()
- Return an error in
CommitRoundAccounting()
when import state is uninitialized