mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-22 23:07:04 +00:00

* [DEV-311] Moved subnetwork storage from directly in DAG to subnetworkStore * Added gas validation in CheckBlockSanity * [DEV-311] Add SubnetworkStore to last remaining call for CheckBlockSanity * [DEV-311] Added subnetworkID to config in TestcheckBlockSanity * [DEV-311] Moved CheckBlockSanity to be method of BlockDAG, and removed subnetworkStore argument * [DEV-311] Removed SubnetworkID as parameter to CheckBlockSanity * [DEV-311] Update gas usage before * [DEV-311] some chain=>DAG updates in comments * [DEV-311] Removed remaining dag-specific parameters from checkBlockSanity