The code used to try to fetch the parent on receiving an orphan.
This is no longer possible as the TXID of the parent is unknown. We must
now rely on ordinary propagation of the parent.
Details
Details
- Reviewers
deadalnix tomtomtom7 - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project
Only logic removed that wasn't covered by testcases
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed Severity Location Code Message Auto-Fix src/net_processing.cpp:1 CFMT Code style violation - Unit
No Test Coverage - Build Status
Buildable 984 Build 984: arc lint + arc unit
Event Timeline
Comment Actions
That doesn't seems like the right path, and this is why I insisted initially on differentiating on txid/txhash. We use txidid pretty much everywhere, except in the merkle tree where we use txhash.
Comment Actions
CInv support flags. This should be leveraged instead of dropping the feature altogether.