mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-05 20:50:18 +02:00
doc: Rework 14707 release notes
This commit is contained in:
parent
fa9377c746
commit
fa4c72e706
@ -1,19 +0,0 @@
|
|||||||
Wallet `receivedby` RPCs now include coinbase transactions
|
|
||||||
-------------
|
|
||||||
|
|
||||||
Previously, the following wallet RPCs excluded coinbase transactions:
|
|
||||||
|
|
||||||
`getreceivedbyaddress`
|
|
||||||
|
|
||||||
`getreceivedbylabel`
|
|
||||||
|
|
||||||
`listreceivedbyaddress`
|
|
||||||
|
|
||||||
`listreceivedbylabel`
|
|
||||||
|
|
||||||
This release changes this behaviour and returns results accounting for received coins from coinbase outputs.
|
|
||||||
|
|
||||||
A new option, `include_immature_coinbase` (default=`false`), determines whether to account for immature coinbase transactions.
|
|
||||||
Immature coinbase transactions are coinbase transactions that have 100 or fewer confirmations, and are not spendable.
|
|
||||||
|
|
||||||
The previous behaviour can be restored using the configuration `-deprecatedrpc=exclude_coinbase`, but may be removed in a future release.
|
|
@ -171,6 +171,19 @@ Wallet
|
|||||||
causes the lock to be written persistently to the wallet database. This
|
causes the lock to be written persistently to the wallet database. This
|
||||||
allows UTXOs to remain locked even after node restarts or crashes. (#23065)
|
allows UTXOs to remain locked even after node restarts or crashes. (#23065)
|
||||||
|
|
||||||
|
- `receivedby` RPCs now include coinbase transactions. Previously, the
|
||||||
|
following wallet RPCs excluded coinbase transactions: `getreceivedbyaddress`,
|
||||||
|
`getreceivedbylabel`, `listreceivedbyaddress`, `listreceivedbylabel`. This
|
||||||
|
release changes this behaviour and returns results accounting for received
|
||||||
|
coins from coinbase outputs. The previous behaviour can be restored using the
|
||||||
|
configuration `-deprecatedrpc=exclude_coinbase`, but may be removed in a
|
||||||
|
future release. (#14707)
|
||||||
|
|
||||||
|
- A new option in the same `receivedby` RPCs, `include_immature_coinbase`
|
||||||
|
(default=`false`), determines whether to account for immature coinbase
|
||||||
|
transactions. Immature coinbase transactions are coinbase transactions that
|
||||||
|
have 100 or fewer confirmations, and are not spendable. (#14707)
|
||||||
|
|
||||||
GUI changes
|
GUI changes
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user