build(deps): consolidated dependabot updates (2026-05-27)#20956
Closed
ibutterbot wants to merge 10 commits into
Closed
build(deps): consolidated dependabot updates (2026-05-27)#20956ibutterbot wants to merge 10 commits into
ibutterbot wants to merge 10 commits into
Conversation
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.
Consolidated Dependabot Updates
This PR consolidates the following dependabot dependency bumps into a single PR to avoid poetry.lock conflicts:
poetry.lockhas been regenerated.Generated by dependabot-consolidator
Note
High Risk
Wallet sync rollback, backtrack caps, and untrusted-peak fallback directly affect reorgs and peer trust; transaction broadcast changes alter mempool interaction and could change spend delivery behavior.
Overview
This PR pins and bumps GitHub Actions (Node setup, artifact upload/download, CodeQL, AWS credentials, Apple codesign) and moves macOS CI to
macos-15withMACOSX_DEPLOYMENT_TARGET15, dropping older macOS 13/14 test matrix entries.The substantive application change is in
WalletNodesync and transaction broadcast:LONG_SYNC_THRESHOLD); exceeding it returnsNoneand triggers long sync instead of unbounded header walks. Chain discontinuities disconnect the peer; genesis rollback is fixed when existing wallet state must be cleared.new_peak_from_untrustedno longer falls through to long sync when short sync fails due to stale/equal weight, a closed peer, or cap hit without appropriate synced_peers cleanup; multi-peer vs single-peer long-sync mode is covered by new tests._retry_fee_failed_transactionsre-pokes peers on new transaction blocks for low-fee errors only; sends go through_send_transaction_messagewith in-flight tracking and closed-peer guards.Nonefrom addition/removal checks as failure; subscription/header fetches use priority parameters.test_wallet_node.pyadds broad coverage for backtrack, peak handling, fee retry, and resend/duplicate-ack behavior.Reviewed by Cursor Bugbot for commit c2255d6. Bugbot is set up for automated code reviews on this repo. Configure here.