Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABC041c5b4699c1: [avalanche] Request missing proofs from short ids
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalanche_avaproofs
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19282 Build 38311: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-clang-tidy · build-clang · build-debug Build 38310: arc lint + arc unit
Event Timeline
Comment Actions
Use a hidden flag to bypass the anti dos in test rather than a dedicated network permission
src/init.cpp | ||
---|---|---|
397 ↗ | (On Diff #33747) | Why would you send and/or accept unsolicited compatcproofs messages? Just solicit them. |
src/net_processing.cpp | ||
---|---|---|
5169 ↗ | (On Diff #33764) | Not at this stage, this is always accessed within the same thread, but I can make it an atomic to avoid silent issues if an RPC is added that calls this code |
5249 ↗ | (On Diff #33764) | yes, there are some differences but most is common, I'll see what I can factorize |
src/net.h | ||
---|---|---|
658 | Stop wrapping that tree in a smart pointer. I don't know why you want to do that, just don't. If there is a problem fix it. |