tendermint/client
Anton Kaliaev fbe7234639
remove Result from the client package
plus make Client interface more consistent. All *Sync functions now
return an error as a second return param. Deliver/Check/Commit use Code
to indicate errors and have IsErr() func defined on ResponseXYZ structs.
2017-11-21 17:44:13 -06:00
..
client.go remove Result from the client package 2017-11-21 17:44:13 -06:00
grpc_client.go remove Result from the client package 2017-11-21 17:44:13 -06:00
local_client.go remove Result from the client package 2017-11-21 17:44:13 -06:00
socket_client.go remove Result from the client package 2017-11-21 17:44:13 -06:00
socket_client_test.go socketClient: fix and test for StopForError deadlock 2017-10-17 22:08:22 -06:00