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-05-29
Merge #15741: Batch write imported stuff in importmulti
MeshCollider
2019-05-28
wallet: Pass WalletBatch to CWallet::UnsetWalletFlag
João Barbosa
2019-05-28
Apply the batch treatment to CWallet::SetAddressBook via ImportScriptPubKeys
Ben Woosley
2019-05-28
Move some of ProcessImport into CWallet::Import*
Ben Woosley
2019-05-18
Batch writes for importmulti
Andrew Chow
2019-05-18
Have WalletBatch automatically flush every 1000 updates
Andrew Chow
2019-05-18
Add AddWatchOnlyWithDB, AddKeyOriginWithDB, AddCScriptWithDB functions
Andrew Chow
2019-05-17
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-16
wallet: Use chain.lock() instead of temporary chain.assumeLocked()
practicalswift
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-07
Merge #15948: refactor: rename chainActive
MarcoFalke
2019-05-06
wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-06
Merge #15730: rpc: Show scanning details in getwalletinfo
Wladimir J. van der Laan
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-02
wallet: Track current scanning progress
João Barbosa
2019-05-01
Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...
MarcoFalke
2019-04-29
GetKeyBirthTimes should return key ids, not destinations
Gregory Sanders
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-27
remove extraneous scope
andrewtoth
2019-04-27
wallet: log on rescan completion
andrewtoth
2019-04-27
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-23
refactor: replace isPotentialtip/waitForNotifications by higher method
Antoine Riard
2019-04-23
Merge #15780: wallet: add cachable amounts for caching credit/debit values
Wladimir J. van der Laan
2019-04-23
wallet: add cachable amounts for caching credit/debit values
Karl-Johan Alm
2019-04-19
Merge #15670: refactor: combine Chain::findFirstBlockWithTime/findFirstBlockW...
MarcoFalke
2019-04-19
wallet: Remove unused import checkpoints.h
MarcoFalke
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-17
refactor: Add handleNotifications method to wallet
MarcoFalke
2019-04-11
generalize bumpfee to add inputs when needed
Gregory Sanders
2019-04-11
Merge #15639: bitcoin-wallet tool: Drop libbitcoin_server.a dependency
MeshCollider
2019-04-11
Merge #15728: [wallet] Refactor relay transactions
MeshCollider
2019-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-04-10
[wallet] Refactor CWalletTx::RelayWalletTransaction()
John Newbery
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[wallet] Remove unnecessary Chain::Lock parameter from ResendWalletTransactions
John Newbery
2019-04-09
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-04-09
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-04
wallet: Get all balances in one call
MarcoFalke
2019-04-04
Merge #15596: rpc: Ignore sendmany::minconf as dummy value
MarcoFalke
2019-04-02
Merge #15680: Remove resendwallettransactions RPC method
MarcoFalke
2019-04-01
[wallet] Remove ResendWalletTransactionsBefore
John Newbery
2019-03-31
wallet: Update transactions with current mempool after load
João Barbosa
2019-03-27
refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight
Antoine Riard
2019-03-27
wallet: Move CWallet::ReacceptWalletTransactions locks to callers
João Barbosa
2019-03-21
Merge #10973: Refactor: separate wallet from node
MeshCollider
2019-03-18
Merge #15491: wallet: Improve log output for errors during load
MeshCollider
2019-03-14
wallet: Improve log output for errors during load
Glenn Willen
2019-03-14
wallet: Remove unused GetLegacyBalance
MarcoFalke
[next]