dcrd/internal/rpcserver
Dave Collins 798914eb03
rpcclient: Start v8 module dev cycle.
Upcoming changes constitute breaking public API changes to the
rpcclient module, therefore, this follows the process for introducing
major API breaks which consists of:

- Bump the major version in the go.mod of the affected module if not
  already done since the last release tag
- Add a replacement to the go.mod in the main module if not already done
  since the last release tag
- Update all imports in the repo to use the new major version as
  necessary
- Make necessary modifications to allow all other modules to use the new
  version in the same commit
- Repeat the process for any other modules the require a new major as a
  result of consuming the new major(s)
2022-03-30 17:40:06 -05:00
..
testdata rpcserver: Add handleSearchRawTransactions tests. 2020-08-29 22:03:04 -05:00
doc.go rpcserver: Move to internal. 2020-07-24 23:29:59 -05:00
interface.go rpc/jsonrpc/types: Start v4 module dev cycle. 2022-03-30 17:34:29 -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: Fix websocket auth failure. 2022-02-09 13:53:16 -06:00
rpcserver.go rpc/jsonrpc/types: Start v4 module dev cycle. 2022-03-30 17:34:29 -05:00
rpcserverhandlers_test.go rpc/jsonrpc/types: Start v4 module dev cycle. 2022-03-30 17:34:29 -05:00
rpcserverhelp_test.go rpcserver: add handleVersion, handleHelp rpc tests. 2021-01-16 18:52:34 -06:00
rpcserverhelp.go rpc/jsonrpc/types: Start v4 module dev cycle. 2022-03-30 17:34:29 -05:00
rpcwebsocket.go rpc/jsonrpc/types: Start v4 module dev cycle. 2022-03-30 17:34:29 -05:00
treasury_test.go rpcclient: Start v8 module dev cycle. 2022-03-30 17:40:06 -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.