Added a /rest/blockhash/.json endpoint, so that the user can fetch a block hash by height via REST (analogous to the ‘getblockhash’ RPC method).
For someone wanting to gather block or header data via REST only, there was no way to begin fetching blocks/headers at specific heights without knowing the block hashes at those heights. This endpoint might also come in handy for someone wanting to quickly verify a block existing at a specific height in the active chain.