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.cpp
Age
Commit message (
Expand
)
Author
2018-08-07
Merge #13657: wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMatu...
Wladimir J. van der Laan
2018-08-02
[wallet] Add wallet name to log messages
Pierre Rochard
2018-08-01
Merge #13805: [wallet] Correctly limit output group size
MarcoFalke
2018-07-30
[wallet] correctly limit output group size
Suhas Daftuar
2018-07-29
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-29
Merge #13774: Return void instead of bool for functions that cannot fail
MarcoFalke
2018-07-27
Fix accidental use of the addition assignment operator ("+="). Remove newline...
practicalswift
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-24
Merge #12257: [wallet] Use destination groups instead of coins in coin select
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-22
Merge #13683: wallet: Introduce assertion to document the assumption that cac...
MarcoFalke
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-18
Merge #13500: [wallet] Decouple wallet version from client version
Wladimir J. van der Laan
2018-07-17
wallet: Avoid potential null pointer dereference in CWalletTx::GetAvailableCr...
practicalswift
2018-07-16
Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand...
Wladimir J. van der Laan
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-13
wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMaturity
Ben Woosley
2018-07-13
Fix that CWallet::AbandonTransaction would only traverse one level
Ben Woosley
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
Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab...
MarcoFalke
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-07-05
Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check
Wladimir J. van der Laan
2018-07-04
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-04
Merge #13491: Improve handling of INVALID in IsMine
Wladimir J. van der Laan
2018-07-02
Delete double semicolon in wallet.cpp and misc.cpp
Matteo Sumberaz
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] deduplicate GetAvailableCredit logic
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-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-24
Merge #13160: wallet: Unlock spent outputs
Wladimir J. van der Laan
2018-06-21
Merge #13111: Add unloadwallet RPC
Jonas Schnelli
2018-06-19
Qt: load wallet in UI after possible init aborts
Jonas Schnelli
2018-06-18
Decouple wallet version from client version
Andrew Chow
2018-06-18
rpc: Add unloadwallet RPC
João Barbosa
2018-06-18
Merge #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds
Wladimir J. van der Laan
2018-06-17
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
[next]