tendermint/privval
Alexander Simmerl bf370d36c2
Extract priv_validator into first class package
This is a maintenance change to move the private validator package out
of the types and to a top-level location. There is no good reason to
keep it under the types and it will more clearly coommunicate where
additions related to the privval belong. It leaves the interface and the
mock in types for now as it would introduce circular dependency between
privval and types, this should be resolved eventually.

* mv priv_validator to privval pkg
* use consistent `privval` as import

Follow-up to #1255
2018-06-03 13:51:58 +02:00
..
priv_validator.go Extract priv_validator into first class package 2018-06-03 13:51:58 +02:00
priv_validator_test.go Extract priv_validator into first class package 2018-06-03 13:51:58 +02:00
socket.go Extract priv_validator into first class package 2018-06-03 13:51:58 +02:00
socket_tcp.go Extract priv_validator into first class package 2018-06-03 13:51:58 +02:00
socket_tcp_test.go Extract priv_validator into first class package 2018-06-03 13:51:58 +02:00
socket_test.go Extract priv_validator into first class package 2018-06-03 13:51:58 +02:00
wire.go Extract priv_validator into first class package 2018-06-03 13:51:58 +02:00