engine_getPayloadBodiesByRangeV1
can fetch too many payload bodies
#3055
Labels
engine_getPayloadBodiesByRangeV1
can fetch too many payload bodies
#3055
nimbus-eth1/nimbus/beacon/api_handler/api_getbodies.nim
Lines 63 to 78 in 67b8dd7
It calculates this
last
payload body to fetch but ultimately that doesn't matter, it fetches all ofstart..ben.chain.baseNumber
, which could be arbitrarily more more than themaxBodyRequest == 32
intended.The text was updated successfully, but these errors were encountered: