mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-30 02:36:42 +00:00

* [NOD-1320] Flush UTXOs to disk. * [NOD-1320] Minor improvements and fixes. * FullUTXOSet: change size type from int64 to uint64. * Rename FullUTXOSet.size to FullUTXOSet.estimatedSize * Fill NewFullUTXOSetFromContext with db context on virtual block creation. * Typo fixes. * [NOD-1320] Stylystic fixes. * [NOD-1320] Update tests. Improvements and fixes. * Update blockdag/dag tests: prepare DB for tests. * Update blockdag/utxoset tests: prepare DB for tests. * Update blockdag/test_utils utils. * Update blockdag/common tests. * FullUTXOSet: remove embedded utxoCollection type. Rename utxoCollection to utxoCache. * Fix blockdag/block_utxo genesisPastUTXO func. * Minor fixes and improvements.