forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#31666: multi-peer orphan resolution followups
7426afb [p2p] assign just 1 random announcer in AddChildrenToWorkSet (glozow) 4c1fa6b test fix: make peer who sends MSG_TX announcement non-wtxidrelay (glozow) 2da46b8 pass P2PTxInvStore init args to P2PInterface init (glozow) e3bd51e [doc] how unique_parents can be empty (glozow) 32eb6dc [refactor] assign local variable for wtxid (glozow) 18820cc multi-announcer orphan handling test fixups (glozow) c4cc61d [fuzz] GetCandidatePeers (glozow) 7704139 [refactor] make GetCandidatePeers take uint256 and in-out vector (glozow) 6e4d392 [refactor] rename to OrphanResolutionCandidate to MaybeAdd* (glozow) 57221ad [refactor] move parent inv-adding to OrphanResolutionCandidate (glozow) Pull request description: Followup to bitcoin#31397. Addressing (in order): bitcoin#31397 (comment) bitcoin#31397 (comment) bitcoin#31397 (comment) bitcoin#31397 (comment) bitcoin#31397 (comment) bitcoin#31397 (comment) bitcoin#31397 (comment) bitcoin#31658 (review) bitcoin#31397 (comment) ACKs for top commit: instagibbs: reACK 7426afb marcofleon: reACK 7426afb mzumsande: Code Review ACK 7426afb dergoegge: Code review ACK 7426afb Tree-SHA512: bca8f576873fdaa20b758e1ee9708ce94e618ff14726864b29b50f0f9a4db58136a286d2b654af569b09433a028901fe6bcdda68dcbfea71e2d1271934725503
- Loading branch information
Showing
11 changed files
with
105 additions
and
85 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
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
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
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
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
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
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
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
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
Oops, something went wrong.