Midnight Indexer v4.0.1 release notes
For the complete documentation index, see llms.txt
- Version: v4.0.1
- Date: March 25, 2026
- Paired node: 0.22.x
- API version: v4
High-level summary
Midnight Indexer 4.0.1 is a hotfix release on the 4.0.x line for a single issue: the currentCapacity calculation for DUST generation used mismatched timestamp units. No schema changes.
Audience
This release note is relevant for:
- Operators running the Midnight Indexer 4.0.x against Node 0.22.x
- Wallet developers reading DUST generation capacity from the Indexer API
What changed
- Corrected a timestamp unit mismatch in the
currentCapacitycalculation (#929)
Breaking changes
None. Drop-in upgrade from 4.0.0.
Bug fixes
currentCapacity timestamp units
The DUST generation currentCapacity value was computed from timestamps in different units, producing wrong capacity figures. The calculation now uses consistent units. (#929)
Links and references
- GitHub release: v4.0.1 on GitHub
- Full changelog: CHANGELOG.md at v4.0.1
- Schema: Indexer API v4 schema
- API reference: Midnight Indexer API v4
- Docker images: Chain Indexer, Indexer API, Wallet Indexer, Indexer Standalone