mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
release-notes: Add release note about getblock verbosity level 3.
This commit is contained in:
parent
459104b2aa
commit
8edf6204a8
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@ Updated RPCs
|
|||
`gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`,
|
||||
`/rest/block` no longer return the `addresses` and `reqSigs` fields, which
|
||||
were previously deprecated in 22.0. (#22650)
|
||||
- The `getblock` RPC command now supports verbose level 3 containing transaction inputs
|
||||
`prevout` information. The existing `/rest/block/` REST endpoint is modified to contain
|
||||
this information too. Every `vin` field will contain an additional `prevout` subfield
|
||||
describing the spent output. `prevout` contains the following keys:
|
||||
- `generated` - true if the spent coins was a coinbase.
|
||||
- `height`
|
||||
- `value`
|
||||
- `scriptPubKey`
|
||||
|
||||
- `listunspent` now includes `ancestorcount`, `ancestorsize`, and
|
||||
`ancestorfees` for each transaction output that is still in the mempool.
|
||||
|
|
Loading…
Add table
Reference in a new issue