aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2023-01-18Merge bitcoin/bitcoin#25659: wallet: simplify ListCoins implementationAndrew Chow
2023-01-17doc: Fix incorrect sendmany RPC docMarcoFalke
2023-01-17Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)fanquake
2023-01-16Merge bitcoin/bitcoin#25375: rpc: add minconf/maxconf options to sendall and ...Andrew Chow
2023-01-11Merge bitcoin/bitcoin#26675: wallet: For feebump, ignore abandoned descendant...Andrew Chow
2023-01-11rpc: add minconf and maxconf options to sendallishaanam
2023-01-11Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund callsJuan Pablo Civile
2023-01-11rpc: Run type check against RPCArgsMarcoFalke
2023-01-11Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move` cl...MarcoFalke
2023-01-10Merge bitcoin/bitcoin#26679: wallet: Skip rescanning if wallet is more recent...Andrew Chow
2023-01-10Merge bitcoin/bitcoin#26186: rpc: Sanitize label name in various RPCs with testsAndrew Chow
2023-01-09Merge bitcoin/bitcoin#26618: rpc: Prevent unloading a wallet when rescanningAndrew Chow
2023-01-05Merge bitcoin/bitcoin#26761: wallet: fully migrate address book entries for w...Andrew Chow
2023-01-05Merge bitcoin/bitcoin#23829: refactor: use braced init for integer literals i...MarcoFalke
2023-01-04Merge bitcoin/bitcoin#26747: wallet: fix confusing error / GUI crash on cross...Andrew Chow
2023-01-04Merge bitcoin/bitcoin#26752: wallet: Remove `mempool_sequence` from interface...glozow
2023-01-04Merge bitcoin/bitcoin#26020: test: Change coinselection parameter location to...Andrew Chow
2023-01-04refactor: Add sanity checks in LabelFromValueAurèle Oulès
2023-01-04rpc: Sanitize label name in various RPCsAurèle Oulès
2023-01-04Merge bitcoin/bitcoin#26795: rpc: Correct RPCHelpMan for fundrawtransaction's...MarcoFalke
2023-01-03refactor: use braced init for integer constants instead of c style castsPasta
2023-01-03Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...Andrew Chow
2023-01-03wallet: unify FindNonChangeParentOutput functionsfurszy
2023-01-03wallet: simplify ListCoins implementationfurszy
2023-01-03Merge bitcoin/bitcoin#26192: rpc: Improve error when wallet is already loadedAndrew Chow
2023-01-03Merge bitcoin/bitcoin#25789: test: clean and extend availablecoins_tests cove...Andrew Chow
2023-01-03Merge bitcoin/bitcoin#25932: refactor: Simplify backtrack logicAndrew Chow
2023-01-03Merge bitcoin/bitcoin#26702: refactor: walletdb: drop unused `FindWalletTx` p...Andrew Chow
2023-01-02rpc: Correct RPCHelpMan for fundrawtransaction's input_weights fieldjdjkelly@gmail.com
2022-12-30rpc: Remove duplicate field in RPCHelpMan for gettransactionsJoshua Kelly
2022-12-28wallet: fully migrate address book entries for watchonly/solvable walletsSebastian Falbesoner
2022-12-27clang-tidy: Add `performance-no-automatic-move` checkHennadii Stepanov
2022-12-26wallet: remove `mempool_sequence` from `transactionRemovedFromMempool`w0xlt
2022-12-26wallet: remove `mempool_sequence` from `transactionAddedToMempool`w0xlt
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-23wallet: fix GUI crash on cross-chain legacy wallet restoreSebastian Falbesoner
2022-12-21wallet: coin selection, add duplicated inputs checksfurszy
2022-12-21wallet: return accurate error messages from Coin Selectionfurszy
2022-12-21wallet: make SelectCoins flow return util::Resultfurszy
2022-12-21wallet: refactor eight consecutive 'AttemptSelection' calls into a loopfurszy
2022-12-20Merge bitcoin/bitcoin#21576: rpc, gui: bumpfee signer supportAndrew Chow
2022-12-16Merge bitcoin/bitcoin#24865: rpc: Enable wallet import on pruned nodes and ad...Andrew Chow
2022-12-15For feebump, ignore abandoned descendant spendsJohn Moffett
2022-12-15walletdb: refactor: drop unused `FindWalletTx` parameter and renameSebastian Falbesoner
2022-12-14Merge bitcoin/bitcoin#26668: wallet: if only have one output type, don't perf...Andrew Chow
2022-12-14test: move coins result test to wallet_tests.cppfurszy
2022-12-14test: extend and simplify availablecoins_testsfurszy
2022-12-13wallet: Skip rescanning if wallet is more recent than tipAndrew Chow
2022-12-13Merge bitcoin/bitcoin#26643: wallet: Move fee underpayment check to after all...Andrew Chow
2022-12-10Merge bitcoin/bitcoin#26213: rpc: Strict type checking for RPC boolean parame...fanquake