mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-30 09:52:31 +00:00

* [DEV-332] Added MerkleProof to MsgBlock and rejected full-node/partial-block type misbehaviors. * [DEV-332] Fixed merge issues. * [DEV-332] Got rid of MerkleProof. Turns out we no longer need it. * [DEV-332] Got rid of NTBlockDisconnected, as no one was ever triggering it. (It was part of reorg) * [DEV-332] Implemented clearing out the payloads of transactions of outgoing blocks for partial nodes. * [DEV-332] Extracted ConvertToPartial to its own method. Added a test. Added a condition for converting to a partial block. * [DEV-332] Fixed bad ConvertToPartial condition.