* Reinstates v3 behavior on transaction send: * Alert shows Check TX Status button * Check TX page uses txHash query param * LogOutPrompt now carries over search params and hash * Remove console log * Update test.
* Component layer and routing for transaction status. * Initial start on redux for transactions. * Initial crack at reducer / actions / saga for transactions. * Finish off check transaction saga, reducer, component, and page.