elements/src/wallet/rpc
Andrew Chow f0c646f026
Merge bitcoin/bitcoin#25730: RPC: listunspent, add "include immature coinbase" flag
fa84df1f03 scripted-diff: wallet: rename AvailableCoinsParams members to snake_case (furszy)
61c2265629 wallet: group AvailableCoins filtering parameters in a single struct (furszy)
f0f6a3577b RPC: listunspent, add "include immature coinbase" flag (furszy)

Pull request description:

  Simple PR; adds a "include_immature_coinbase" flag to `listunspent` to include the immature coinbase UTXOs on the response.  Requested by #25728.

ACKs for top commit:
  danielabrozzoni:
    reACK fa84df1f03
  achow101:
    ACK fa84df1f03
  aureleoules:
    reACK fa84df1f03
  kouloumos:
    reACK fa84df1f03
  theStack:
    Code-review ACK fa84df1f03

Tree-SHA512: 0f3544cb8cfd0378a5c74594480f78e9e919c6cfb73a83e0f3112f8a0132a9147cf846f999eab522cea9ef5bd3ffd60690ea2ca367dde457b0554d7f38aec792
2022-11-15 19:53:04 -05:00
..
addresses.cpp script/sign: remove needless IsSolvable() utility 2022-08-11 15:43:40 +02:00
backup.cpp rpc: doc: mention rescan speedup using blockfilterindex=1 in affected wallet RPCs 2022-10-25 15:57:39 +02:00
coins.cpp scripted-diff: wallet: rename AvailableCoinsParams members to snake_case 2022-10-29 08:51:34 -03:00
encrypt.cpp scripted-diff: Replace NullUniValue with UniValue::VNULL 2022-07-25 17:27:53 +02:00
signmessage.cpp scripted-diff: Replace NullUniValue with UniValue::VNULL 2022-07-25 17:27:53 +02:00
spend.cpp Merge bitcoin/bitcoin#25730: RPC: listunspent, add "include immature coinbase" flag 2022-11-15 19:53:04 -05:00
transactions.cpp Merge bitcoin/bitcoin#26349: rpc: make address field optional list{transactions, sinceblock} response 2022-10-27 13:17:39 -04:00
util.cpp refactor: move url.h/cpp from lib util to lib common 2022-10-31 10:17:04 +00:00
util.h refactor: move Boost datetime usage to wallet 2022-10-01 11:41:53 +01:00
wallet.cpp Add migratewallet RPC 2022-08-29 17:30:38 -04:00
wallet.h Add src/wallet/* code to wallet:: namespace 2022-01-06 22:14:16 -05:00