aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallettool.cpp
AgeCommit message (Expand)Author
2020-04-02scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2019-10-29Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyManMarcoFalke
2019-10-28refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-06-13scripted-diff: Replace fprintf with tfm::formatMarcoFalke
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-05-26Exceptions should be caught by reference, not by value.Kristaps Kaupe
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-10bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky
2019-02-12[wallet] Close bdb when flushing wallet.John Newbery
2019-02-07wallet: Add lock annotation for mapAddressBookMarcoFalke
2019-01-30[tools] Add wallet inspection and modification toolJonas Schnelli