For the complete documentation index, see llms.txt
Node
Node is a core component of the Midnight network, responsible for syncing, validating transactions, and maintaining the chain state.
To download the component, click the appropriate link under Artifacts.
Release 0.22.5LATEST
24 April 2026
Artifacts
Summary
- Node-only patch release with no runtime upgrade.
- Added transaction pool gas cost filtering via
--max-tx-gas-costCLI argument andMAX_TX_GAS_COSTenvironment variable. - Added primary-key range bounding for cNIGHT observation queries to allow PostgreSQL to prune rows before running expensive joins.
- Reset devnet bundled chain spec to runtime version 0.22.0 to match Mainnet.