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
As I understand it we will need different handle methods for each type of P2P message, however the logic to propagate a message is the same for each type of message.
As we will not have a large variety of messages, it is not a priority to rewrite the current implementation to support this, however if things expand, it will simply the code surface
The text was updated successfully, but these errors were encountered:
Overview
This PR has a lower priority, the p2p layer involves some pretty repetitive abstractions.
P2P messages are created in the above way, where a tx is attached to a serialized message of the above type.
There then must exist a propogate and handle method for all differing transaction types
As I understand it we will need different handle methods for each type of P2P message, however the logic to propagate a message is the same for each type of message.
As we will not have a large variety of messages, it is not a priority to rewrite the current implementation to support this, however if things expand, it will simply the code surface
The text was updated successfully, but these errors were encountered: