dcrd/internal/rpcserver
Donald Adu-Poku 032e8f0a5b multi: add getwork tests.
This fixes a proof of work error check and
adds rpc handler tests for getWork.
2020-08-06 09:41:57 -05:00
..
testdata rpcserver: Add tests for block related handlers. 2020-07-08 20:30:52 -05:00
doc.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
interface.go multi: add getwork tests. 2020-08-06 09:41:57 -05:00
log.go rpcserver: Add logging to internal package. 2019-10-24 21:37:27 -05:00
README.md rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserver_test.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserver.go multi: add getwork tests. 2020-08-06 09:41:57 -05:00
rpcserverhandlers_test.go multi: add getwork tests. 2020-08-06 09:41:57 -05:00
rpcserverhelp_test.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserverhelp.go docs: Document additional ws notifications. 2020-08-01 02:10:19 -05:00
rpcwebsocket.go rpcserver: Use internal quit chan for ws sync. 2020-07-27 18:58:01 -05:00

rpcserver

Build Status ISC License Doc

Overview

Package rpcserver includes all RPC server interfaces, types, and pieces of code pertaining to implementing the RPC server.

License

Package rpcserver is licensed under the copyfree ISC License.