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
/
wallet.h
Age
Commit message (
Expand
)
Author
2018-10-09
Add GUARDED_BY(cs_wallet) for setExternalKeyPool, mapKeyMetadata, m_script_me...
practicalswift
2018-10-09
Add GUARDED_BY(cs_wallet) for encrypted_batch, nWalletMaxVersion, m_max_keypo...
practicalswift
2018-10-09
wallet: Add Clang thread safety analysis annotations
practicalswift
2018-08-31
Merge #10605: Add AssertLockHeld assertions in CWallet::ListCoins
MarcoFalke
2018-08-31
Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoins
Russell Yanofsky
2018-08-30
Merge #13825: [wallet] Kill accounts
Wladimir J. van der Laan
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-30
Merge #14103: docs: Fix broken Doxygen comments
Wladimir J. van der Laan
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-27
[wallet] Remove wallet account RPCs
John Newbery
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-25
Merge #13631: Add CMerkleTx::IsImmatureCoinBase method
Wladimir J. van der Laan
2018-08-13
Implement key origin lookup in CWallet
Pieter Wuille
2018-08-13
Merge #13666: Always create signatures with Low R values
Wladimir J. van der Laan
2018-08-09
Use 72 byte dummy signatures when watching only inputs may be used
Andrew Chow
2018-08-09
Use 71 byte signature for DUMMY_SIGNATURE_CREATOR
Andrew Chow
2018-08-08
Fix incorrect Doxygen comments
practicalswift
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-02
[wallet] Add wallet name to log messages
Pierre Rochard
2018-08-02
trivial: correct typos
Varunram
2018-07-29
Add CMerkleTx::IsImmatureCoinBase method
Ben Woosley
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-25
Merge #13658: [moveonly] Extract RescanWallet to handle a simple rescan
Wladimir J. van der Laan
2018-07-24
wallet: Remove deprecated OutputEligibleForSpending
Karl-Johan Alm
2018-07-24
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
wallet: Add output grouping
Karl-Johan Alm
2018-07-24
Add -avoidpartialspends and m_avoid_partial_spends
Karl-Johan Alm
2018-07-24
wallet: Add input bytes to CInputCoin
Karl-Johan Alm
2018-07-24
moveonly: CoinElegibilityFilter into coinselection.h
Karl-Johan Alm
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-14
[moveonly] Extract RescanWallet to handle a simple rescan
Ben Woosley
2018-07-13
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...
Pieter Wuille
2018-07-13
Merge #13566: Fix get balance
Pieter Wuille
2018-07-13
Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
Pieter Wuille
2018-07-13
Privatize CWallet::AddToWalletIfInvolvingMe
Ben Woosley
2018-07-13
Extract CWallet::MarkInputsDirty
Ben Woosley
2018-07-13
Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirty
Jonas Schnelli
2018-07-12
Add option to disable private keys during internal wallet creation
Jonas Schnelli
2018-07-12
Add facility to store wallet flags (64 bits)
Jonas Schnelli
2018-07-11
Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
Ben Woosley
2018-07-09
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-07-10
Move AddAndGetDestinationForScript from wallet to outputype module
Anthony Towns
2018-07-09
Add outputtype module
Anthony Towns
2018-06-28
[wallet] GetBalance can take a min_depth argument.
John Newbery
2018-06-28
[wallet] factor out GetAvailableWatchOnlyBalance()
John Newbery
2018-06-28
[wallet] Factor out GetWatchOnlyBalance()
John Newbery
2018-06-28
[wallet] GetBalance can take an isminefilter filter.
John Newbery
2018-06-21
Merge #13111: Add unloadwallet RPC
Jonas Schnelli
[next]