aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/transactions.cpp
AgeCommit message (Expand)Author
2024-07-01wallet: update mempool conflicts tests + docsishaanam
2024-05-20rpc: avoid copying into UniValueCory Fields
2024-03-20wallet, rpc: show mempool conflicts in `gettransaction` resultishaanam
2024-01-23wallet: clarify replaced_by_txid and replaces_txid in help outputmarco
2023-12-11Remove deprecated -rpcserialversionMarcoFalke
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-04-26rpc: return block hash & height in getbalances, gettransaction & getwalletinf...Harris
2023-04-26Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor...Andrew Chow
2023-04-11wallet: Replace use of purpose strings with an enumAndrew Chow
2023-02-14wallet: ensure that the passphrase is not deleted from memory when being used...ishaanam
2023-02-14wallet: keep track of when the passphrase is needed when rescanningishaanam
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2023-01-22scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARGfanquake
2023-01-13rpc, wallet: add `abandoned` field for all categories of transactions in List...brunoerg
2023-01-10Merge bitcoin/bitcoin#26186: rpc: Sanitize label name in various RPCs with testsAndrew Chow
2023-01-04refactor: Add sanity checks in LabelFromValueAurèle Oulès
2023-01-04rpc: Sanitize label name in various RPCsAurèle Oulès
2022-12-30rpc: Remove duplicate field in RPCHelpMan for gettransactionsJoshua Kelly
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-06wallet, rpc: add `label` to `listsinceblock`brunoerg
2022-12-06refactor, wallet: use optional for `label` in `ListTransactions`brunoerg
2022-12-05Fixup clang-tidy named argument commentsfanquake
2022-10-27Merge bitcoin/bitcoin#26349: rpc: make `address` field optional `list{transac...Andrew Chow
2022-10-26rpc: make `address` field optionalw0xlt
2022-10-25rpc: doc: mention rescan speedup using `blockfilterindex=1` in affected walle...Sebastian Falbesoner
2022-08-22fixups for BIP125 doc cleanupglozow
2022-08-16Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptorsAndrew Chow
2022-08-16rpc: add an include_change parameter to listsinceblockAntoine Poinsot
2022-07-25scripted-diff: Replace NullUniValue with UniValue::VNULLMacroFake
2022-07-19rpc: output wallet descriptors for received entries in listsinceblockAntoine Poinsot
2022-07-13Merge bitcoin/bitcoin#25464: rpc: Reduce Univalue push_backV peak memory usag...fanquake
2022-07-12Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progressMacroFake
2022-06-24rpc: Fix Univalue push_backV OOM in listtransactionsMacroFake
2022-06-23wallet: Save wallet scan progressw0xlt
2022-06-22refactor: 'ListReceived' use optional for filtered addressfurszy
2022-06-22refactor: RPC 'ListReceived', encapsulate m_address_book accessfurszy
2022-05-20Merge bitcoin/bitcoin#25171: rpc: wallet: remove `-deprecatedrpc=exclude_coin...MacroFake
2022-05-19Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64fanquake
2022-05-19rpc: wallet: remove `-deprecatedrpc=exclude_coinbase` logicSebastian Falbesoner
2022-05-18Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-initMacroFake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-16Add proper thread safety annotation to `CWallet::GetTxConflicts()`Hennadii Stepanov
2022-03-30refactor: use named args when ScriptToUniv or TxToUniv are invokedMichael Dietz
2022-02-09doc: include wtxid in TransactionDescriptionStringbrunoerg
2022-02-01wallet: add wtxid in WalletTxToJSONbrunoerg
2022-01-25wallet: Avoid dropping confirmed coinsMarcoFalke
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-08scripted-diff: Use named args in RPC docsMarcoFalke
2021-12-08MOVEONLY: Move abortrescan from backup.cpp to transactions.cppSamuel Dobson