All notable changes to the project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Software upgrade v1.1.0 has been added to the upgrade handler
- Major logical upgrade fixing unwanted load issues regarding beam's auto-close feature
- Previous: would iterate every block over the whole beams queue and find the ones that might be closed at current height
- Now: Blocks are sorted by planned-close-height and thus, every block only fetch a few at a time.
- Minor logical fix for the beam creation date
- Bumped Cosmos SDK to v0.45.0
- Bumped Golang version to 1.18
- Minor fix for the legacy REST endpoints used by Keplr
- Minor dependencies fix for the MapOfZones implementation
- Minor CI / CD / Scripting improvements
- Software upgrade v1.0.5 has been added to the upgrade handler
- Critical upgrade fixing issues related to the Staking module and IBC
- Upgrade to IBC v2
- Fix Staking module initialization
- Soft improvements
- Always enable api and telemetry
- Backport sync and node info rest endpoints for compatibility purpose
- Software upgrade v1.0.4 has been added to the upgrade handler
- Migration of the Airdrop KV from version 2 to version 3
- Airdrop module updates:
- Recompute and update module account balance
- Fix claim actions to properly handle free vs vested coins