openethereum/json/src
Stewart Mackenzie d152fa3e85 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
2017-06-19 18:56:37 +02:00
..
blockchain Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
misc Proper default accounts RPCs (#4580) 2017-02-20 16:33:12 +01:00
spec Ethereum Classic Monetary Policy (#5741) 2017-06-19 18:56:37 +02:00
state EIP-86 (#4697) 2017-04-19 14:30:00 +02:00
transaction Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
trie Serde 0.9 (#4508) 2017-02-13 18:38:47 +03:00
vm Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
bytes.rs Serde 0.9 (#4508) 2017-02-13 18:38:47 +03:00
hash.rs Updating JSON-RPC crates (#4934) 2017-03-22 07:02:14 +01:00
lib.rs Serde 0.9 (#4508) 2017-02-13 18:38:47 +03:00
maybe.rs New state tests (#5418) 2017-04-12 13:33:49 +02:00
uint.rs Update dependencies and bigint api (#5685) 2017-05-24 12:31:33 +02:00