dcrd/internal/rpcserver
Josh Rickmar 488369379c rpcserver: Sort getpeerinfo results by ID
The IDs are assigned in increasing order, so this has the net effect
of peer results returned in the order they were connected.  It also
keeps the order the same across multiple calls.

This matches the behavior of the current pull request implementing
getpeerinfo in dcrwallet.
2020-07-28 15:45:18 -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 BlockTemplater interface. 2020-07-25 19:56:02 -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 rpcserver: Sort getpeerinfo results by ID 2020-07-28 15:45:18 -05:00
rpcserverhandlers_test.go rpcserver: add verifychain & getdifficulty tests. 2020-07-25 19:43:16 -05:00
rpcserverhelp_test.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
rpcserverhelp.go rpcserver: Move to internal. 2020-07-24 23:29:59 -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.