Jonathan Moody
|
7f47de2949
|
Add core session/subscription logic (session.go).
Implement subsribe/unsubscribe handlers.
|
2022-09-27 18:50:36 -05:00 |
|
Jonathan Moody
|
b9cb9d8c5a
|
Make the service objects independent, so we don't have inheritance.
|
2022-09-27 18:50:36 -05:00 |
|
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
|
a5d07e0595
|
Pull out decode logic into named func newBlockHeaderElectrum().
|
2022-09-27 18:50:35 -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 |
|
Jonathan Moody
|
20e32437e9
|
Rename blockchain.go -> jsonrpc_blockchain.go.
|
2022-09-07 14:32:34 -05:00 |
|