aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/receive.cpp
AgeCommit message (Expand)Author
2024-04-07[clang-tidy] Enable the misc-no-recursion checkdergoegge
2024-03-15wallet refactor: use CWalletTx member functions to determine tx stateishaanam
2023-11-21Use Txid in COutpointdergoegge
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
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-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-20Merge bitcoin/bitcoin#25543: wallet: cleanup cached amount and input mine che...Andrew Chow
2022-07-06wallet: clean AllInputsMine code, use InputIsMine internallyfurszy
2022-07-05wallet: don't iter twice when getting the cached debit/credit amountAntoine Poinsot
2022-07-05wallet: clean InputIsMine code, use GetWalletTxfurszy
2022-07-05wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCreditfurszy
2022-07-05wallet: remove always true 'fUseCache' arg from CachedTxGetAvailableCreditfurszy
2022-07-05wallet: remove always false 'recalculate' arg from GetCachableAmountfurszy
2022-07-05wallet: remove always true 'fUseCache' from CachedTxGetImmatureWatchOnlyCreditfurszy
2022-07-05wallet: remove always true 'fUseCache' from CachedTxGetImmatureCreditfurszy
2022-06-08wallet: avoid extra IsSpentKey -> GetWalletTx lookupsfurszy
2022-06-08wallet: IsSpent, 'COutPoint' arg instead of (hash, index)furszy
2022-05-16Add more proper thread safety annotationsHennadii Stepanov
2022-05-16Add proper thread safety annotation to `CachedTxGetAvailableCredit()`Hennadii Stepanov
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-01-25wallet: Avoid dropping confirmed coinsMarcoFalke
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-05-26MOVEONLY: CWallet transaction code out of wallet.cpp/.hRussell Yanofsky