EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.28k stars 3.6k forks source link

net plugin p2p-accept-transaction optimization #8821

Open heifner opened 4 years ago

heifner commented 4 years ago

The p2p-accept-transaction should be included in net_plugin handshake message so a node does not waste time/network by sending transactions to nodes that will not process them.

jjzhangg commented 4 years ago

sounds good to me

heifner commented 4 years ago

Suggested by @jjzhangg. Thanks.