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
/
load.cpp
Age
Commit message (
Expand
)
Author
2020-11-03
Ignoring (but warn) on duplicate -wallet parameters
Jonas Schnelli
2020-10-21
wallet: Make -wallet setting not create wallets
Russell Yanofsky
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-03
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
wallet: Remove Verify and IsLoaded methods
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-07-14
walletdb: Move BerkeleyDatabase::Flush(true) to Close()
Andrew Chow
2020-07-09
wallet: Never schedule MaybeCompactWalletDB when -flushwallet is off
MarcoFalke
2020-07-09
wallet: Pass unused args to StartWallets
MarcoFalke
2020-05-25
wallet: remove -salvagewallet
Andrew Chow
2020-05-10
gui: Do not translate InitWarning messages in debug.log
Hennadii Stepanov
2020-05-05
Make InitError bilingual
Hennadii Stepanov
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-31
wallet: Handle duplicate fileid exception
João Barbosa
2020-03-10
scheduler: Make schedule* methods type safe
MarcoFalke
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-09
[build] Move wallet load functions to wallet/load unit
John Newbery