27 Commits (eb9b37e19688b435d7163dcfd134d25b84201eef)

Author SHA1 Message Date
  ValarDragon 99e582d79a crypto: Refactor to move files out of the top level directory 6 years ago
  Dev Ojha dae7dc30e0 Switch usage of math/rand to cmn's rand (#1980) 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  Anton Kaliaev 936a655990
limit number of open connections 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Jae Kwon 3037b5b7ca Fix rpc/lib/... 6 years ago
  Ethan Buchman d34286c421 minor fixes - tests pass 7 years ago
  Ethan Buchman 7a5060dc52 replace data.Bytes with cmn.HexBytes 7 years ago
  Anton Kaliaev 69b5da766c
service#Start, service#Stop signatures were changed 7 years ago
  Ethan Buchman 2e76b23c9a rpc: fix tests 7 years ago
  Zach Ramsay 6f3c05545d fix new linting errors 7 years ago
  Ethan Buchman 593c127257 rpc/lib/types: RPCResponse.Result is not a pointer 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Silas Davis f6adddb4a8
Replace ResultsCh with ResponsesCh 7 years ago
  Zach Ramsay d56b44f3a5 all: no more anonymous imports 7 years ago
  Anton Kaliaev f9479b34cb
sleep time should be greater than readTimeout (5 sec) 7 years ago
  Anton Kaliaev 2fd8496bc1
correct handling of pings and pongs 7 years ago
  Anton Kaliaev c14b39da5f
make RPC server's ping period and pong wait configurable via options 7 years ago
  Anton Kaliaev c08618f7e9
expose latency timer on WSClient 7 years ago
  Anton Kaliaev d578f7f81e
biff up WS client 7 years ago
  Ethan Buchman 5c29d7aba9 rpc/lib: test tcp and unix 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 884060eb9b rpc/lib: no Result wrapper 7 years ago
  Ethan Buchman 07e59e63f9 TMEventDataInner 7 years ago
  Ethan Buchman acfbea6d49 rpc: decode args without wire 7 years ago
  Ethan Frey 6c60c07f16 BROKEN: attempt to replace go-wire.JSON with json.Unmarshall in rpc 7 years ago
  Ethan Frey 194f345470 Use non-standard port so tests don't die when I am running basecoin 7 years ago
  Ethan Buchman cc6dde96c1 rpc -> rpc/lib and rpc/tendermint -> rpc 7 years ago
  Ethan Buchman 3cdd2daf08 fix tests 7 years ago
  Ethan Buchman 9e82d132ce go-rpc -> tendermint/rpc 7 years ago
  Ethan Buchman c55d83281a move into rpc package 7 years ago
  Anton Kaliaev d6fd0c4ca0
fix backward compatibility for WS 7 years ago
  Ethan Buchman 4b30cb3083 test: check err on cmd.Wait 7 years ago
  Anton Kaliaev 5d19a008ce
add Call method to WSClient, which does proper encoding of params 7 years ago
  Anton Kaliaev 3233c9c003
WSClient failed to "echo_bytes" 7 years ago
  Anton Kaliaev c88257b038
rename rpc function status to echo 7 years ago
  Anton Kaliaev 0874c72819
refactor tests 7 years ago
  Anton Kaliaev d66ebbd904
use testify package 7 years ago
  Anton Kaliaev e6c083f589
rename ClientURI -> URIClient, ClientJSONRPC -> JSONRPCClient (Refs #4) 7 years ago
  Anton Kaliaev ff90224ba8
fix "Expected map but got type string" error 7 years ago
  Anton Kaliaev 720b74d89e
read from ErrorsCh also 7 years ago
  Anton Kaliaev 05e1a22d5b
encode params before sending in JSONRPC 7 years ago
  Anton Kaliaev c128957723
"must remove file for test to run again" - no way I am doing this by hands, too lazy :) 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
  Matt Bell 34a806578a Handle hex strings and quoted strings in HTTP params 8 years ago