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"