index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
receive.cpp
Age
Commit message (
Expand
)
Author
2023-11-21
Use Txid in COutpoint
dergoegge
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-08-16
rpc: add an include_change parameter to listsinceblock
Antoine Poinsot
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-20
Merge bitcoin/bitcoin#25543: wallet: cleanup cached amount and input mine che...
Andrew Chow
2022-07-06
wallet: clean AllInputsMine code, use InputIsMine internally
furszy
2022-07-05
wallet: don't iter twice when getting the cached debit/credit amount
Antoine Poinsot
2022-07-05
wallet: clean InputIsMine code, use GetWalletTx
furszy
2022-07-05
wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCredit
furszy
2022-07-05
wallet: remove always true 'fUseCache' arg from CachedTxGetAvailableCredit
furszy
2022-07-05
wallet: remove always false 'recalculate' arg from GetCachableAmount
furszy
2022-07-05
wallet: remove always true 'fUseCache' from CachedTxGetImmatureWatchOnlyCredit
furszy
2022-07-05
wallet: remove always true 'fUseCache' from CachedTxGetImmatureCredit
furszy
2022-06-08
wallet: avoid extra IsSpentKey -> GetWalletTx lookups
furszy
2022-06-08
wallet: IsSpent, 'COutPoint' arg instead of (hash, index)
furszy
2022-05-16
Add more proper thread safety annotations
Hennadii Stepanov
2022-05-16
Add proper thread safety annotation to `CachedTxGetAvailableCredit()`
Hennadii Stepanov
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-01-25
wallet: Avoid dropping confirmed coins
MarcoFalke
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-05-26
MOVEONLY: CWallet transaction code out of wallet.cpp/.h
Russell Yanofsky