noescape0
noescape0
Dont merge before the release see https://github.com/stratisproject/StratisBitcoinFullNode/pull/3720
`NetwokrPeerConnection.ReadMessageAsync` allows messages without a checksum which was introduced at version 60002. Min protocol version is 70000, therefore there is no need to support that. There are other code areas...
``` mempoolpayload The mempool message sends a request to a node asking for information about transactions it has verified but which have not yet confirmed. The response to receiving this...
See https://github.com/stratisproject/StratisBitcoinFullNode/pull/1486
Move block store to Stratis.Bitcoin because it's going to become a mandatory component and we would just implement pruning instead of not using a feature
Add logic to BP that will allow recognizing pruned nodes and it will requesting blocks from them when we are asking for blocks with timestamps that are more than 2...
The idea is to allow peer behaviors to subscribe only to the payloads they need and not to every network message (move distinguishing between different payloads to the base class)....