Merged
Conversation
Updates dcrd to release-v2.1.3 tag. Updates dcrwallet to release-v2.1.3 tag. Updates dcrctl to release-v2.1.3 tag. Updates dcrdex mixing and wallet dependencies to v0.6.1 and v5.0.3 respectively, and modifies the version to v1.0.6 using the ldflags. This will closely match the build of the eventual v1.0.6 dcrdex tag, which won't be available for some time.
Member
Author
|
|
davecgh
approved these changes
Dec 30, 2025
Member
davecgh
left a comment
There was a problem hiding this comment.
manifest hash: SHA256:413db143098521367aecbacbe72ddc4e482ff92778eb97cb3e4e8f6c89e09755 (go version go1.25.5 windows/amd64)
linux: dist "dcrinstall-manifests" manifest hash: SHA256:413db143098521367aecbacbe72ddc4e482ff92778eb97cb3e4e8f6c89e09755 (go version go1.25.5 linux/amd64)
Windows versions:
$ ./showvers.sh
dcrd version 2.1.3+release (Go version go1.25.5 windows/amd64)
dcrctl version 2.1.3+release (Go version go1.25.5 windows/amd64)
dcrwallet version 2.1.3+release (Go version go1.25.5 windows/amd64)
bwctl version 1.0.6+release (Go version go1.25.5 windows/amd64)
bwctl required RPC server version: 0.3.0
dcrlncli version 0.8.1+release (Go version go1.25.5 windows/amd64)
dcrlnd version 0.8.1+release (Go version go1.25.5 windows/amd64)
politeiavoter version 1.5.0+release (Go version go1.25.5 windows/amd64)
Linux versions:
$ ./showvers.sh
dcrd version 2.1.3+release (Go version go1.25.5 linux/amd64)
dcrctl version 2.1.3+release (Go version go1.25.5 linux/amd64)
dcrwallet version 2.1.3+release (Go version go1.25.5 linux/amd64)
bwctl version 1.0.6+release (Go version go1.25.5 linux/amd64)
bisonw version 1.0.6+release (Go version go1.25.5 linux/amd64)
bwctl required RPC server version: 0.3.0
dcrlncli version 0.8.1+release (Go version go1.25.5 linux/amd64)
dcrlnd version 0.8.1+release (Go version go1.25.5 linux/amd64)
politeiavoter version 1.5.0+release (Go version go1.25.5 linux/amd64)
Note that I had to remove bisonw from the Windows output because it's being built as a GUI app now and it isn't working properly with -V there.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates dcrd to release-v2.1.3 tag.
Updates dcrwallet to release-v2.1.3 tag.
Updates dcrctl to release-v2.1.3 tag.
Updates dcrdex mixing and wallet dependencies to v0.6.1 and v5.0.3
respectively, and modifies the version to v1.0.6 using the ldflags. This will
closely match the build of the eventual v1.0.6 dcrdex tag, which won't be
available for some time.