Skip to content

Releases: algorand/indexer

Algorand Indexer 2.15.0-rc1

03 Nov 20:05
Compare
Choose a tag to compare
Pre-release

GitHub Logo

What's Changed

New Features

  • New Feature: Application Boxes in Indexer by @tzaffi in #1168

Enhancements

  • Enhancement: Update git submodule with go-algorand release commit 31a1099c by @tzaffi in #1304

Full Changelog: 2.14.2...2.15.0-rc1

Algorand Indexer 2.14.2

24 Oct 16:09
Compare
Choose a tag to compare

GitHub Logo

What's Changed

Bugfixes

Enhancements

Full Changelog: 2.14.1...2.14.2

Algorand Indexer 2.14.1

07 Oct 14:38
Compare
Choose a tag to compare

GitHub Logo

What's Changed

Bugfixes

New Features

Enhancements

  • Testing: Add a sample state proof with high index for testing by @algoidan in #1199
  • enhancement: Clarify REST query parameters for accounts search by @shiqizng in #1201
  • Enhancement: update e2e test policy by @shiqizng in #1197
  • enhancement: adding ParticipationUpdates to response by @shiqizng in #1215
  • REST API: Add Header-Only parameter to blocks endpoint, return error if there are too many transactions. by @shiqizng in #1241

New Contributors

  • @algoidan made their first contribution in #1199
  • @algolucky made their first contribution in #1169

Full Changelog: 2.14.0...2.14.1

Algorand Indexer 2.14.0

02 Sep 14:34
Compare
Choose a tag to compare

GitHub Logo

What's Changed

Bugfixes

New Features

Enhancements

  • Enhancement: remove import validator utility and obsolete ledger for evaluator by @tzaffi in #1146
  • Enhancement: Format misc/*.py with black by @tzaffi in #1153
  • Enhancement: apply black to e2elive.py as well by @tzaffi in #1154
  • Enhancement: More information about S3 keys searched for and Dockerfile that uses submodule instead of channel by @tzaffi in #1151
  • Enhancement: add max int64 checks by @shiqizng in #1166
  • Add support for new block header: TxnRoot SHA256 by @Aharonee in #989

Other

New Contributors

Full Changelog: 2.13.0...2.14.0

Algorand Indexer 2.14.0-rc4

29 Aug 15:58
Compare
Choose a tag to compare
Pre-release

GitHub Logo

Overview

Support for miscellaneous fixes to catchup and state proof totals calculation in go-algorand.

What's Changed

Other

Full Changelog: 2.14.0-rc3...2.14.0-rc4

Algorand Indexer 2.14.0-rc3

20 Aug 21:18
Compare
Choose a tag to compare
Pre-release

GitHub Logo

What's Changed

Enhancements

  • Add support for new block header: TxnRoot SHA256 by @Aharonee in #989

Bug Fixes

Other

New Contributors

Full Changelog: 2.14.0-rc2...2.14.0-rc3

Algorand Indexer 2.14.0-rc2

16 Aug 17:08
Compare
Choose a tag to compare
Pre-release

GitHub Logo

What's Changed

Bugfixes

Other

Full Changelog: 2.14.0-rc1...2.14.0-rc2

Algorand Indexer 2.14.0-rc1

11 Aug 16:00
Compare
Choose a tag to compare
Pre-release

GitHub Logo

Bugfixes

New Features

Enhancements

  • Enhancement: remove import validator utility and obsolete ledger for evaluator by @tzaffi in #1146
  • Enhancement: Format misc/*.py with black by @tzaffi in #1153
  • Enhancement: apply black to e2elive.py as well by @tzaffi in #1154
  • Enhancement: More information about S3 keys searched for and Dockerfile that uses submodule instead of channel by @tzaffi in #1151
  • Enhancement: add max int64 checks by @shiqizng in #1166

Full Changelog: 2.13.0...2.14.0-rc1

Algorand Indexer 2.13.0

27 Jul 13:29
Compare
Choose a tag to compare

GitHub Logo

Important Notice

A new --catchpoint option should be provided when upgrading from an earlier version of Indexer, or provisioning a new writer for an existing database. This option will run a fast catchup routine that initializes the data directory. Detailed instructions are available here.

This process may take 30 minutes or more.

Highlights

Local account cache

In this release, we have added an account cache to the Indexer data directory. It is used during block processing to optimize internal data access. Processing is now simpler, faster, and no longer depends on postgres.

For more details, refer to the Data Directory documentation.

What's Changed

Enhancements

Not Yet Enabled

Other

Full Changelog: 2.12.4...2.13.0

Algorand Indexer 2.12.4

09 Jul 22:46
Compare
Choose a tag to compare

GitHub Logo

Important Note

We are providing the 2.11.2 version because there are additional implementation requirements introduced in 2.12.x. Please refer to documentation for details:

https://github.com/algorand/indexer#data-directory

Overview

Bugfix to ignore malformed resources.

What's Changed

  • Bugfix: filter malformed resources

Full Changelog: 2.12.3...2.12.4