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-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
2019-04-23
refactor: replace isPotentialtip/waitForNotifications by higher method
Antoine Riard
2019-04-23
Merge #15463: rpc: Speedup getaddressesbylabel
MarcoFalke
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-22
rpc: Speedup getaddressesbylabel
João Barbosa
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
Merge #15779: test: Add wallet_balance benchmark
MarcoFalke
2019-04-17
refactor: Add handleNotifications method to wallet
MarcoFalke
2019-04-17
rpc: Remove dependency on interfaces::Chain in SignTransaction
Antoine Riard
2019-04-16
Merge #15352: tests: Reduce noise level in test_bitcoin output
MarcoFalke
2019-04-15
Merge #15788: test: Unify testing setups for fuzz, bench, and unit tests
MarcoFalke
2019-04-15
Merge #15750: [rpc] Remove the addresses field from the getaddressinfo return...
MarcoFalke
[next]