This adds block reward contract config to ethash. A new config `blockRewardContractCode` is also added to both Aura and ethash. When specified, it will execute the code directly and overrides any `blockRewardContractAddress` config. Having this `blockRewardContractCode` config allows chains to deploy hard fork by simply replacing the current config value, without the need from us to support any `multi` block reward scheme. |
||
|---|---|---|
| .. | ||
| authority_round | ||
| tendermint | ||
| validator_set | ||
| basic_authority.rs | ||
| block_reward.rs | ||
| epoch.rs | ||
| instant_seal.rs | ||
| mod.rs | ||
| null_engine.rs | ||
| signer.rs | ||
| transition.rs | ||
| vote_collector.rs | ||