Page MenuHomePhabricator

net_processing: ignore transactions while in IBD
ClosedPublic

Authored by Fabien on Jul 19 2024, 11:55.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC673bc1eb29cf: net_processing: ignore transactions while in IBD
Summary
Incoming transactions aren't really relevant until we're caught up. That's why we send a giant feefilter and don't send tx getdatas, but we also shouldn't process them if peers send them anyway. Simply ignore them.

Backport of core#21327.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable