Add transaction request and broadcast message protocol
kwek20 opened this issue · 0 comments
kwek20 commented
Description
Requesting and broadcasting specific transactions between neighbors
Motivation
Splitting up the gossip will decrease network traffic
Requirements
- Add 2 new message types named TX_REQUEST and TX_BROADCAST in ProtocolMessage
- Update MessageReader to read this message
- Update NeighborImpl to handle the message
- Add createTransactionXYZPacket in Protocol
According to the following details: https://github.com/iotaledger/protocol-rfcs/blob/d16a3815271cdb4b53ff3c234ea706bf764e1847/text/0001-protocol-messages/0001-protocol-messages.md#transaction-broadcast