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
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-26
Exceptions should be caught by reference, not by value.
Kristaps Kaupe
2019-05-23
Merge #16034: refactoring: Rename LockAnnotation to LockAssertion and add run...
MarcoFalke
2019-05-22
Merge #16063: rpc: Mention getwalletinfo where a rescan is triggered
MarcoFalke
2019-05-22
rpc: Mention getwalletinfo where a rescan is triggered
João Barbosa
2019-05-22
RPC: Hint for importmulti in help output of importpubkey and importaddress
Kristaps Kaupe
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
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
Move LockAnnotation to make it reflect the truth
practicalswift
2019-05-17
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-16
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
2019-05-16
wallet: Use chain.lock() instead of temporary chain.assumeLocked()
practicalswift
2019-05-16
Merge #15006: Add option to create an encrypted wallet
Wladimir J. van der Laan
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-15
[doc] rpcwallet: Only fail rescan when blocks have been pruned
MarcoFalke
2019-05-14
Merge #15777: [docs] Add doxygen comments for keypool classes
MarcoFalke
2019-05-13
Add option to create an encrypted wallet
Andrew Chow
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-10
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-09
Merge #15880: utils and libraries: Replace deprecated Boost Filesystem functions
MeshCollider
2019-05-07
Merge #15948: refactor: rename chainActive
MarcoFalke
2019-05-06
scripted-diff: Bump copyright headers in wallet
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-06
Merge #15930: rpc: Add balances RPC
Wladimir J. van der Laan
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
MarcoFalke
2019-05-02
rpc: Add getbalances RPC
MarcoFalke
2019-05-02
rpcwallet: Make helper methods const on CWallet
MarcoFalke
2019-05-02
rpc: Show scanning details in getwalletinfo
João Barbosa
2019-05-02
wallet: Track current scanning progress
João Barbosa
2019-05-01
Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...
MarcoFalke
2019-05-01
[docs] Add doxygen comment for CReserveKey
John Newbery
2019-05-01
[docs] Add doxygen comment for CKeyPool
John Newbery
2019-05-01
wallet: Use IsValidNumArgs in getwalletinfo rpc
MarcoFalke
2019-04-30
Remove dead code for walletFile check
Hennadii Stepanov
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-29
wallet: Avoid logging no_such_file_or_directory error
João Barbosa
2019-04-28
wallet: Track scanning duration
João Barbosa
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-27
Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransaction
MeshCollider
[next]