34 Commits (8f0237610ec9b2a17c208925d3b390a779249105)

Author SHA1 Message Date
  Zach Ramsay 8f0237610e linting errors: clean it all up 7 years ago
  Zach Ramsay b75d4f73e7 errcheck: PR comment fixes 7 years ago
  Zach Ramsay 57ea4987f7 linting: apply errcheck part1 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Emmanuel Odeke 6e5cd10399
rpc/lib/client: jitter test updates and only to-be run on releases 7 years ago
  Silas Davis 4cb02d0bf2
Exploit the fact the BaseService's closed Quit channel will keep emitting quit signals to close both readRoutine and writeRoutine 7 years ago
  Silas Davis f6adddb4a8
Replace ResultsCh with ResponsesCh 7 years ago
  Silas Davis 01be6fa309
Fix WSClient blocking in the readRoutine after Stop() as it tries to write to ResultsCh 7 years ago
  Emmanuel Odeke 5504920ba3
rpc/lib/client: add jitter for exponential backoff of WSClient 7 years ago
  Silas Davis 3e3d53daef
Make RPCError an actual error and don't swallow its companion data 7 years ago
  Anton Kaliaev 45ff7cdd0c rewrite ws client to expose a callback instead of a channel 7 years ago
  Alexandre Thibault ce36a0111a rpc: subscribe on reconnection (#689) 7 years ago
  Anton Kaliaev 7fadde0b37 check for request ID after receiving it 7 years ago
  Anton Kaliaev e36c79f713 capitalize RpcError 7 years ago
  Ethan Buchman 9dde1a0bd4 rpc: comments 7 years ago
  Anton Kaliaev 2fd8496bc1
correct handling of pings and pongs 7 years ago
  Anton Kaliaev 236489aecf
backlog must always have higher priority 7 years ago
  Ethan Buchman 797acbe911 ws: small comment 7 years ago
  Anton Kaliaev 8267920749
[ws-client] write normal close message 7 years ago
  Anton Kaliaev 23a87304cc
add a comment for PingPongLatencyTimer [ci skip] 7 years ago
  Anton Kaliaev 57eee2466b
make WSClient thread-safe 7 years ago
  Anton Kaliaev 5d66d1c28c
fixes from review 7 years ago
  Anton Kaliaev 0013053fae
allow to change pong wait and ping period 7 years ago
  Anton Kaliaev 1abbb11b44
do not exit from reconnectRoutine! 7 years ago
  Anton Kaliaev 54903adeff
add IsReconnecting and IsActive methods 7 years ago
  Anton Kaliaev c08618f7e9
expose latency timer on WSClient 7 years ago
  Anton Kaliaev d578f7f81e
biff up WS client 7 years ago
  Anton Kaliaev b4ece65726
standardize key for errors (should be "err") 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Frey 6ba799132c json.RawMessage in RPCRequest to defer parsing 7 years ago
  Ethan Buchman efeadcc0f4 some cleanup from review 7 years ago
  Ethan Frey 6c60c07f16 BROKEN: attempt to replace go-wire.JSON with json.Unmarshall in rpc 7 years ago
  Ethan Buchman cc6dde96c1 rpc -> rpc/lib and rpc/tendermint -> rpc 7 years ago
  Ethan Buchman 9e82d132ce go-rpc -> tendermint/rpc 7 years ago
  Ethan Buchman c55d83281a move into rpc package 7 years ago
  Ethan Buchman 15d5b2ac49 use tmlibs 7 years ago
  Ethan Frey 9d18cbe74e Remove race condition between read go-routine and stop 7 years ago
  Anton Kaliaev ba5382b70e
open result&error channels on start 7 years ago
  Anton Kaliaev b0d2032488
use BaseService.OnReset method to recreate channels 7 years ago
  Anton Kaliaev d6587be7bc
[WSClient] allow for multiple restarts 7 years ago
  Anton Kaliaev afc39febed
close ws connection on Stop 7 years ago
  Anton Kaliaev 5d19a008ce
add Call method to WSClient, which does proper encoding of params 7 years ago
  Anton Kaliaev db69845ded
introduce errors pkg 7 years ago
  Anton Kaliaev 66867bf949
remove "rpc" prefix from package imports 7 years ago
  Anton Kaliaev e1d5873bdf
support key-value params in JSONRPC (Refs #1) 7 years ago
  Jae Kwon 161e36fd56 QuitService->BaseService 8 years ago
  Ethan Buchman 479510be0e support full urls (with eg tcp:// prefix) 8 years ago
  Ethan Buchman 1410693eae support unix domain websockets 8 years ago
  Jae Kwon 1370f89864 Fix bug in receiveEventsRoutine error handling 9 years ago
  Ethan Buchman 45f57198cc client: wsc.String() 9 years ago