dcrd/internal/rpcserver
Dave Collins 59d8db038f
txscript: Convert to use new stdaddr package.
This converts the txscript package to use the stdaddr package instead of
dcrutil.Address as well as to support script versions.

All callers that use the package in the repository are updated
accordingly to maintain code that continues to build and work properly
as well as pass all tests.  In order to achieve this, some previously
temporary address conversion code that is no longer needed is removed
from the blockchain/indexers and internal/rpcserver packages.

This is part of a series of commits to convert all packages in the
repository to make use of the new stdaddr package.
2021-04-12 01:38:08 -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 blockchain: Convert to use new stdaddr package. 2021-04-09 13:39:17 -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 txscript: Convert to use new stdaddr package. 2021-04-12 01:38:08 -05:00
rpcserverhandlers_test.go txscript: Convert to use new stdaddr package. 2021-04-12 01:38:08 -05:00
rpcserverhelp_test.go rpcserver: add handleVersion, handleHelp rpc tests. 2021-01-16 18:52:34 -06:00
rpcserverhelp.go rpcserver: add handleVersion, handleHelp rpc tests. 2021-01-16 18:52:34 -06:00
rpcwebsocket.go txscript: Convert to use new stdaddr package. 2021-04-12 01:38:08 -05:00
treasury_test.go rpcserver: Convert to use new stdaddr package. 2021-04-09 13:39:19 -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.