mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-29 18:26:41 +00:00

* [NOD-42] Split checkFinalityRules and newFinalityPoint * [NOD-42] Rename connectToDAG -> addBlock + move anything that is not actually connecting block to DAG out of connectBlock * [NOD-42] Extract methods from PastUTXO * [NOD-42] Give names to outputs in verifyAndBuildUTXO and propagate name changes up the call tree * [NOD-42] Split loop that creates UTXODiff and updates acceptance data into 2 separate methods * [NOD-42] Removed from applyUTXOChanges any validation logic, moved in any logic related to updating the DAG and renamed to applyDAGChanges * [NOD-42] Rename: CheckTransactionInputs -> CheckTransactionInputsAndCalculateFee * [NOD-42] Revise some comments * [NOD-42] Removed finalityErr constant - it's not needed * Multiple chain -> dag corrections in comments * [NOD-42] Removed redundant declaration of feeData * [NOD-42] Reworded some comments * [NOD-42] Rename MultiblockTxsAcceptanceData -> MultiBlockTxsAcceptanceData