Update relnotes
This commit is contained in:
@@ -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
|
* 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
|
* 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
|
* 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
|
* Updated seed node list
|
||||||
* New CLI option -clearnet=0 which disables clearnet networking, i.e. only Tor or i2p are allowed
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* Added ASmap health check, which logs stats about the ASmap once per 24 hours
|
||||||
* Improved cjdns/i2p/tor docs
|
* Improved cjdns/i2p/tor docs
|
||||||
|
|||||||
Reference in New Issue
Block a user