aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc
AgeCommit message (Expand)Author
2023-04-18doc: fix/improve warning helps in {create,load,unload,restore}walletJon Atack
2023-02-27wallet, rpc: Update migratewallet help text for encrypted walletsAndrew Chow
2023-02-27wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-27rpc: Allow users to specify wallet name for migratewalletAndrew Chow
2023-02-27wallet: Allow MigrateLegacyToDescriptor to take a wallet nameAndrew Chow
2022-12-01wallet: Explicitly say migratewallet on encrypted wallets is unsupportedAndrew Chow
2022-11-07rpc: doc: add missing option "bech32m" for `change_type` parametersSebastian Falbesoner
2022-10-28rpc: make `address` field optionalw0xlt
2022-10-28wallet: Check utxo prevout index out of bounds in sendallAndrew Chow
2022-10-28wallet: Correctly check ismine for sendallAndrew Chow
2022-10-13refactor: remove unused locks for ResubmitWalletTransactionsstickies-v
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-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
2022-07-18Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...Andrew Chow