mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-02-26 13:15:47 +00:00
* [NOD-1538] Implement a simple orphan pool. * [NOD-1538] Connect the orphan pool to the appropriate flows. * [NOD-1538] Make UnorphanBlocks actually unorphan blocks. * [NOD-1538] Fix logs. * [NOD-1538] Make unorphaned blocks call LogBlock. * [NOD-1538] Fix a log and some bad names. * [NOD-1538] Don't return an error from LogBlock. * [NOD-1538] Pass a pointer to hash in findChildOrphansOfBlock. * [NOD-1538] Extract addChildOrphansToProcessQueue to a separate function.