mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-30 09:52:31 +00:00

* [NOD-269] Added a skeleton for getChainFromBlock. * [NOD-269] Made startHash and includeBlocks optional. * [NOD-269] Implemented chainBlock collection. * [NOD-269] Extracted GetBlockVerboseResult building to its own method. * [NOD-269] Implemented the IncludeBlocks part of GetChainFromBlock. * [NOD-269] Added a comment for NewGetChainFromBlockCmd. * [NOD-269] Made IsInSelectedPathChain return an error. * [NOD-269] Fixed a very wrong comment. * [NOD-269] Made SelectedPathChain allocate only the required amount of space. * [NOD-269] Renamed pathChain to parentChain. * [NOD-269] Split handleGetChainFromBlock to separate functions. * [NOD-269] Fixed some grammar.