dcrd/internal/rpcserver
Ryan Staudt 22316ade85 multi: Flush cache before fetching UTXO stats.
This updates the UTXO cache to flush all entries to the backend before
UTXO stats are fetched.  This ensures that the UTXO stats are always in
sync with the current best block.

This also does not impact the effectiveness of the UTXO cache since
entries are still only evicted if necessary.
2021-10-22 06:28: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 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 internal/rpcserver: wait for sync on rpc request. 2021-10-12 18:52:50 -05:00
rpcserverhandlers_test.go internal/rpcserver: wait for sync on rpc request. 2021-10-12 18:52:50 -05: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.