Changelog
Overview
This changelog documents all configuration changes, new features, and breaking changes across Aztec node versions. Each version has a dedicated page with detailed migration instructions.
Version history
v4.x (Upgrade from Ignition)
Major upgrade from Ignition (v2.x) to Alpha (v4.x) with significant architectural changes.
Key changes:
- Checkpoint-based block architecture (multiple L2 blocks per slot)
- Blob-only data publication (EIP-4844), calldata fallback removed
- Double signing slashing infrastructure
- HA signing with PostgreSQL for redundant sequencer nodes
- Admin API key authentication
- Sequencer environment variable renames
- Withdrawal delay increase (7 to 30 days)
Migration difficulty: High
v2.0.2 (from v1.2.1)
Major release with significant configuration simplification, keystore integration, and feature updates.
Key changes:
- Simplified L1 contract address configuration (registry-only)
- Integrated keystore system for key management
- Removed component-specific settings in favor of global configuration
- Enhanced P2P transaction collection capabilities
- New invalidation controls for sequencers
Migration difficulty: Moderate to High
Migration guides
When upgrading between versions:
- Review the version-specific changelog for breaking changes
- Follow the migration checklist for your node type
- Test in a non-production environment first
- Check the troubleshooting section for common upgrade issues
- Join Aztec Discord for upgrade support
Related resources
- CLI Reference - Current command-line options
- Node API Reference - API documentation
- Ethereum RPC Reference - L1 RPC usage