Midnight Indexer
The Midnight Indexer is a set of components designed to optimize the flow of blockchain data from a Midnight node to end-user applications. It retrieves history of blocks, processes them, stores indexed data efficiently, and provides a GraphQL API for queries and subscriptions.
11 June 2025
Midnight Indexer 2.1.3 Release Notesβ
Stable Releaseβ
- Version: 2.1.3
- Audience: Node operators, developers integrating with the Midnight ecosystem
- Environment: Production-ready
This release (2.1.3) is considered stable and production-ready. It can safely be deployed in public and production environments.
Key Changes & Highlightsβ
note
This release requires wallet-sdk v5.0.0+ (compatible with Lace Wallet v3.0.0 or higher).
Changelogβ
Featuresβ
- Extend PostgreSQL pool configuration
Refactorβ
- Minimize storage access
Compatibilityβ
- Midnight Ecosystem: Fully compatible with Midnight Node 0.12 and related infrastructure.
- Operating Systems: Fully tested on Linux, with limited support for Windows and macOS.
Additional Resourcesβ
- Community Support: Join the discussion on Discord
Upgrade/Migration Guideβ
Prerequisitesβ
- PostgreSQL installed and configured (for production)
- Network access to a Midnight node
Installation & Migrationβ
- Deploy new indexer binary
- Connect to appropriate backend (SQLite or PostgreSQL)
- Point your API integration to the new endpoint
Post-Upgrade Checksβ
- Confirm GraphQL queries resolve as expected
- Monitor logs for error-free startup