Skip to content

Bump decred deps to latest release versions - #3426

Merged
JoeGruffins merged 5 commits into
decred:masterfrom
jholdstock:dcrwallet5
Dec 1, 2025
Merged

Bump decred deps to latest release versions#3426
JoeGruffins merged 5 commits into
decred:masterfrom
jholdstock:dcrwallet5

Conversation

@jholdstock

@jholdstock jholdstock commented Nov 27, 2025

Copy link
Copy Markdown
Member

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.

While not technically a syntax error, passing non-constant format
strings into printf is something which can be detected by linters.
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.

@jrick jrick left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks ok

@JoeGruffins
JoeGruffins merged commit fb40879 into decred:master Dec 1, 2025
5 checks passed
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants