mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 06:06:49 +00:00

* [NOD-447] Fix deadlocks and hanging goroutines * [NOD-447] Add tests * [NOD-447] Add unpatch to spawnPatch * [NOD-447] Don't send to releaseWait if waitingCounter is zero * [NOD-447] Change waitingCounter to boolean and rename to isReleaseWaitWaiting, change checkIfRunningSpawnsAreLeft to return only one function, and lock critical code related to wg.isReleaseWaitWaiting * [NOD-447] Rename txConfirmations -> txConfirmationsNoLock, txConfirmationsWithLock -> txConfirmations * [NOD-447] Add documentation and delete redundant spawn * [NOD-447] Fix comments * [NOD-447] Fix comments