Port addrman changes , antisybil measures from bitcoin core
Details
Details
- Reviewers
deadalnix jonald_fyookball - Group Reviewers
Restricted Project
- cd into .bitcoin directory
- make check for unit tests
- from test directory, test_runner.py
- make sure all tests pass
- run wallet, make sure it is connecting to nodes
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- jonald-branch
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2512 Build 3147: Bitcoin ABC Buildbot (legacy) Build 3146: arc lint + arc unit
Event Timeline
src/addrman.cpp | ||
---|---|---|
532 | What's with this _? |
src/addrman.cpp | ||
---|---|---|
532 | It's an old style convention where _X() or X_() refers to a private function or helper implementation of X(). |
Comment Actions
The code formatting is fubared all over the place, the diff title doesn't provide any information as what this is doing, nor the description. I have no idea what is the problem this is solving or how i solve this unknown problem in any way, nor even what code it is backporting.