Algorand Indexer 2.13.0
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
- Github-Actions: Updating pr label check by @algojack in #1078
- RFC-0001: Rfc 0001 impl by @Eric-Warehime in #1069
- Enhancement: Use local ledger instead of postgres for account cache by @winder in #1085
Not Yet Enabled
- RFC: Add exporter interface RFC by @Eric-Warehime in #1061
Other
- Documentation for data directory. by @winder in #1125
- Don't lookup big foreign assets. by @winder in #1141
- Fix import performance test runner. by @winder in #1133
Full Changelog: 2.12.4...2.13.0
