Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enhance the robustness of Filter's Deserialize method #10

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

keefel
Copy link

@keefel keefel commented Sep 20, 2024

Motivation

The eth_getLogs API returns an error when blockHash is set, but both fromBlock and toBlock are null. This behavior is unexpected. We need to fix this error to ensure it matches the behavior of geth.

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants