v0.2.3
What's Changed
1. Default Logging Level:
- Added RUST_LOG=info as the default directive to enhance visibility and provide informative logs for better troubleshooting and monitoring.
2. Enhanced Near-State-Indexer Logs:
- Included additional informational logs at the start of the near-state-indexer process, providing deeper insights into its functionality and progress.
3. Optimistic Block Update Handling:
- Implemented a handler to check the regularity of optimistic block updates.
- If updates are irregular, the system initiates an update task to synchronize the final block from the lake, ensuring data consistency and integrity.