dcrd/internal/rpcserver
Dave Collins 5ae5760010
version: Use uint32 for major/minor/patch.
This modifies the semver handling to specifically use uint32 instead of
architecture-dependent uint so bounds checking is consistent across
architectures and only needs to be done in one place.
2021-11-10 07:08:23 -06: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 multi: Flush cache before fetching UTXO stats. 2021-10-22 06:28:06 -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 multi: update build tags to pref. go1.17 syntax. 2021-10-19 20:21:44 -05:00
rpcserver.go version: Use uint32 for major/minor/patch. 2021-11-10 07:08:23 -06:00
rpcserverhandlers_test.go version: Use uint32 for major/minor/patch. 2021-11-10 07:08:23 -06:00
rpcserverhelp_test.go rpcserver: add handleVersion, handleHelp rpc tests. 2021-01-16 18:52:34 -06:00
rpcserverhelp.go dcrjson: Introduce v4 module. 2021-09-14 13:38:54 -05:00
rpcwebsocket.go dcrjson: Introduce v4 module. 2021-09-14 13:38:54 -05:00
treasury_test.go rpcserver: Tune large tspend test amount 2021-08-13 00:45:56 -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.