0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-10 10:52:31 -05:00
bitcoin-bitcoin-core/src/wallet/rpc
Antoine Poinsot 0fd2d14454
rpc: add an include_change parameter to listsinceblock
It's useful for an external application tracking coins to not be limited
by our change detection. For instance, for a watchonly wallet with two
descriptors a transaction from one to the other would be considered a
change output and not be included in the result (if the address was not
generated by this wallet).
2022-08-16 18:33:05 +02:00
..
addresses.cpp wallet: refactor GetNewDestination, use BResult 2022-07-08 11:18:35 -03:00
backup.cpp doc: Update importaddress mention incompatibility with descriptor wallet 2022-06-14 20:54:45 +02:00
coins.cpp rpc: output parent wallet descriptors for coins in listunspent 2022-07-19 12:46:15 +02:00
encrypt.cpp scripted-diff: Use getInt<T> over get_int/get_int64 2022-05-18 19:15:03 +02:00
signmessage.cpp Add src/wallet/* code to wallet:: namespace 2022-01-06 22:14:16 -05:00
spend.cpp send: refactor CreateTransaction flow to return a BResult<CTransactionRef> 2022-07-08 11:18:35 -03:00
transactions.cpp rpc: add an include_change parameter to listsinceblock 2022-08-16 18:33:05 +02:00
util.cpp rpc: output wallet descriptors for received entries in listsinceblock 2022-07-19 12:46:01 +02:00
util.h rpc: output wallet descriptors for received entries in listsinceblock 2022-07-19 12:46:01 +02:00
wallet.cpp scripted-diff: Use getInt<T> over get_int/get_int64 2022-05-18 19:15:03 +02:00
wallet.h Add src/wallet/* code to wallet:: namespace 2022-01-06 22:14:16 -05:00