openethereum/ethcore/res/ethereum
Arkadiy Paronyan aa7dfdf0f5 More backports into stable (#6061)
* 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
2017-07-14 20:39:38 +02:00
..
tests@9028c4801f Set release channel to stable 2017-07-13 15:13:52 +02:00
classic.json More backports into stable (#6061) 2017-07-14 20:39:38 +02:00
eip150_test.json EIP-98: Optional transaction state root (#4296) 2017-01-25 20:22:48 +01:00
eip161_test.json EIP-98: Optional transaction state root (#4296) 2017-01-25 20:22:48 +01:00
expanse.json Backporting to beta (#5791) 2017-06-07 22:09:16 +02:00
foundation.json Support both V1 & V2 DataChanged events in registry (#4734) 2017-03-03 13:33:49 +01:00
frontier_like_test.json EIP-98: Optional transaction state root (#4296) 2017-01-25 20:22:48 +01:00
frontier_test.json EIP-98: Optional transaction state root (#4296) 2017-01-25 20:22:48 +01:00
homestead_test.json EIP-98: Optional transaction state root (#4296) 2017-01-25 20:22:48 +01:00
kovan.json add monotonic transition to kovan (#5587) (#5630) 2017-05-16 12:06:12 +02:00
morden.json update ETC bootnodes (#4794) 2017-03-07 05:34:48 +01:00
olympic.json EIP-98: Optional transaction state root (#4296) 2017-01-25 20:22:48 +01:00
ropsten.json [beta] Backports (#5299) 2017-03-28 01:45:56 +02:00
transition_test.json Recalculate receipt roots in close_and_lock 2017-03-13 17:51:34 +01:00