TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 198 forks source link

Utilize BlockRange on eth_getLogs querys #3225

Open bh2smith opened 1 year ago

bh2smith commented 1 year ago

An important existing TODO. Also related to #1829

https://github.com/TrueBlocks/trueblocks-core/blob/4575013c381d6e86aca449c00d832c23d9e3e462/src/apps/chifra/internal/scrape/handle_blaze_blaze.go#L70-L71

tjayrush commented 1 year ago

This may be less optimal than it seems since we have to query trace_block and eth_getBlockByNumber anyway to pick up all the other appearances anyway. But...it's something we could easily do.

tjayrush commented 1 year ago

Delaying this for this release. Should be labeled TC-apps:scrape