* Save transactions to local storage.
* Checksum more things + reset hash on network change.
* Fix IHexTransaction type, grab from from tx object directly.
* Refactor storage of recent transactions to use redux storage and loading.
* Refactor types to a transactions types file.
* Initial crack at recent transactions tab on account
* Punctuation.
* Transaction Status responsive behavior.
* Refactor transaction helper function out to remove circular dependency.
* Fix typings
* Collapse subtabs to select list when too small.
* s/wallet/address
* Type select onChange
* Get fields from current state if web3 tx
* Allow zero number
* Fail when request payment is zero value, or if you try to send token with zero value.
* Parseint instead of addition casting to catch empty string.
* Fixes#1291. Implemented a new boolean that allows you to toggle whether you are using a disabled send tx button that persists or a send tx button that remains invisible until a valid transaction is present.
* Fixed object shorthand precommit error.
* Cleanup boolean logic, remove redundant code, make comparision elements more obvious
* Manage modal focus
* Add isOpen prop to CustomNodeModal
* Remove outline overrides
* Update outline style for inputs
* Fix modal focus management & Cleanup CustomNodeModal
* Add aria-label on modal close button
* Fix modal scroll to top
* Add aria-live property for notifications
* Add aria-busy to Spinner component
* Fix border styles for generatewallet password inputs
* Update token balances inputs
* Remove multiple h1's & Update styles
* Add alt text to all img elements
* Update swap link from bity to shapeshift
* Update aria-labels and alt text
* Only show keystore password input when required
* Revert "Only show keystore password input when required"
This reverts commit 7ec5de52da0982cd3131f365b142f6915638d831.
* address changes requested
* Verify and complete all branching saga logic tests for transaction stack.
* Write reducer tests for refactored transaction stack.
* Add selector tests. Some files still need to be debugged.
* Add snapshot test for fields, additional seelector testing.
* Remove fields snapshots.
* Remove ABIs from the TestState json
* Use redux state instead of raw json in selector testing.
* Fix merge issues.
* Remove log
* Fix state values.
* Change test value to wei.
* Last touchup.
* Fix buffer shape, change Wei typo, use reasonable wei values.
* Last touch up.
* Connect Promos; pass current wallet address to Coinbase
* Use ShapeShift as promo if no wallet instance when showing Coinbase
* use appstate for typing
* Revert "fix(package): update hard-source-webpack-plugin to version 0.6.4 (#1254)"
This reverts commit e45324e7f1.
* Revert "fix(package): update hard-source-webpack-plugin to version 0.6.1 (#1232)"
This reverts commit b016d35819.