Skip to content

Fix: use correct JSON keys fromBlock/toBlock in getLogs - #87

Merged
kubo39 merged 1 commit into
mainfrom
fix-keys-in-getLogs
Feb 14, 2026
Merged

Fix: use correct JSON keys fromBlock/toBlock in getLogs#87
kubo39 merged 1 commit into
mainfrom
fix-keys-in-getLogs

Conversation

@kubo39

@kubo39 kubo39 commented Feb 14, 2026

Copy link
Copy Markdown
Owner

The eth_getLogs JSON-RPC spec requires "fromBlock"/"toBlock" keys, but the implementation was using "from"/"to" instead.

https://ethereum.github.io/execution-apis/api/methods/eth_getLogs/

The eth_getLogs JSON-RPC spec requires "fromBlock"/"toBlock" keys,
but the implementation was using "from"/"to" instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kubo39
kubo39 merged commit 0524d29 into main Feb 14, 2026
1 check passed
@kubo39
kubo39 deleted the fix-keys-in-getLogs branch February 14, 2026 09:45
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.

1 participant