-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e66b6f
commit b50d91a
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# vspd 1.3.2 | ||
|
||
This is a patch release of vspd which includes the following changes: | ||
|
||
- Downgrade dcrwallet dep to v3 ([#454](https://github.com/decred/vspd/pull/454)). | ||
- webapi: Wait for unknown outputs to propagate ([#455](https://github.com/decred/vspd/pull/455)). | ||
|
||
Please read the [vspd 1.3.0 release notes](https://github.com/decred/vspd/releases/tag/release-v1.3.0) | ||
for a full list of changes since vspd 1.2. | ||
|
||
## Dependencies | ||
|
||
vspd 1.3.2 must be built with go 1.20 or later, and requires: | ||
|
||
- dcrd 1.8.0 | ||
- dcrwallet 1.8.0 | ||
|
||
When deploying vspd to production, always use release versions of all binaries. | ||
Neither vspd nor its dependencies should be built from master when handling | ||
mainnet tickets. |