mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-07-01 02:12:32 +00:00

* [DEV-319] Implemented transaction data sending logic. * [DEV-319] Implemented NotifyNewTransactions command validation. * [DEV-319] Reduced some duplication in notifyForNewTx. * [DEV-319] Renamed a parameter for clarity. * [DEV-319] Added a test for marshalling/unmarshalling the new varient of notifyNewTransactions. * [DEV-319] Added a check in handleNotifyNewTransactions to avoid unnecessary validation. * [DEV-319] Added comments to explain the initialization of marshalledJSONVerboseFull and marshalledJSONVerbosePartial.