From 9042a247112a3c2aa4890b9a029280ab34237512 Mon Sep 17 00:00:00 2001 From: Duke Date: Fri, 27 Jun 2025 10:44:17 -0400 Subject: [PATCH] Update relnotes --- doc/relnotes/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/relnotes/README.md b/doc/relnotes/README.md index 738211a9a..7d369f34b 100644 --- a/doc/relnotes/README.md +++ b/doc/relnotes/README.md @@ -15,6 +15,7 @@ evil organizations. They also use all your "private" repos to train their AI. * Now supports UTF8 strings as memos instead of requiring hex * Give a memo as "utf8:this is my memo" and it will automatically be hex encoded * New optional 5th argument to `z_sendmany` allows specifying an `OP_RETURN` for the transaction + * `OP_RETURN` can also be specified as a UTF8 string with 'utf8:' prefix or hex encoded * Updated seed node list * New CLI option -clearnet=0 which disables clearnet networking, i.e. only Tor or i2p are allowed * Note that at least one of a Tor or i2p daemon are needed for -clearnet=0, both are not needed but supported @@ -32,6 +33,8 @@ evil organizations. They also use all your "private" repos to train their AI. ``` * Using -mineraddress with -clearnet=0 is disallowed since it would reduce privacy * Add CLI options `-disableipv4` and `-disableipv6` which can be used to disable IPv4 or IPv6 + * New HAC CLI consensus option `-ac_minopreturnfee` + * `OP_RETURN` minimum fee per tx, regardless of tx size, default is 1 coin * Updated ASmap, which maps IP addresses to Autonomous System (AS) numbers * Added ASmap health check, which logs stats about the ASmap once per 24 hours * Improved cjdns/i2p/tor docs