selected pertinent changes from release notes:
* nodes with multiple reachable networks will actively try to have
at least one outbound connection to each network. this improves
individual resistance to eclipse attacks and network level resistance
to partition attacks.
* when using assumeutxo with -prune, the prune budget may be exceeded
if it is set lower than 1100MB
* getrawtransaction segfault bugfix
* log mempool loading progress
all details:
- https://bitcoincore.org/en/releases/26.0/
- https://bitcoincore.org/en/releases/26.1/
a couple selected release notes:
* transactions with 65+ bytes in non-witness data are now acceptable by
mempool and relay policies.
* improvements to parallel compact block downloads
* avoid serving stale fee estimates
new features which nakamochi might find useful in the future:
* a new shutdownnotify option, a command to exec synchronously before
bitcoind initiates its shutdown sequence
* a new /rest/deploymentinfo endpoint which reports consensus changes
all details:
- https://bitcoincore.org/en/releases/25.0/
- https://bitcoincore.org/en/releases/25.1/