17 Commits (5bafedff17f4bbeb915df79d4bef74d6a635825a)

Author SHA1 Message Date
  Aleksandr Bezobchuk 003f394512
rpc: index block events to support block event queries (#6226) 3 years ago
  Anton Kaliaev e9e5026dac
rpc/client/http: drop endpoint arg from New and add WSOptions (#6176) 3 years ago
  Anton Kaliaev 0f4124fb54
rpc/client/http: Do not drop events even if the `out` channel is full (#6163) 3 years ago
  Anton Kaliaev 1cd9bdb80b
light/provider/http: fix Validators (#6022) 3 years ago
  Anton Kaliaev 1635d1339c
state: more test cases for block validation (#5415) 4 years ago
  Anton Kaliaev 85a4be87a7
rpc/client: take context as first param (#5347) 4 years ago
  Anton Kaliaev db345066a8
rpc/client/http: log error (#5182) 4 years ago
  Marko 2ac5a559b4
libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
  Anton Kaliaev 257a374b78
rpc: add /check_tx endpoint (#5017) 4 years ago
  Marko 31a361d119
proto: move keys to oneof (#4983) 4 years ago
  Erik Grinaker ba3a2dde37
rpc: replace Amino with new JSON encoder (#4968) 4 years ago
  Anton Kaliaev ce3c9c2341
rpc/core: return an error if `page=0` (#4947) 4 years ago
  Federico Kunze da924fc62d
rpc: add BlockByHash to Client (#4923) 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
  Anton Kaliaev 41c11ad2c1
evidence: handling evidence from light client(s) (#4532) 4 years ago
  Erik Grinaker fdf9c7ae64
rpc/client: split out client packages (#4628) 4 years ago
  Ethan Frey 931af6a072 Combine local and http into client package, unify tests with table-driven tests 7 years ago
  Ethan Frey 9693795c4c Move common code to merkleeyes/testutil 7 years ago
  Ethan Frey 42a9b847ec Make all client tests safe to run in parallel 7 years ago
  Ethan Frey f7f7cf576a Fix race condition in websocket event listening 7 years ago
  Ethan Frey 26f4b5c98e Clean up package names 7 years ago
  Ethan Frey ce044dbb76 Extracted Clients into a consistent interface, fixed type issue in http.Client 7 years ago
  Ethan Frey 7c26be3242 Begin implementation of local client 7 years ago
  Ethan Frey bf1ee89b27 Moved httpclient into subpackage 7 years ago