Page MenuHomePhabricator

[backport#15644] Interrupt orphan processing after every transaction
ClosedPublic

Authored by majcosta on May 22 2020, 23:30.

Details

Summary

This makes orphan processing work like handling getdata messages:
After every actual transaction validation attempt, interrupt
processing to deal with messages arriving from other peers.


Depends on D6217

Concludes backport of Core PR15644

Test Plan
ninja check-all

Diff Detail

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

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

deadalnix requested changes to this revision.May 22 2020, 23:34
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
src/net_processing.cpp
2891 ↗(On Diff #20561)

remove conversion here.

This revision now requires changes to proceed.May 22 2020, 23:34
This revision is now accepted and ready to land.May 22 2020, 23:57