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-07-10
Merge #16244: Move wallet creation out of the createwallet rpc into its own f...
MarcoFalke
2019-07-10
Remove redundant pre-TopUpKeypool checks
Gregory Sanders
2019-07-10
Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTran...
Wladimir J. van der Laan
2019-07-10
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-09
Move wallet creation out of the createwallet rpc into its own function
Andrew Chow
2019-07-09
Add GetNewChangeDestination for getting new change Destinations
Andrew Chow
2019-07-09
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-08
Merge #16291: gui: Stop translating PACKAGE_NAME
MarcoFalke
2019-07-05
[build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
Sjors Provoost
2019-07-05
Merge #15457: Check std::system for -[alert|block|wallet]notify
Wladimir J. van der Laan
2019-07-02
wallet: Remove unreachable code in CreateTransaction
MarcoFalke
2019-07-02
wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
João Barbosa
2019-06-28
[wallet] abort when attempting to fund a transaction above maxtxfee
Sjors Provoost
2019-06-26
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-06-25
Fix GCC 7.4.0 warning
Hennadii Stepanov
2019-06-19
Merge #13756: wallet: "avoid_reuse" wallet flag for improved privacy
MeshCollider
2019-06-06
[build]: check std::system for -[alert|block|wallet]notify
Sjors Provoost
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-29
wallet: enable avoid_reuse feature
Karl-Johan Alm
2019-05-29
wallet: avoid reuse flags
Karl-Johan Alm
2019-05-29
wallet: make IsWalletFlagSet() const
Karl-Johan Alm
2019-05-29
wallet: rename g_known_wallet_flags constant to KNOWN_WALLET_FLAGS
Karl-Johan Alm
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
[next]