https://github.com/aergoio/aergo/releases/tag/v2.8.0
Important Update:
This release is deprecated. Please use 2.8.1 version.
To ensure stable Mainnet operations and support large-scale data processing, we’ve updated the default configuration for database storage. This change will perform internal migration work at first run of new version of aergosvr, and after the migration begins, it will no longer run by the old version of aergosvr.
Support hardfork V5
- Expected Block Height: 196,150,000
- Planned Schedule: July 21, 2025, near 9:00 AM KST
Improvements
Hardfork 5
- more strict validation for transactions and contract interactions
- support for internal operations
- added tracing for contract events, calls, and state variable changes
- enhanced contract transaction debugging capabilities
- fix error message on transfer to smart contract
- some minor fixes
Internal Storage
- improved support data size up to 10TB
- improved compaction performance
- added feature to configure DB storage for advanced usage
Security Updates
- Updated vulnerable libraries, ensuring enhanced protection against known vulnerabilities.
RPC
- added querying internal operations (
GetInternalOperations
) - added hardfork history field to
ChainInfo
- improved input parameter validation
Tools
aergocli
- enhanced to print query contract state results as JSON