nucypher/nucypher

Review block scan chunk size

derekpierre opened this issue · 1 comments

How many maximum blocks at the time we request from JSON-RPC endpoint for event scanning, and we are unlikely to exceed the response size limit of the JSON-RPC server.

Current max chunk size is 10000 - https://github.com/nucypher/nucypher/blob/main/nucypher/blockchain/eth/trackers/dkg.py#L71

Closed by Derek's brilliance.