mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
881816d531
facaefadd3b0cd53d375890e8339303a202c2a8b doc: Add wallet release notes for 0.21.0 (MarcoFalke) faa4243c1157c3e67111b6e5e979cdc3e1452a94 Add release notes skeleton, so that notes can be filled easier (MarcoFalke) Pull request description: ACKs for top commit: fjahr: ACK facaefadd3b0cd53d375890e8339303a202c2a8b achow101: ACK facaefadd3b0cd53d375890e8339303a202c2a8b Tree-SHA512: a17ab86e422ca3d3e53deffa7fecf09cdd9b816588deeded3a15e80a1c268ff1e8b56a0e052a417f1a091872099cd3d2b89993d4773a86516b0bdef880a949a0
768 B
768 B
P2P and network changes
Updated RPCs
Changes to Wallet or GUI related RPCs can be found in the GUI or Wallet section below.
New RPCs
Build System
Updated settings
Changes to Wallet or GUI related settings can be found in the GUI or Wallet section below.
New settings
Wallet
Wallet RPC changes
- The
upgradewallet
RPC replaces the-upgradewallet
command line option. (#15761) - The
settxfee
RPC will fail if the fee was set higher than the-maxtxfee
command line setting. The wallet will already fail to create transactions with fees higher than-maxtxfee
. (#18467)