openethereum/json/src
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
..
blockchain Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
misc Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
spec Add block reward contract config to ethash and allow off-chain contracts (#9312) 2018-08-29 16:17:18 +01:00
state Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
test Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
transaction Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
trie Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
vm Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
bytes.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
hash.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
lib.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
maybe.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
uint.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00