herald.go/server
Jonathan Moody e070e8a51e
JSON RPC compatibility workarounds to support lbry-sdk (#75)
* Fix log spam (Already shutting down...)

* Workaround to allow lbry-sdk to call server.version and server.features.
Incoming/outgoing JSON is patched using yet another codec (jsonPatchingCodec).
Add more logging of raw/patched JSON.

* Elaborate comment on jsonPatchingCodec.
2022-10-29 18:42:24 +03:00
..
args.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
args_test.go Herald.go (#47) 2022-08-09 14:43:01 +03:00
federation.go Herald.go (#47) 2022-08-09 14:43:01 +03:00
federation_test.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
jsonrpc_blockchain.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
jsonrpc_blockchain_test.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
jsonrpc_claimtrie.go Add subscribe/unsubscribe RPCs. Add session, sessionManager, and serve JSON RPC (without HTTP). (#66) 2022-10-04 17:05:06 +03:00
jsonrpc_server.go JSON RPC compatibility workarounds to support lbry-sdk (#75) 2022-10-29 18:42:24 +03:00
jsonrpc_service.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
notifier.go Add subscribe/unsubscribe RPCs. Add session, sessionManager, and serve JSON RPC (without HTTP). (#66) 2022-10-04 17:05:06 +03:00
notifier_test.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
search.go Herald.go (#47) 2022-08-09 14:43:01 +03:00
search_test.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
server.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
server_test_pkg.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00
session.go JSON RPC compatibility workarounds to support lbry-sdk (#75) 2022-10-29 18:42:24 +03:00
udp.go Herald.go (#47) 2022-08-09 14:43:01 +03:00
udp_test.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00