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
/
dummywallet.cpp
Age
Commit message (
Expand
)
Author
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-08
Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
Wladimir J. van der Laan
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-26
Drop signal CClientUIInterface::LoadWallet
Russell Yanofsky
2019-10-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
2019-09-05
Expose wallet creation to the GUI via WalletController
Andrew Chow
2019-04-28
Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options
Luke Dashjr
2019-04-28
dummywallet: Reformat ignored wallet options list
Luke Dashjr
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-02-04
wallet: Factor out LoadWallet
João Barbosa
2018-11-06
Remove direct node->wallet calls in init.cpp
Russell Yanofsky
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-18
interfaces: Add getWalletDir and listWalletDir to Node
João Barbosa
2018-09-13
[build] remove #ifdef ENABLE_WALLET from interfaces/node
John Newbery
2018-09-10
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
John Newbery
2018-09-07
[build] Move dummy wallet into its own .cpp file.
John Newbery