aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/util.cpp
AgeCommit message (Expand)Author
2024-06-20refactor: remove extraneous lock annotations from function definitionsCory Fields
2024-05-20rpc: avoid copying into UniValueCory Fields
2024-04-24scripted-diff: Modernize name of urlDecode function and paramFabian Jahr
2024-04-24refactor: Remove hooking code for urlDecodeFabian Jahr
2024-04-24refactor: Replace libevent use in urlDecode with our own codeFabian Jahr
2023-05-20refactor: Split util::AnyPtr into its own fileTheCharlatan
2023-04-26rpc: return block hash & height in getbalances, gettransaction & getwalletinf...Harris
2023-02-15refactor: remove <util/system.h> include from wallet.hfurszy
2023-01-11Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...MarcoFalke
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
2022-12-27clang-tidy: Add `performance-no-automatic-move` checkHennadii Stepanov
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-31refactor: move url.h/cpp from lib util to lib commonfanquake
2022-10-01refactor: move Boost datetime usage to walletfanquake
2022-08-17Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequestfanquake
2022-07-19rpc: output wallet descriptors for received entries in listsinceblockAntoine Poinsot
2022-06-14doc: Update importaddress mention incompatibility with descriptor walletBrokenProgrammer
2022-03-25wallet: Prevent wallet unload on GetWalletForJSONRPCRequestJoão Barbosa
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-15refactor: Move restorewallet() RPC logic to the wallet sectionw0xlt
2021-12-03MOVEONLY: Move LoadWalletHelper to wallet/rpc/utilSamuel Dobson
2021-12-01MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/utilSamuel Dobson
2021-12-01Introduce wallet/rpc/utilSamuel Dobson