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
2022-02-09
Use ArgsManager::GetPathArg() for "-walletdir" option
Hennadii Stepanov
2022-02-04
Re-enable walletinit_verify_walletdir_no_trailing2 test disabled in #20744
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-19
fs: Make compatible with boost 1.78
Andrew Chow
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-25
Use `context.args` in `src/wallet/load.cpp`.
Kiminuo
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-06-10
Avoid wallet code writing node settings file
Russell Yanofsky
2021-05-27
scripted-diff: Fix ellipsis after pr20773
Hennadii Stepanov
2021-05-19
wallet: make chain optional for CWallet::Create
Ivan Metlushko
2021-05-19
CWallet::Create move chain init message up into calling code
Ivan Metlushko
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-03-24
remove unnecessary newline from initWarning() argument
Larry Ruane
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
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