Bitcoin ABC 0.20.4
Bitcoin ABC version 0.20.4 is now available from:
https://download.bitcoinabc.org/0.20.4/
This release includes the following features and fixes:
- Minor bug fixes and improvements.
- New
feesfield introduced ingetrawmempool,getmempoolancestors,getmempooldescendantsandgetmempoolentrywhen verbosity is set totruewith sub-fieldsancestor,base,modifiedanddescendantdenominated in BCH. This new field deprecates previous fee fields, such afee,modifiedfee,ancestorfeeanddescendantfee.
Dynamic creation of wallets
-
Previously, wallets could only be loaded or created at startup, by specifying
-walletparameters on the command line or in the bitcoin.conf file. It is now possible to create wallets dynamically at runtime: -
New wallets can be created (and loaded) by calling the
createwalletRPC. The provided name must not match a wallet file in thewalletdirdirectory or the name of a wallet that is currently loaded. -
This feature is currently only available through the RPC interface.