Discussion for Add EIP: eth/XX - announce transactions with nonce by cskiraly · Pull Request #10745 · ethereum/EIPs · GitHub
This EIP improves mempool propagation, extending the devp2p ‘eth’ protocol’s NewPooledTransactionHashes message to also announce each transaction’s source address and nonce together with the already announced hash, type, and size.
By making this change, EL clients will be able to:
- filter by source,
- fill nonce gaps more efficiently,
- avoid some useless transaction fetches.