openethereum/ethcore/src/engines/validator_set
keorn ba0209678b ValidatorSet reporting (#4208)
* remove register_account_provider

* build rpc module

* new dummy client

* common EngineSigner struct

* from -> into

* initial report via call

* separate safe from regular contract

* transact_contract

* fix build

* return Signature, docs

* add sign method to some engines

* add safeContract spec

* update specs to new contracts

* use AuthorityRound for contract spec

* add more reporting

* add reporting test

* use gas floor

* shorter
2017-01-24 12:03:58 +03:00
..
contract.rs ValidatorSet reporting (#4208) 2017-01-24 12:03:58 +03:00
mod.rs ValidatorSet reporting (#4208) 2017-01-24 12:03:58 +03:00
safe_contract.rs ValidatorSet reporting (#4208) 2017-01-24 12:03:58 +03:00
simple_list.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00