We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To reduce the number of state service requests, we could batch downloaded block hashes into a new request that takes a HashSet<block::Hash>.
HashSet<block::Hash>
This might improve performance.