aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc
AgeCommit message (Expand)Author
2022-04-06doc: Convert remaining comments to clang-tidy formatMarcoFalke
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-30refactor: use named args when ScriptToUniv or TxToUniv are invokedMichael Dietz
2022-03-30Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweepMarcoFalke
2022-03-29Add sendall RPC née sweepMurch
2022-03-28Merge bitcoin/bitcoin#23083: rpc: Fail to return undocumented or misdocumente...fanquake
2022-03-25Extract FinishTransaction from send()Murch
2022-03-25Extract interpretation of fee estimation argumentsMurch
2022-03-25Elaborate error messages for outdated optionsMurch
2022-03-25Extract prevention of outdated option namesMurch
2022-03-24Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutputfanquake
2022-03-24rpc: Fail to return undocumented or misdocumented JSONMarcoFalke
2022-03-24Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...MarcoFalke
2022-03-23wallet: Replace CWalletTx in COutput with COutPoint and CTxOutAndrew Chow
2022-03-17scripted-diff: Rename COutput member variablesAndrew Chow
2022-03-16Replace use of `ArgsManager` with `DatabaseOptions`Kiminuo
2022-03-14Merge bitcoin/bitcoin#24505: wallet: Add a deprecation warning for newly crea...MarcoFalke
2022-03-11Merge bitcoin/bitcoin#24453: Bugfix: doc: Correct change_address/changeAddres...MarcoFalke
2022-03-10wallet: Add a deprecation warning for newly created legacy walletsAndrew Chow
2022-03-08Merge bitcoin/bitcoin#24198: wallet, rpc: add wtxid in WalletTxToJSONAndrew Chow
2022-02-28doc: Use human-friendly DefaultHint for change_address/changeAddress in walle...Luke Dashjr
2022-02-28Bugfix: doc: Correct type of change_address/changeAddress in wallet RPC help ...Luke Dashjr
2022-02-21Replace "can not" with "cannot" in docs, user messages, and testsJon Atack
2022-02-10RPC: Return external_signer in getwalletinfoKristaps Kaupe
2022-02-09doc: include wtxid in TransactionDescriptionStringbrunoerg
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-02-01wallet: add wtxid in WalletTxToJSONbrunoerg
2022-01-25Merge bitcoin/bitcoin#24067: wallet: Actually treat (un)confirmed txs as (un)...Andrew Chow
2022-01-25wallet: Avoid dropping confirmed coinsMarcoFalke
2022-01-24rpc, wallet: Allow users to specify input weightsAndrew Chow
2022-01-11Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...MarcoFalke
2022-01-11Change type of `backup_file` parameter in RestoreWallet/restoreWalletHennadii Stepanov
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-20Merge bitcoin/bitcoin#23341: RPC: Better safety with newkeypool command and w...Andrew Chow
2021-12-16Merge bitcoin/bitcoin#23750: rpcwallet: mention labels are disabled for range...MarcoFalke
2021-12-16Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...MarcoFalke
2021-12-15refactor: Move restorewallet() RPC logic to the wallet sectionw0xlt
2021-12-12rpcwallet: mention labels are deactivated for ranged descriptorsAntoine Poinsot
2021-12-12rpc: Add warning to user about newkeypool commandSamuel Dobson
2021-12-11Merge bitcoin/bitcoin#23113: Add warnings to createmultisig and addmultisig i...MarcoFalke
2021-12-10Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signingMarcoFalke
2021-12-08rpc: Document that DEFAULT is for Taproot, ALL for everything elseAndrew Chow
2021-12-08scripted-diff: Use named args in RPC docsMarcoFalke
2021-12-08Add warnings field to addmultisigaddress to warn about uncompressed keysSamuel Dobson
2021-12-08MOVEONLY: Move abortrescan from backup.cpp to transactions.cppSamuel Dobson
2021-12-08Remove unused imports from rpc/wallet and reorder RPCsSamuel Dobson
2021-12-08MOVEONLY: Move rpcwallet to rpc/walletSamuel Dobson
2021-12-08MOVEONLY: Move spending RPCs to spend.cppSamuel Dobson
2021-12-08MOVEONLY: Move balance and utxo RPCs to coins.cppSamuel Dobson