[v1.1.0]
- 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