forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#19829: net processing: Move block inventory state to ne…
…t_processing 3002b4a [net processing] Guard m_continuation_block with m_block_inv_mutex (John Newbery) 184557e [net processing] Move hashContinue to net processing (John Newbery) c853ef0 scripted-diff: rename vBlockHashesToAnnounce and vInventoryBlockToSend (John Newbery) 53b7ac1 [net processing] Move block inventory data to Peer (John Newbery) 78040f9 [net processing] Rename nStartingHeight to m_starting_height (John Newbery) 77a2c2f [net processing] Move nStartingHeight to Peer (John Newbery) 717a374 [net processing] Improve documentation for Peer destruction/locking (John Newbery) Pull request description: This continues the work of moving application layer data into net_processing, by moving all block inventory state into the new Peer object added in bitcoin#19607. For motivation, see bitcoin#19398. ACKs for top commit: jonatack: re-ACK 3002b4a per `git diff 9aad3e4 3002b4a` Sjors: Code review re-ACK 3002b4a MarcoFalke: re-ACK 3002b4a 🌓 Tree-SHA512: eb2b474b73b025791ee3e6e41809926b332b48468763219f31638ca390f427632f05902dfc6a2c6bdc1ce47b215782f67874ddbf05b97d77d5897b7e2abfe4d9
- Loading branch information
Showing
6 changed files
with
92 additions
and
64 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
Oops, something went wrong.