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.h
Age
Commit message (
Expand
)
Author
2023-04-11
wallet: Add wallet/types.h for simple public enum and struct types
Ryan Ofsky
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
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-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 true 'fUseCache' from CachedTxGetImmatureWatchOnlyCredit
furszy
2022-07-05
wallet: remove always true 'fUseCache' from CachedTxGetImmatureCredit
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-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