* Ethereum Classic Monetary Policy (#5741)
* Ethereum Classic Monetary Policy
Create a new parameter `ecip1017EraRounds`. When the block number
passes one era rounds, the reward is reduced by 20%.
See https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1017.md
* Update rewards for uncle miners for ECIP1017
In the monetary policy, the rewards are changed from "up to 7/8 of the
reward" to "1/32 of the reward".
* Fix an off-by-one error in ECIP1017 era calculation
According to
https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1017.md,
when in block number 5,000,000, it should still be in Era 1 (which in
our code `era == 0`). So we need to check whether the `rem` equals to
zero and act accordingly when calculating the era.
* `ecip1017_era_rounds` missing from EthashParams when run in build bot
* strip out ecip1017_eras_block_reward function and add unit test
* JS precompiled set to stable
* Add CHANGELOG.md (#5513)
* Add CHANGELOG.md
* Add some more verbose CHANGELOG information for beta and stable releases
* Add dates to releases
* reorg into blocks before minimum history (#5558)
* v1.6.7
* Fixes to the Registry dapp (#4984)
* Don't show fee warning when there is none
* Hide Warning in Registry onclick
* Use the default account in the Registry
* Fix Etherscan links in Regsitry
* Fix references to api outside of `parity.js` (#4981)
* Fix FireFox overflows (#5000)
* Max width for container
* Set min-width
* Switching ValidatorSet (#4961)
* add multi validator set
* nicer comment
* validate in constructor
* reporting
* Avoid clogging up tmp when updater dir has bad permissions. (#5024)
* force earliest era set in snapshot restore (#5021)
* v1.6.5
* Fine grained snapshot chunking
* Ropsten revival
* make validator set aware of various states
* fix updater build
* clean up contract call
* failing sync test
* adjust tests
* nicer indent [ci skip]
* revert bound divisor
* [ci skip] js-precompiled 20170314-121823
* Attach hardware wallets already in addressbook (#4912)
* Attach hardware wallets already in addressbook
* Only set values changed
* Add Vaults logic to First Run (#4894) (#4914)
* Add ability to configure Secure API (for #4885) (#4922)
* Add z-index to small modals as well (#4923)
* eth_sign where account === undefined (#4964)
* Update for case where account === undefined
* Update tests to not mask account === undefined
* default account = {} where undefined (thanks @tomusdrw)
* Fix Password Dialog forms style issue (#4968)