openethereum/json/src/spec
Wei Tang 74ce0f738e Add block reward contract config to ethash and allow off-chain contracts (#9312)
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.
2018-08-29 16:17:18 +01:00
..
account.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
authority_round.rs Add block reward contract config to ethash and allow off-chain contracts (#9312) 2018-08-29 16:17:18 +01:00
basic_authority.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
builtin.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
engine.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
ethash.rs Add block reward contract config to ethash and allow off-chain contracts (#9312) 2018-08-29 16:17:18 +01:00
genesis.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
hardcoded_sync.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
mod.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
null_engine.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
params.rs gasleft extern implemented for WASM runtime (kip-6) (#9357) 2018-08-24 18:03:46 +02:00
seal.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
spec.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
state.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
tendermint.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
validator_set.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00