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
Broadcasting orphan messages provides a spam attack vector where it's
simple to create signed txs with invalid inputs and have nodes
rebroadcast spam on your behalf.
This PR prevents orphan transactions being broadcast.
In a subsequent PR, we should broadcast orphns that get promoted to
the unconfirmed pool if intermediate txs in a chain do arrive in the
mempool.
0 commit comments