Skip to content

Commit 8edf620

Browse files
fyquahkiminuo
authored andcommitted
release-notes: Add release note about getblock verbosity level 3.
1 parent 459104b commit 8edf620

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ Updated RPCs
7676
`gettransaction verbose=true` and REST endpoints `/rest/tx`, `/rest/getutxos`,
7777
`/rest/block` no longer return the `addresses` and `reqSigs` fields, which
7878
were previously deprecated in 22.0. (#22650)
79+
- The `getblock` RPC command now supports verbose level 3 containing transaction inputs
80+
`prevout` information. The existing `/rest/block/` REST endpoint is modified to contain
81+
this information too. Every `vin` field will contain an additional `prevout` subfield
82+
describing the spent output. `prevout` contains the following keys:
83+
- `generated` - true if the spent coins was a coinbase.
84+
- `height`
85+
- `value`
86+
- `scriptPubKey`
7987

8088
- `listunspent` now includes `ancestorcount`, `ancestorsize`, and
8189
`ancestorfees` for each transaction output that is still in the mempool.

0 commit comments

Comments
 (0)