Overview
Patch release v0.50.1 addresses the issue of unexpected records being returned from eth_getLog requests with zero addresses. The update ensures that if the address parameter equals ZeroAddress, the call to the mirror node is skipped, and an empty array is returned immediately.
Enhancements
- fix: fixed unexpected returns for eth_getLog requests with zero address #2616
Contributors
Thank you to all the contributors who worked on this release:
@quiet-node
Full Changelog: v0.50.0...v0.50.1