From 7c075563a0cd9ec79e669e655f75f02279a3d885 Mon Sep 17 00:00:00 2001 From: Daniel Kraft Date: Sat, 22 Nov 2014 19:41:34 +0100 Subject: [PATCH] Mention changes to merge-mining RPC calls in Changes file. --- Changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changes b/Changes index 9f1a2e0357..028672f8f8 100644 --- a/Changes +++ b/Changes @@ -33,3 +33,8 @@ Important changes compared to namecoind 0.3: The storage format for encrypted private keys in the wallet is now harmonised with Bitcoin's format (the old client used a hack). Wallets can be ported from the old to the new client, but not the other way. + +* "getwork" and "getworkaux" are removed (in accordance with the modern + Bitcoin code). "getauxblock" has more return fields and the "target" + variable (which was in reversed byte order, not matching the "target" + returned by "getblocktemplate") is deprecated and renamed to "_target".