aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc
AgeCommit message (Expand)Author
2022-10-13Merge bitcoin/bitcoin#26205: wallet: #25768 follow upsfanquake
2022-10-01refactor: move Boost datetime usage to walletfanquake
2022-09-30Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...MacroFake
2022-09-29refactor: remove unused locks for ResubmitWalletTransactionsstickies-v
2022-09-26doc, rpc: mention that `listdescriptors` result is sorted by string represent...Sebastian Falbesoner
2022-09-21Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...fanquake
2022-09-20Merge bitcoin/bitcoin#26116: rpc: Allow importmulti watchonly imports with lo...Andrew Chow
2022-09-20Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...MacroFake
2022-09-17rpc: Allow importmulti watchonly imports with locked walletAurèle Oulès
2022-09-15rpc: remove unneeded RPCTypeCheckArgument checksfurszy
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-09-15wallet: fix sendall creates tx that fails tx-size checkkouloumos
2022-09-15Merge bitcoin/bitcoin#26084: sendall: check if the maxtxfee has been exceededMacroFake
2022-09-13sendall: check if the maxtxfee has been exceededishaanam
2022-09-13RPC: bugfix, 'add_inputs' default value is true unless 'inputs' are providedfurszy
2022-09-13rpc: Set RPCArg options with designated initializersMacroFake
2022-09-06Merge bitcoin/bitcoin#26010: RPC: fix sendall docsAndrew Chow
2022-09-05RPC: fix sendall docsAnthony Towns
2022-09-05Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac...glozow
2022-09-01Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...Andrew Chow
2022-09-01Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors resultAndrew Chow
2022-08-31rpc: sort listdescriptors resultSjors Provoost
2022-08-29Add migratewallet RPCAndrew Chow
2022-08-29wallet: Deduplicate Resend and ReacceptWalletTransactionsAndrew Chow
2022-08-24scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/)Sebastian Falbesoner
2022-08-22fixups for BIP125 doc cleanupglozow
2022-08-22Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125fanquake
2022-08-19bumpfee: be able to bump fee of a tx with external inputsAndrew Chow
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
2022-08-17Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider MergeAndrew Chow
2022-08-17Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequestfanquake
2022-08-16Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-upsAndrew Chow
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-08-15refactor: Remove not needed empty RPC doc std::stringMacroFake
2022-08-12refactor: Avoid copies in FlatSigningProvider MergeMacroFake
2022-08-11script/sign: remove needless IsSolvable() utilityAntoine Poinsot
2022-08-10scripted-diff: Uppercase function namesjosibake
2022-08-05Merge bitcoin/bitcoin#22751: rpc/wallet: add simulaterawtransaction RPCAndrew Chow
2022-08-05rpc/wallet: add simulaterawtransaction RPCKarl-Johan Alm
2022-08-04[doc] remove non-signaling mentions of BIP125glozow
2022-08-03refactor: Replace BResult with util::ResultRyan Ofsky
2022-07-28Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...Andrew Chow
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-26refactor: remove unnecessary string initializationsfanquake
2022-07-25scripted-diff: Replace NullUniValue with UniValue::VNULLMacroFake
2022-07-25Merge bitcoin/bitcoin#25611: univalue: Avoid brittle, narrowing and verbose i...fanquake
2022-07-19refactor: store by OutputType in CoinsResultjosibake
2022-07-19rpc: output parent wallet descriptors for coins in listunspentAntoine Poinsot
2022-07-19rpc: output wallet descriptors for received entries in listsinceblockAntoine Poinsot