Pass blockHash to parseRequest methods
gregdhill opened this issue · 0 comments
gregdhill commented
The methods that call this function read only from the finalized head but when parsing the requests we check the latest unfinalized state, this shouldn't be an issue in practice but it is better to be consistent and read from the same height.