From 07cb716afb7de27e0cf889cb55471ef2f8fd0543 Mon Sep 17 00:00:00 2001 From: Ori Newman Date: Wed, 23 Nov 2022 12:14:02 +0200 Subject: [PATCH] Update changelog.txt for v0.12.10 --- changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.txt b/changelog.txt index 59671fa2d..195e16584 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +Kaspad v0.12.10 - 2022-11-23 +=========================== + +* Increase devnet's initial difficulty (#2167) + +Bug fixes: +* Check rule errors when validating blocks with trusted data (#2171) +* Compare blue score with selected tip when checking if a pruning point proof is needed (#2169) +* Add found to GetBlock (#2165) + +Wallet new features: +* Use one of the From addresses as a change address (#2164) + Kaspad v0.12.9 - 2022-10-23 ===========================