Skip to content

Algorand Indexer 2.4.0

Compare
Choose a tag to compare
@onetechnical onetechnical released this 26 May 21:20
baa014f

GitHub Logo

Highlights

This release addressed technical debt identified in previous releases.

Migrations in this release take around half an hour and are non-blocking, and include:

  • Cleaning up some stale account data for a small number of accounts which were closed and re-opened after rekeying, registering participation keys, or changing their online status
  • Search by freeze address filter fix

Changes

Bug Fixes

  • Converting GT/LT uint struct fields to uint pointers
  • Delete false error message in daemon when starting from round 0
  • Fix Freeze Address Search Filter + Migration
  • Fix idb/mocks/IndexerDb.go regeneration
  • Migration that clears account data for accounts that have been closed
  • Retry db transactions on a serialization error
  • Return the right close amount for transfer transactions.