From 53b1fe332b0d54d097bec607d8b4cae043cf3462 Mon Sep 17 00:00:00 2001 From: DanS Date: Tue, 7 Jul 2026 06:35:46 +0200 Subject: [PATCH] Rebrand cleanups: getpeerinfo help example + 1.0.3 debian changelog entry net.cpp: getpeerinfo help address example 18030->21768 and 'Hush server'->'DragonX server'. debian/changelog: prepend 1.0.3 release entry summarizing IBD speedups, witness fix, bulk streaming, seed phrases, assumeutxo removal. NOTE net.cpp change needs a daemon rebuild to surface in runtime RPC help. Staged on 176; not pushed. Co-Authored-By: Claude Opus 4.8 (1M context) --- contrib/debian/changelog | 10 ++++++++++ src/rpc/net.cpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/contrib/debian/changelog b/contrib/debian/changelog index a01385923..cf12082c5 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,13 @@ +dragonx (1.0.3) stable; urgency=medium + + * IBD/sync speedups: parallel RandomX pre-verification, adaptive -dbcache, P2P download fixes + * Fix Sapling witness desync and parallelize witness cache rebuild + * Opt-in bulk block streaming (-bulkblocksync) for faster initial sync + * BIP39 seed phrases (SilentDragonXLite-compatible) and HD transparent keys + * Remove assumeutxo / UTXO-snapshot feature + + -- DragonX Tue, 07 Jul 2026 05:49:59 +0200 + dragonx (1.0.0) stable; urgency=medium * Initial release of DragonX, forked from Hush Full Node diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp index 2fef1786a..806ab1ed3 100644 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -354,7 +354,7 @@ UniValue getaddednodeinfo(const UniValue& params, bool fHelp, const CPubKey& myp " \"connected\" : true|false, (boolean) If connected\n" " \"addresses\" : [\n" " {\n" - " \"address\" : \"192.168.0.201:18030\", (string) The Hush server host and port\n" + " \"address\" : \"192.168.0.201:21768\", (string) The DragonX server host and port\n" " \"connected\" : \"outbound\" (string) connection, inbound or outbound\n" " }\n" " ,...\n"