aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc
AgeCommit message (Expand)Author
2024-05-08Merge bitcoin/bitcoin#28336: rpc: parse legacy pubkeys consistently with spec...Ava Chow
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-29Merge bitcoin/bitcoin#29277: RPC: access RPC arguments by nameRyan Ofsky
2024-04-25Merge bitcoin/bitcoin#29904: refactor: Use our own implementation of urlDecodeRyan Ofsky
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
2024-04-16wallet: return and display signer errorSjors Provoost
2024-04-07[clang-tidy] Enable the misc-no-recursion checkdergoegge
2024-03-29Merge bitcoin/bitcoin#29130: wallet: Add `createwalletdescriptor` and `gethdk...Ryan Ofsky
2024-03-27Merge bitcoin/bitcoin#27307: wallet: track mempool conflicts with wallet tran...Ryan Ofsky
2024-03-20wallet, rpc: Add createwalletdescriptor RPCAva Chow
2024-03-20wallet, rpc: Add gethdkeys RPCAva Chow
2024-03-20wallet, rpc: show mempool conflicts in `gettransaction` resultishaanam
2024-03-01rpc: access some args by namestickies-v
2024-02-20Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanupfanquake
2024-02-16Merge bitcoin/bitcoin#28037: rpc: Drop migratewallet experimental warningfanquake
2024-02-13scripted-diff: Fix bitcoin_config_h includesTheCharlatan
2024-02-12Merge bitcoin/bitcoin#28987: wallet: simplify and batch zap wallet txes processAva Chow
2024-02-09scripted-diff: rename ZapSelectTx to RemoveTxsfurszy
2024-02-09wallet: batch and simplify ZapSelectTx processfurszy
2024-02-09rpc: use `HexToPubKey` helper for all legacy pubkey-parsing RPCsSebastian Falbesoner
2024-01-23wallet: clarify replaced_by_txid and replaces_txid in help outputmarco
2024-01-19refactor: pass CRecipient to FundTransactionjosibake
2024-01-19refactor: simplify `CreateRecipients`josibake
2024-01-19refactor: remove out param from `ParseRecipients`josibake
2024-01-05Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversionfanquake
2023-12-14Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanupAva Chow
2023-12-14Merge bitcoin/bitcoin#28920: wallet: birth time update during tx scanningAva Chow
2023-12-14refactor: Rename fs::path::u8string() to fs::path::utf8string()MarcoFalke
2023-12-12test: wallet, fix change position out of range errorfurszy
2023-12-11Remove deprecated -rpcserialversionMarcoFalke
2023-12-08wallet: return CreatedTransactionResult from FundTransactionAndrew Chow
2023-12-08wallet: use optional for change position as an optional in CreateTransactionAndrew Chow
2023-12-05rpc: getwalletinfo, return wallet 'birthtime'furszy
2023-12-05rpc, doc: encryptwallet, mention HD seed rotation and new backupfurszy
2023-11-30Remove unused version.h includeMarcoFalke
2023-11-28scripted-diff: Use DataStream in most placesMarcoFalke
2023-11-21Use Txid in COutpointdergoegge
2023-11-16Include version.h in fewer placesAnthony Towns
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-10-19rpc: mention that migratewallet can take a whileAndrew Chow
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-05wallet: No BDB creation, unless -deprecatedrpc=create_bdbMarcoFalke
2023-09-26rpc: bumpfee, improve doc for 'reduce_output' argfurszy
2023-09-19Merge bitcoin/bitcoin#28246: wallet: Use CTxDestination in CRecipient instead...fanquake
2023-09-12wallet: Use CTxDestination in CRecipient rather than scriptPubKeyAndrew Chow
2023-09-12Add PubKeyDestination for P2PK scriptsAndrew Chow
2023-09-05wallet rpc: return final tx hex from walletprocesspsbt if completeMatthew Zipkin
2023-08-24rpc: Add MaybeArg() and Arg() default helperMarcoFalke