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
2019-03-11
wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...
Chun Kuan Lee
2019-03-11
wallet: Refactor to use WalletLocation
João Barbosa
2019-03-11
After encrypting the wallet, reload the database environment
Andrew Chow
2019-01-16
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2018-11-30
CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
Gregory Sanders
2018-11-30
Remove stale comment in CalculateMaximumSignedInputSize
Gregory Sanders
2018-11-28
wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...
practicalswift
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-10
wallet: shuffle coins before grouping, where warranted
Karl-Johan Alm
2018-08-09
Merge #13911: doc: Revert translated string change, clarify wallet log messages
MarcoFalke
2018-08-09
Merge #13876: wallet: Catch filesystem_error and raise InitError
MarcoFalke
2018-08-08
Trivial: Revert translated string change, clarify wallet log messages
Pierre Rochard
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-07
Merge #13843: [trivial] Add doxygen-compatible comments to CAffectedKeysVisitor
Wladimir J. van der Laan
2018-08-07
Merge #13657: wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMatu...
Wladimir J. van der Laan
2018-08-04
wallet: Catch filesystem_error and raise InitError
MarcoFalke
2018-08-03
[trivial] add doxygen-compatible comments to CAffectedKeysVisitor
Pierre Rochard
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-27
Update copyright headers to 2018
DrahtBot
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
[next]