plugeth/eth/filters
Ryan Schneider df2b3cd2bd
eth/filters: fix for eth_getLogs failing with finalized- and safe tag (#25922)
Prior to this change, f.begin (and possibly end) stay negative, leading to strange results later in the code. With this change, filters using "safe" and "finalized" block produce results consistent w/ the overall behavior of this RPC method.

Co-authored-by: Martin Holst Swende <martin@swende.se>
2022-10-06 14:43:55 +02:00
..
api_test.go all: change format 0x%x to %#x (#25221) 2022-07-04 11:03:32 +03:00
api.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
bench_test.go eth/filters: add global block logs cache (#25459) 2022-08-19 11:14:59 +02:00
filter_system_test.go eth/filters: fix for eth_getLogs failing with finalized- and safe tag (#25922) 2022-10-06 14:43:55 +02:00
filter_system.go all: fix docstrings 2022-10-04 09:18:02 +02:00
filter_test.go eth/filters: fix for eth_getLogs failing with finalized- and safe tag (#25922) 2022-10-06 14:43:55 +02:00
filter.go eth/filters: fix for eth_getLogs failing with finalized- and safe tag (#25922) 2022-10-06 14:43:55 +02:00