/ doc / release-notes-34512.md
release-notes-34512.md
1  Updated RPCs
2  ------------
3  
4  - The `getblock` RPC now returns a `coinbase_tx` object at verbosity levels 1, 2,
5    and 3. It contains `version`, `locktime`, `sequence`, `coinbase` and
6    `witness`. This allows for efficiently querying coinbase
7    transaction properties without fetching the full transaction data at
8    verbosity 2+. (#34512)