You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was closed after only supporting a subset of the block string values. Support all block string values in eth_getLogs.
Implementation
One-liner: Change this-2 to -4. (Should also change the name of the variable).
The text was updated successfully, but these errors were encountered:
BrendanChou
changed the title
Support safe/finalized/latest blocks in eth_getLogs
Support safe/finalized/latest block strings in eth_getLogsOct 12, 2023
BrendanChou
changed the title
Support safe/finalized/latest block strings in eth_getLogs
Support safe/finalized block strings in eth_getLogsOct 12, 2023
Rationale
This issue was closed after only supporting a subset of the block string values. Support all block string values in
eth_getLogs
.Implementation
One-liner: Change this
-2
to-4
. (Should also change the name of the variable).The text was updated successfully, but these errors were encountered: