From 6597f24baba7466a4f3b525abb824f828b0e13ca Mon Sep 17 00:00:00 2001 From: Mike Zak Date: Thu, 25 Feb 2021 14:53:09 +0200 Subject: [PATCH] Add changelog for v0.8.10 --- changelog.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog.txt diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 000000000..da2b47cbc --- /dev/null +++ b/changelog.txt @@ -0,0 +1,11 @@ +Kaspad v0.8.10 - 2021-02-25 +=========================== + +[*] Fix bug where invalid mempool transactions were not removed (#1551) +[*] Add RPC reconnection to the miner (#1552) +[*] Remove virtual diff parents - only selectedTip is virtualDiffParent now (#1550) +[*] Fix UTXO index (#1548) +[*] Prevent fast failing (#1545) +[*] Increase the sleep time in kaspaminer when the node is not synced (#1544) +[*] Disallow header only blocks on RPC, relay and when requesting IBD full blocks (#1537) +[*] Make templateManager hold a DomainBlock and isSynced bool instead of a GetBlockTemplateResponseMessage (#1538)