8 Commits

Author SHA1 Message Date
jholdstock
2db761e072 client: Remove autoclient & bump to v3
Adding the autoclient to vspd created a circular dependency between vspd
and dcrwallet which is cumbersome and not worth the maintence burden.

At this point there are no known consumers of the vspd version of
autoclient, so removing it is not expected to cause problems for
anybody.

The autoclient will continue to live in the dcrwallet repo.
2023-08-18 14:32:37 +01:00
jholdstock
43a1b9fbdc build: Update transitive deps. 2023-06-13 09:32:14 +01:00
jholdstock
85ebeefafa build: Use tagged dcrwallet v3 2023-06-13 09:32:14 +01:00
Dave Collins
74579a2931 client: Use latest dcrwallet dep.
This updates the client module to use the latest release version of the
dcrwallet dep.
2023-06-11 10:26:56 +01:00
Dave Collins
6adbfcff20
client: Use latest dcrd deps.
This updates the client module to remove all replace directives and
use the latest release versions of the dcrd deps.
2023-06-09 10:06:51 -05:00
Jamie Holdstock
a5003c046b
client: Automatic fee payment from dcrwallet (#382) 2023-05-30 11:50:23 +01:00
jholdstock
0c06145d67 client: Use types 2.0.0 2023-03-16 16:14:59 +00:00
Jamie Holdstock
4acd57efbc
Add client module (#359)
* Add vspd client from dcrwallet.

* client: Extract and export ValidateServerSignature

* client: Add helper funcs.

* client: Add trace logging.

* client: Use existing error types.

* Add comments to explain error handling logic.
2022-11-28 11:16:00 -05:00