aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2022-10-28psbt: Include output pubkey in additional pubkeys to signAndrew Chow
2022-10-27Merge bitcoin/bitcoin#25685: wallet: Faster transaction creation by removing ...Andrew Chow
2022-10-27Merge bitcoin/bitcoin#26349: rpc: make `address` field optional `list{transac...Andrew Chow
2022-10-26wallet: SelectCoins, return early if target is covered by preset-inputsfurszy
2022-10-26wallet: simplify preset inputs selection target checkfurszy
2022-10-26wallet: remove fetch pre-selected-inputs responsibility from SelectCoinsfurszy
2022-10-26wallet: encapsulate pre-selected-inputs lookup into its own functionfurszy
2022-10-26wallet: skip manually selected coins from 'AvailableCoins' resultfurszy
2022-10-26wallet: skip available coins fetch if "other inputs" are disallowedfurszy
2022-10-26Merge bitcoin/bitcoin#25957: wallet: fast rescan with BIP157 block filters fo...Andrew Chow
2022-10-26rpc: make `address` field optionalw0xlt
2022-10-25rpc: doc: mention rescan speedup using `blockfilterindex=1` in affected walle...Sebastian Falbesoner
2022-10-25wallet: fast rescan: show log message for every non-skipped blockSebastian Falbesoner
2022-10-25wallet: take use of `FastWalletRescanFilter`Sebastian Falbesoner
2022-10-25wallet: add `FastWalletRescanFilter` class for speeding up rescansSebastian Falbesoner
2022-10-25wallet: add method for retrieving the end range for a ScriptPubKeyManSebastian Falbesoner
2022-10-25wallet: support fetching scriptPubKeys with minimum descriptor range indexSebastian Falbesoner
2022-10-24Merge bitcoin/bitcoin#26302: refactor: Use type-safe time point for CWallet::...fanquake
2022-10-20wallet: Check utxo prevout index out of bounds in sendallAndrew Chow
2022-10-19wallet: Correctly check ismine for sendallAndrew Chow
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-10-13Merge bitcoin/bitcoin#25526: wallet: avoid double keypool TopUp() call on des...Andrew Chow
2022-10-13refactor: Use type-safe time point for CWallet::m_next_resendMacroFake
2022-10-13Merge bitcoin/bitcoin#26205: wallet: #25768 follow upsfanquake
2022-10-10Merge bitcoin/bitcoin#26282: wallet: have prune error take precedence over as...fanquake
2022-10-09Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.hDimitris Tsapakidis
2022-10-07wallet: have prune error take precedence over assumedvalidJames O'Beirne
2022-10-04Merge bitcoin/bitcoin#26203: wallet: Use correct effective value when checkin...glozow
2022-10-02test: Check external coin effective value is used in CoinSelectionAurèle Oulès
2022-10-02wallet: Use correct effective value when checking targetAurèle Oulès
2022-10-01refactor: move Boost datetime usage to walletfanquake
2022-09-30refactor: revert m_next_resend to not be std::atomicstickies-v
2022-09-30wallet: only update m_next_resend when actually resendingstickies-v
2022-09-30refactor: carve out tx resend timer logic into ShouldResendstickies-v
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-29wallet: fix capitalization in docstringstickies-v
2022-09-27Merge bitcoin/bitcoin#26156: test: check that `listdescriptors` descriptor st...MacroFake
2022-09-26doc, rpc: mention that `listdescriptors` result is sorted by string represent...Sebastian Falbesoner
2022-09-24Merge bitcoin/bitcoin#26130: Bugfix: Wallet: Lock cs_wallet for SignMessageMacroFake
2022-09-21Merge bitcoin/bitcoin#25933: wallet: AvailableCoins, simplify output script t...Andrew Chow
2022-09-21Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...fanquake
2022-09-20Merge bitcoin/bitcoin#26132: wallet: Fix nNextResend data race in ResubmitWal...Andrew Chow
2022-09-20Merge bitcoin/bitcoin#26116: rpc: Allow importmulti watchonly imports with lo...Andrew Chow
2022-09-20Fix nNextResend data race in ResubmitWalletTransactionsMacroFake
2022-09-20Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...MacroFake
2022-09-20Bugfix: Wallet: Lock cs_wallet for SignMessageLuke Dashjr
2022-09-19Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...fanquake
2022-09-17rpc: Allow importmulti watchonly imports with locked walletAurèle Oulès
2022-09-17wallet: AvailableCoins, simplify output script type acquisitionfurszy