adding 1 to last_block_number (in blockwise spammer; used to lookup receipts by block number), which meant we never found any tx receipts, which would always fill up the cache.
a. at the end of the run, we'd find them by scanning over the whole range again, but for large runs this could waste a lot of time.
fetching receipts before the block was certain to have landed.
fixes two issues:
last_block_number
(in blockwise spammer; used to lookup receipts by block number), which meant we never found any tx receipts, which would always fill up the cache. a. at the end of the run, we'd find them by scanning over the whole range again, but for large runs this could waste a lot of time.