mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00

* [NOD-315] Created acceptanceindex.go including boilerplate. * [NOD-315] Disallowed calls to notifyChainChanges and getChainFromBlock if the acceptance index is not on. * [NOD-315] Implemented the acceptance index. * [NOD-315] Fixed serialization/deserialization. Added test. * [NOD-315] Fixed/added comments. * [NOD-315] Fixed copy/paste errors. * [NOD-315] Added an empty line for readability.