tendermint/rpc/client
Anton Kaliaev 45ff7cdd0c rewrite ws client to expose a callback instead of a channel
callback gives more power to the publisher. plus it is optional
comparing to a channel, which will block the whole client if you won't
read from it.
2017-10-02 13:00:20 -04:00
..
mock abci.Info takes a struct; less merkleeyes 2017-09-22 11:42:40 -04:00
event_test.go abci.Info takes a struct; less merkleeyes 2017-09-22 11:42:40 -04:00
helpers.go TMEventDataInner 2017-04-28 17:57:06 -04:00
helpers_test.go rpc -> rpc/lib and rpc/tendermint -> rpc 2017-04-26 19:57:33 -04:00
httpclient.go rewrite ws client to expose a callback instead of a channel 2017-10-02 13:00:20 -04:00
interface.go rpc: Block and Commit take pointers; return latest on nil 2017-09-03 16:07:37 -04:00
localclient.go rpc: Block and Commit take pointers; return latest on nil 2017-09-03 16:07:37 -04:00
main_test.go abci.Info takes a struct; less merkleeyes 2017-09-22 11:42:40 -04:00
rpc_test.go abci.Info takes a struct; less merkleeyes 2017-09-22 11:42:40 -04:00