13 Commits (ef79241f79fd2f8543136153536fbfdd8e04aafd)

Author SHA1 Message Date
  JayT106 cb63ab4ac0
rpc: fix RPC client doesn't handle url's without ports (#6507) 3 years ago
  Marko 719e028e00
libs: internalize some packages (#6366) 3 years ago
  Frojdi Dymylja 9ecfcc93a6
fix: jsonrpc url parsing and dial function (#6264) 4 years ago
  Anton Kaliaev e9e5026dac
rpc/client/http: drop endpoint arg from New and add WSOptions (#6176) 4 years ago
  Callum Waters 29360f955c
light: improve timeout functionality (#6145) 4 years ago
  Bipul Prasad 90c290ac52
rpc: standardize error codes (#6019) 4 years ago
  Aleksandr Bezobchuk 8aa47c7da5
rpc: fix content-type header (#5661) 4 years ago
  Marko 346aa14db5
fix lint failures with 1.31 (#5489) 4 years ago
  Anton Kaliaev 85a4be87a7
rpc/client: take context as first param (#5347) 4 years ago
  Marko 2ac5a559b4
libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
  Marko 7e2cc1db5e
linter: (1/2) enable errcheck (#5064) 4 years ago
  Erik Grinaker ba3a2dde37
rpc: replace Amino with new JSON encoder (#4968) 4 years ago
  Anton Kaliaev a14ff5cb30
rpc: refactor lib folder (#4836) 4 years ago
  Anton Kaliaev b7b721c484
change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
  Greg Szabo 15aa8d82b3 rpc/client: add basic authentication (#4291) 5 years ago
  Peter Mrekaj 8f5d58f32e rpc: modify New* functions to return error (#4274) 5 years ago
  Anton Kaliaev 44a3fbf109
rpc/lib/client & server: try to conform to JSON-RPC 2.0 spec (#4141) 5 years ago
  yk 2be4b0fe05 rpc/lib: fix RPC client, which was previously resolving https protocol to http (#4131) 5 years ago
  Phil Salant bc572217c0 Fix linter errors thrown by `lll` (#3970) 5 years ago
  Phil Salant d1d517a9b7 linters: enable scopelint (#3963) 5 years ago
  gracenoah aa721b972f rpc: allow using a custom http client in rpc client (#3779) 5 years ago
  Marko f9cce282da gocritic (2/2) (#3864) 5 years ago
  Haochuan Guo a7e8fbf3a7 rpc: Use Wrap instead of Errorf error (#3686) 5 years ago
  Thane Thomson 90465f727f rpc: add support for batched requests/responses (#3534) 6 years ago
  zjubfd 03085c2da2 rpc: client disable compression (#3430) 6 years ago
  Thane Thomson a335caaedb alias amino imports (#3219) 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
  Roman Useinov f0e5332b1f Feature/support https rpc client (#1816) 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 3ca5292dc9 Fix rpc tests 7 years ago
  Jae Kwon 3037b5b7ca Fix rpc/lib/... 7 years ago
  Ethan Buchman ca3655a409 types: p2pID -> P2PID 7 years ago
  Zach 2cc63069c6 rename dummy to kvstore (#1223) 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 b75d4f73e7 errcheck: PR comment fixes 7 years ago
  Zach Ramsay 57ea4987f7 linting: apply errcheck part1 7 years ago
  Ethan Buchman 593c127257 rpc/lib/types: RPCResponse.Result is not a pointer 7 years ago
  Adrian Brink 036d3b59a3 Address reviews 7 years ago
  Adrian Brink 782a836db0 Cleanup of code and code docs 7 years ago
  Silas Davis 3e3d53daef
Make RPCError an actual error and don't swallow its companion data 7 years ago
  Anton Kaliaev 7fadde0b37 check for request ID after receiving it 7 years ago
  Anton Kaliaev b700ed8e31 remove check for non-empty message as it should always be present 7 years ago
  Anton Kaliaev 6c1572c9b8 fix invalid memory address or nil pointer dereference 7 years ago
  Dave Bryson 60a1f49a5c updated json response to match spec by @davebryson 7 years ago
  Ethan Frey aac85a14f0 httpDialer accepts no prefix or http:// as tcp:// 7 years ago
  Anton Kaliaev f8fdbe3dbc
changes as per Bucky's review 7 years ago