This converts the internal/rpcserver 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, it introduces temporary address conversion code that will be removed in future commits. This is part of a series of commits to convert all packages in the repository to make use of the new stdaddr package. |
||
|---|---|---|
| .. | ||
| testdata | ||
| doc.go | ||
| interface.go | ||
| log.go | ||
| README.md | ||
| rpcserver_test.go | ||
| rpcserver.go | ||
| rpcserverhandlers_test.go | ||
| rpcserverhelp_test.go | ||
| rpcserverhelp.go | ||
| rpcwebsocket.go | ||
| treasury_test.go | ||