30 Commits (5eb50a43b5ee6afb502317113cfaed83925c87f8)

Author SHA1 Message Date
  M. J. Fromberger f9c6cc9306
rpc: use encoding/json rather than tmjson (#7670) 2 years ago
  Kene 49153b753c
rpc: paginate mempool /unconfirmed_txs endpoint (#7612) 2 years ago
  Sam Kleinman 2a348cc1e9
logging: remove reamining instances of SetLogger interface (#7572) 2 years ago
  M. J. Fromberger 50ac52e28d
rpc: replace custom context-like argument with context.Context (#7559) 2 years ago
  M. J. Fromberger 82738eb016
Move the libs/pubsub package to internal scope (#7451) 3 years ago
  Federico Kunze Küllmer 5f57d84dd3
rpc: implement header and header_by_hash queries (#7270) 3 years ago
  Sam Kleinman a823d167bc
service: cleanup base implementation and some caller implementations (#7301) 3 years ago
  M. J. Fromberger 76dea94a01
Remove now-unused nolint:lll directives. (#7356) 3 years ago
  M. J. Fromberger 54d7030510
pubsub: Move indexing out of the primary subscription path (#7231) 3 years ago
  Sam Kleinman 851d2e3bde
mempool,rpc: add removetx rpc method (#7047) 3 years ago
  Sam Kleinman 03ad7d6f20
p2p: delete legacy stack initial pass (#7035) 3 years ago
  M. J. Fromberger cf7537ea5f
cleanup: Reduce and normalize import path aliasing. (#6975) 3 years ago
  Sam Kleinman 1c4950dbd2
state: move package to internal (#6964) 3 years ago
  M. J. Fromberger db690c3b68
rpc: fix hash encoding in JSON parameters (#6813) 3 years ago
  Sam Kleinman d56a44b884
node: minimize hardcoded service initialization (#6798) 3 years ago
  Sam Kleinman 886519e3ca
rpc: add subscription id to events (#6386) 3 years ago
  Sam Kleinman 663c0bba9c
rpc: decouple test fixtures from node implementation (#6533) 3 years ago
  Sam Kleinman d9134063e7
rpc: add chunked rpc interface (#6445) 3 years ago
  Sam Kleinman 0b0914b3df
rpc: remove global environment (#6426) 3 years ago
  Aleksandr Bezobchuk 003f394512
rpc: index block events to support block event queries (#6226) 3 years ago
  Callum Waters 162f67cf26
correct spelling to US english (#6077) 3 years ago
  Anton Kaliaev 85a4be87a7
rpc/client: take context as first param (#5347) 4 years ago
  Marko 0ed8dba991
lint: enable errcheck (#5336) 4 years ago
  Marko b6a5f7b126
rpc: add private & unconditional to /dial_peer (#5293) 4 years ago
  Anton Kaliaev 257a374b78
rpc: add /check_tx endpoint (#5017) 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
  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 cd9ee9d84b cleanup 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