You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c58c249 net_processing: indicate more work to do when orphans are ready to reconsider (Anthony Towns)
ecb0a3e net_processing: Don't process tx after processing orphans (Anthony Towns)
c583775 net_processing: only process orphans before messages (Anthony Towns)
be23046 txorphange: Drop redundant originator arg from GetTxToReconsider (Anthony Towns)
a4fe099 txorphanage: index workset by originating peer (Anthony Towns)
Pull request description:
We currently process orphans by assigning them to the peer that provided a missing parent; instead assign them to the peer that provided the orphan in the first place. This prevents a peer from being able to marginally delay another peer's transactions and also simplifies the internal API slightly. Because we're now associating orphan processing with the peer that provided the orphan originally, we no longer process orphans immediately after receiving the parent, but defer until a future call to `ProcessMessage`.
Based on #26295
ACKs for top commit:
naumenkogs:
utACK c58c249
glozow:
ACK c58c249
mzumsande:
Code Review ACK c58c249
Tree-SHA512: 3186c346f21e60440266a2a80a9d23d7b96071414e14b2b3bfe50457c04c18b1eab109c3d8c2a7726a6b10a2eda1f0512510a52c102da112820a26f5d96f12de
0 commit comments