mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-13 16:49:24 +00:00

* [DEV-348] Removed a couple of unused methods. * [DEV-348] Implemented validating incoming transactions for bad partial transactions. * [DEV-348] Added a (incomplete) filter for propogation of transactions. * [DEV-348] Implemented filtering inventory by subnetwork. * [DEV-348] Fixed broken tests. * [DEV-348] Added test for non-zero payload partial transactions. * [DEV-348] Added a comment for Config.SubnetworkID. * [DEV-348] Fixed formatting. * [DEV-348] Renamed isRemoteTransactionFull to shouldTxBeFull. * [DEV-348] Added a check for invalid transaction in maybeAcceptTransaction. Added handling for native networks. * [DEV-348] Fixed formatting. * [DEV-348] Fixed a bug in transaction validation. * [DEV-348] Rephrased a comment. * [DEV-348] Extracted subnetwork compatibility to a method. Wrote a test for it. * [DEV-348] Removed an unnecessary check over the native subnetwork.