Skip to content

HPP Node 3.9.5 (Arbitrum Nitro)

Choose a tag to compare

@ultrafellen ultrafellen released this 16 Jan 07:35
· 5 commits to main since this release
a434060

What's Changed

  • Docker image from Arbitrum Nitro v3.9.5
  • Improved manage script with new init command for easier node setup
    • Configure L1 RPC endpoint
    • Download snapshot file automatically
    • Enhanced integrity checks for data and configurations
  • Added status command to manage script for checking node status
  • Improved documentation for easier node operation
  • Fixed configuration value issue for mainnet deployment

Management Script Enhancements

The new init command streamlines the initial node setup process:

./manage.sh init mainnet  # Initialize mainnet configuration
./manage.sh init sepolia  # Initialize testnet configuration

The improved script now includes:

  • Automated configuration validation
  • Better error handling and integrity checks
  • Enhanced status monitoring capabilities

Full Changelog: v3.9.3...v3.9.5