tendermint/types/priv_validator
Alexander Simmerl 74d3f7e1fd
Integrate private validator socket client
Following ADDR 008 the node will connect to an external
process to handle signing requests. Operation of the external process is
left to the user.

* introduce alias for PrivValidator interface on socket client
* integrate socket client in node
* structure tests
* remove unnecessary flag
2018-02-23 13:58:22 +01:00
..
upgrade_pv types/priv_validator 2018-02-09 16:38:23 -05:00
json.go Return error for all PrivValidator methoods 2018-02-13 19:34:50 +01:00
priv_validator_test.go Return error for all PrivValidator methoods 2018-02-13 19:34:50 +01:00
sign_info.go types/priv_validator: fixes for latest p2p and cmn 2018-02-09 17:24:30 -05:00
socket.go Integrate private validator socket client 2018-02-23 13:58:22 +01:00
socket_test.go Integrate private validator socket client 2018-02-23 13:58:22 +01:00
unencrypted.go Return error for all PrivValidator methoods 2018-02-13 19:34:50 +01:00
upgrade.go types/priv_validator: fixes for latest p2p and cmn 2018-02-09 17:24:30 -05:00