Bitcoin ABC version 0.20.11 is now available from:
https://download.bitcoinabc.org/0.20.11/
This release includes the following features and fixes:
prioritisetransaction
RPC no longer takes a priority_delta
argument,
which is replaced by a dummy
argument for backwards compatibility with
clients using positional arguments. The RPC is still used to change the
apparent fee-rate of the transaction by using the fee_delta
argument.listtransactions
, listunspent
, or contribute to
your balance, unless they are explicitly watched (using importaddress
or
importmulti
with hex script argument). signrawtransaction*
also still
works for them.createwallet
now has an optional blank
argument that can be used
to create a blank wallet. Blank wallets do not have any keys or HD seed.
They cannot be opened in software older than 0.20.11
Once a blank wallet has a HD seed set (by using sethdseed
) or private keys,
scripts, addresses, and other watch only things have been imported, the wallet
is no longer blank and can be opened in 0.20.x.
Encrypting a blank wallet will also set a HD seed for it.