mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-15 04:45:17 +00:00
* [DEV-312] Take in account subnetwork's GAS limit, when adding transactions to block. Try to do that optimally. * [DEV-312] Fixed GAS overusage calculation * [DEV-337] Make sure that a transaction that uses more gas than the total allowed for sub-network * [DEV-337] Moved transaction GAS check to mempool * [DEV-337] Added Unit test for gas usage in transaction * [DEV-337] Fixed build * [DEV-337] Fixed tests stuff * [DEV-337] Removed TODO comment