openethereum/json/src/spec
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
..
account.rs Allow contract constructors in chain spec (#3932) 2016-12-23 18:44:39 +01:00
authority_round.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
basic_authority.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
builtin.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
engine.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
ethash.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
genesis.rs make fields defaulting to 0 optional 2016-12-22 07:06:40 +01:00
mod.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
params.rs Merge branch 'master' into optional-spec 2017-01-03 15:42:56 +01:00
seal.rs make spec naming consistent 2016-12-19 14:15:39 +01:00
spec.rs Merge branch 'master' of github.com:ethcore/parity into new-dirs 2016-12-14 00:04:11 +01:00
state.rs Allow contract constructors in chain spec (#3932) 2016-12-23 18:44:39 +01:00
tendermint.rs Validator/authority contract (#3937) 2017-01-10 12:23:59 +01:00
validator_set.rs ValidatorSet reporting (#4208) 2017-01-24 12:03:58 +03:00