63 Commits (eec6d33e14274d533ad92ffb27f00dbc25007d8b)

Author SHA1 Message Date
  Marko f9cce282da gocritic (2/2) (#3864) 5 years ago
  Marko 41bf54a906 gocritic (1/2) (#3836) 5 years ago
  Jun Kimura 51b3428f5c rpc: make max_body_bytes and max_header_bytes configurable (#3818) 5 years ago
  Thane Thomson 90465f727f rpc: add support for batched requests/responses (#3534) 6 years ago
  Ismail Khoffi 1e3469789d Ensure WriteTimeout > TimeoutBroadcastTxCommit (#3443) 6 years ago
  Anton Kaliaev d741c7b478
limit number of /subscribe clients and queries per client (#3269) 6 years ago
  Anton Kaliaev 2137ecc130 pubsub 2.0 (#3227) 6 years ago
  Tomas Tauber b12488b5f1 Handling integer IDs in JSON-RPC requests -- fixes #2366 (#2811) 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Ethan Buchman 379e5a15cc Uint64 6 years ago
  Jae Kwon d336cfe5d3 RPC HTTP does not require quotes around int64/int/uint64/uint types 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  Anton Kaliaev 297cd4cfe8
limit HTTP request body and WS read msg size to 1MB 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Anton Kaliaev aaddf5d32f
set pubsub default capacity to 0 6 years ago
  Anton Kaliaev 26b2e808f7
[rpc/lib/server] wrote a basic test for WebsocketManager 6 years ago
  Hendrik Hofstadt 67416feb3a return 404 for unknown RPC endpoints 6 years ago
  Jae Kwon fb64314d1c Review from Anton 7 years ago
  Jae Kwon c541d58d2f WIP: fix rpc/core 7 years ago
  Jae Kwon 3037b5b7ca Fix rpc/lib/... 7 years ago
  Alexander Simmerl ee51ad8e29 Make RPC handler protocol agnostic (#1276) 7 years ago
  Anton Kaliaev 2a24ae90c1
fixes from Jae's review 7 years ago
  Anton Kaliaev 950a64f756
bring back transparent websocket (Refs #945) 7 years ago
  Anton Kaliaev 69b5da766c
service#Start, service#Stop signatures were changed 7 years ago
  Ethan Buchman 9529f12c28 more linting 7 years ago
  Zach Ramsay c84c7250ba linting: few more fixes 7 years ago
  Zach Ramsay 478a10aa41 Write doesn't need error checked 7 years ago
  Zach Ramsay a15c7f221d linting: moar fixes 7 years ago
  Zach Ramsay d7cb291fb2 errcheck; sort some stuff out 7 years ago
  Zach Ramsay 68e7983c70 linting errors: afew more 7 years ago
  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 a01c226dc4
wsConnection: call onDisconnect 7 years ago
  Anton Kaliaev 4ffe9304ba
unsubscribe from all subscriptions on WS disconnect 7 years ago
  Anton Kaliaev 61d76a273f
fixes from Bucky's and Emmanuel's reviews 7 years ago
  Anton Kaliaev f6539737de
new pubsub package 7 years ago
  Emmanuel Odeke e7fab7d4bf rpc/lib/server: update with @melekes and @ebuchman feedback 7 years ago
  Emmanuel Odeke 59556ab030 rpc/lib/server: add handlers tests 7 years ago
  Anton Kaliaev aae4e94998
make RPCRequest params not a pointer 7 years ago
  Anton Kaliaev d935a4f0a8
recover from panic in WS JSON RPC readRoutine 7 years ago
  Anton Kaliaev 5c331d8276
log a notification to help debug user issues 7 years ago
  Anton Kaliaev a3adac3787
[rpc] do not try to parse params if they were not provided (Refs #708) 7 years ago
  Alexandre Thibault 382bead548 rpc: fix client websocket timeout (#687) 7 years ago
  Anton Kaliaev f8b152972f return method not found error 7 years ago
  Anton Kaliaev 7fadde0b37 check for request ID after receiving it 7 years ago
  Anton Kaliaev f74de4cb86 include optional data field in error object 7 years ago
  Dave Bryson 60a1f49a5c updated json response to match spec by @davebryson 7 years ago