This maintenance release for the ETH-transactions-storage tool reduces the number of requests made to the Ethereum node and adds more logging throughout the application. It fixes the IPC connection to the Ethereum node as well as the database connection, improving overall reliability.
A new LOG_FILE environment variable has been introduced, allowing operators to configure where log output is written. Two helper scripts are now included: ethtest.py for testing the Ethereum node connection and pgtest.py for testing the PostgreSQL database connection. These scripts make it easier to diagnose connectivity issues during deployment.