herald.go/server
Jeffrey Picard 711c4b4b7b
WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76)
* Cleanup shutdown and peers subscribe

this has errors currently, need to figure out data race

* fixed data race finally....

* getclaimbyid and search

* hook jsonrpc peers subcribe into current federation

* cleanup some peers stuff

* remove commented code

* tie into session manager in jsonrpc peers subscribe

* use int for port args

* cleanup and fix a bunch of compiler warnings

* use logrus everywhere

* cleanup test
2022-12-07 11:01:36 -05:00
..
args.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
args_test.go Herald.go (#47) 2022-08-09 14:43:01 +03:00
federation.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
federation_test.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
jsonrpc_blockchain.go WIP: blockchain.transaction.yyy JSON RPC implementations (#78) 2022-12-06 16:14:28 -05:00
jsonrpc_blockchain_test.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
jsonrpc_claimtrie.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
jsonrpc_federation.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
jsonrpc_server.go JSON RPC compatibility workarounds to support lbry-sdk (#75) 2022-10-29 18:42:24 +03:00
jsonrpc_service.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
notifier.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
notifier_test.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05: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 WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
server_test_pkg.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
session.go WIP: Json rpc federation, search/getclaimbyid, and shutdown (#76) 2022-12-07 11:01:36 -05:00
udp.go WIP: blockchain.transaction.yyy JSON RPC implementations (#78) 2022-12-06 16:14:28 -05:00
udp_test.go Server endpoints goroutine refactor (#69) 2022-10-25 08:48:13 +03:00