openethereum/ethcore
Andreas Fackler bf44f024c6
Add POSDAO transition and malice report queue. (#11245)
* Add POSDAO transition; call emitInitiateChange.

* Retry failed malice reports.

* Make malice reports with zero gas price.

* Address review comments.

* Extract ReportQueue from ValidatorSafeContract.

* Add shouldValidatorReport to validator set contract.

* Rename queue_report to enqueue_report

* Increment nonce between randomness and POSDAO transactions.

* Refactor the test ValidatorSet contract

* Address review comments, docs

* Update ethcore/res/validator_contract.sol

Co-Authored-By: David <dvdplm@gmail.com>

* Update ethcore/res/validator_contract.sol

Co-Authored-By: David <dvdplm@gmail.com>

Co-authored-by: varasev <33550681+varasev@users.noreply.github.com>
Co-authored-by: David <dvdplm@gmail.com>
2020-01-29 15:08:03 +01:00
..
account-db Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
account-state dependencies: bump derive_more v0.99 (#11405) 2020-01-24 14:52:50 +01:00
benches Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
block-gas-limit Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
block-reward Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
blockchain Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
builtin Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
call-contract Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
client-traits Add POSDAO transition and malice report queue. (#11245) 2020-01-29 15:08:03 +01:00
db Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
engine Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
engines Add POSDAO transition and malice report queue. (#11245) 2020-01-29 15:08:03 +01:00
evm Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
executive-state Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
light verification: fix race same block + misc (#11400) 2020-01-24 16:51:11 +01:00
machine Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
node-filter Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
pod Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
private-tx dependencies: bump derive_more v0.99 (#11405) 2020-01-24 14:52:50 +01:00
res Add POSDAO transition and malice report queue. (#11245) 2020-01-29 15:08:03 +01:00
service Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
snapshot Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
spec ethcore/res: remove morden testnet (#11392) 2020-01-28 17:24:36 +01:00
src ethcore/res: remove morden testnet (#11392) 2020-01-28 17:24:36 +01:00
state-db Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
sync Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
trace Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
trie-vm-factories Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
types fix: export hardcoded sync format (#11416) 2020-01-28 17:08:56 +01:00
verification ethcore/res: remove morden testnet (#11392) 2020-01-28 17:24:36 +01:00
vm Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
wasm Update copyright notice 2020 (#11386) 2020-01-17 14:27:28 +01:00
Cargo.toml json-tests: Fix compile error (#11384) 2020-01-16 10:15:22 +01:00