Jonathan Moody
|
603a18f590
|
Drop http.Request arg from handlers, and use RegisterTCPService().
|
2022-09-27 18:50:36 -05:00 |
|
Jonathan Moody
|
d03c992a25
|
Rename BlockchainService -> BlockchainBlockService.
|
2022-09-27 18:50:36 -05:00 |
|
Jonathan Moody
|
2e666843f1
|
Move claimtrie-related service/handlers to jsonrpc_claimtrie.go.
|
2022-09-27 18:50:27 -05:00 |
|
Jonathan Moody
|
4005996992
|
Move and rename BlockchainCodec, BlockchainCodecRequest.
These are not specifically "blockchain", rather they are
specific to how gorilla/rpc works.
|
2022-09-27 17:07:16 -05:00 |
|
Jonathan Moody
|
71e79c553e
|
One more RPC (get_server_height), and update comment
to include full RPC name.
|
2022-09-08 13:17:52 -05:00 |
|
Jonathan Moody
|
b298454727
|
Fix RPC handler registration and BlockGetChunkResp name.
|
2022-09-08 11:50:06 -05:00 |
|
Jonathan Moody
|
8c8871b4d2
|
Register blockchain.* handlers in jsonrpc_service.go.
|
2022-09-07 15:01:47 -05:00 |
|
Jeffrey Picard
|
9403d84a83
|
WIP: Resolve json rpc (#57)
* jsonrpc
* update readme for open file limits
* add CGO flags to readme
* remove uneeded logging
* don't start jsonrpc server in unit tests
* cleanup and add args for json rpc
* correct rpc default port
* remove unused test_rpc.sh script
Co-authored-by: Ubuntu <ubuntu@ns5010184.ip-15-235-15.net>
|
2022-09-07 21:36:07 +03:00 |
|