interbtc-api
interbtc-api copied to clipboard
Pass blockHash to parseRequest methods
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.