Changed params/results since v30.2

Methods listed here are classified as having parameter or response shape changes relative to v30.2.

getblocktemplate

If the request parameters include a 'mode' key, that is used to explicitly select between the default 'template' request or a 'proposal'.

mining / core

Changed params/results since v30.2 Changed behavior since v30.2

Cadence, AuxPoW, and qbit version-rolling semantics diverge from upstream behavior.

getnetworkhashps

Returns the estimated network hashes per second (H/s) based on accepted block proof work.

mining / core

Changed params/results since v30.2 Changed behavior since v30.2

Adds lane-aware qbit hashrate estimates for all, permissionless, and AuxPoW work.

analyzepsbt

Analyzes and provides information about the current status of a PSBT and its inputs

rawtransactions / core

Changed params/results since v30.2

decodepsbt

Return a JSON object representing the serialized, base64-encoded PSBT.

rawtransactions / core

Changed params/results since v30.2

signrawtransactionwithkey

Sign inputs for raw transaction (serialized, hex-encoded).

rawtransactions / core

Changed params/results since v30.2

createwalletdescriptor

Creates the wallet's descriptor for the given address type. The address type must be one that the wallet does not already have a descriptor for. On P2MR-only chains, public P2MR descriptors are omitted from the result; use exportpubkeydb for watch-only P2MR exports.

wallet / wallet

Changed params/results since v30.2 Wallet

getaddressinfo

Return information about the given qbit address.

wallet / wallet

Changed params/results since v30.2 Wallet

listdescriptors

List all descriptors present in a wallet.

wallet / wallet

Changed params/results since v30.2 Wallet

send

EXPERIMENTAL warning: this call may be changed in future releases.

wallet / wallet

Changed params/results since v30.2 Wallet

sendall

EXPERIMENTAL warning: this call may be changed in future releases.

wallet / wallet

Changed params/results since v30.2 Wallet

sendmany

Send multiple times. Amounts are double-precision floating point numbers.

wallet / wallet

Changed params/results since v30.2 Wallet

sendtoaddress

Send an amount to a given address.

wallet / wallet

Changed params/results since v30.2 Wallet

signrawtransactionwithwallet

Sign inputs for raw transaction (serialized, hex-encoded).

wallet / wallet

Changed params/results since v30.2 Wallet

walletprocesspsbt

Update a PSBT with input information from our wallet and then sign inputs

wallet / wallet

Changed params/results since v30.2 Wallet