forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #2417: [net processing] Swap out signals for an interface class
21f05c1 net: drop unused connman param (Cory Fields) 50853a2 net: use an interface class rather than signals for message processing (furszy) 67757cd net: pass CConnman via pointer rather than reference (furszy) Pull request description: Another decouple from #2411. Coming from bitcoin#10756. > See individual commits. > Benefits: > * Allows us to begin moving stuff out of CNode and into CNodeState. > * Drops boost dependency and overhead > * Drops global signal registration > * Friendlier backtraces ACKs for top commit: random-zebra: ACK 21f05c1 Fuzzbawls: ACK 21f05c1 Tree-SHA512: 8a1ace6d9b8dd2a36d0e1b1465b1f71e7c0a5fcd9a33462210a724cc6eafc119166bd0ee9e9db7862ac41dc62bfa3373c51f575d138b42ec0e140b2524e831d4
- Loading branch information
Showing
8 changed files
with
154 additions
and
179 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.