Bump decred deps to latest release versions - #3426
Merged
Merged
Conversation
jholdstock
force-pushed
the
dcrwallet5
branch
from
November 27, 2025 17:44
198b8e0 to
bb4b266
Compare
While not technically a syntax error, passing non-constant format strings into printf is something which can be detected by linters.
jholdstock
force-pushed
the
dcrwallet5
branch
from
November 27, 2025 17:54
bb4b266 to
4727c54
Compare
This includes bumping dcrwallet to v5 which removes SpendLimit param from PurchaseTicket RPC, and removing the Lookup func from the constructor of the new version of addrmgr. Also fix a couple of linter issues where non-constant format strings were passed into printf calls.
jholdstock
force-pushed
the
dcrwallet5
branch
from
November 28, 2025 08:41
4727c54 to
b35828c
Compare
JoeGruffins
approved these changes
Dec 1, 2025
JoeGruffins
pushed a commit
to JoeGruffins/dcrdex
that referenced
this pull request
Dec 3, 2025
* lint: Ensure format strings are constant. While not technically a syntax error, passing non-constant format strings into printf is something which can be detected by linters. * wiki: Fix alignment in Home.md table. * ci: Build with go 1.25. * ci: Update GitHub Actions and linter. * Bump decred deps to latest release versions. This includes bumping dcrwallet to v5 which removes SpendLimit param from PurchaseTicket RPC, and removing the Lookup func from the constructor of the new version of addrmgr. Also fix a couple of linter issues where non-constant format strings were passed into printf calls.
JoeGruffins
pushed a commit
to JoeGruffins/dcrdex
that referenced
this pull request
Dec 3, 2025
* lint: Ensure format strings are constant. While not technically a syntax error, passing non-constant format strings into printf is something which can be detected by linters. * wiki: Fix alignment in Home.md table. * ci: Build with go 1.25. * ci: Update GitHub Actions and linter. * Bump decred deps to latest release versions. This includes bumping dcrwallet to v5 which removes SpendLimit param from PurchaseTicket RPC, and removing the Lookup func from the constructor of the new version of addrmgr. Also fix a couple of linter issues where non-constant format strings were passed into printf calls.
JoeGruffins
pushed a commit
that referenced
this pull request
Dec 9, 2025
* lint: Ensure format strings are constant. While not technically a syntax error, passing non-constant format strings into printf is something which can be detected by linters. * wiki: Fix alignment in Home.md table. * ci: Build with go 1.25. * ci: Update GitHub Actions and linter. * Bump decred deps to latest release versions. This includes bumping dcrwallet to v5 which removes SpendLimit param from PurchaseTicket RPC, and removing the Lookup func from the constructor of the new version of addrmgr. Also fix a couple of linter issues where non-constant format strings were passed into printf calls.
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.
Rebased on #3347
This includes bumping dcrwallet to v5 which removes SpendLimit param from PurchaseTicket RPC, and removing the Lookup func from the constructor of the new version of addrmgr.