Overview
This patch release focuses on improved logging flexibility and performance optimization within the JSON RPC Relay. It introduces new environment variables to enable JSON-formatted logs and configurable SDK log levels, offering enhanced observability and debugging control. Additionally, upstream transaction fetching has been optimized to avoid unnecessary requests, resulting in more efficient runtime performance.
What's Changed
- feat: Add ENV var to use JSON logging by @kasey-alusi-vcc in #4474
- feat: stop fetching transactions data when its not needed by @jasuwienas in #4598
- feat: add configurable SDK_LOG_LEVEL for enhanced SDK logging by @quiet-node in #4578
Full Changelog: v0.73.0...v0.73.1