aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallettool.cpp
Commit message (Expand)AuthorAgeFilesLines
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-0/+13
* Show name, format and if uses descriptors in bitcoin-wallet toolJonas Schnelli2020-10-211-0/+3
* wallet: Remove path checking code from bitcoin-wallet toolRussell Yanofsky2020-09-031-25/+18
* Remove WalletLocation classRussell Yanofsky2020-09-031-2/+2
* build: Add Werror=range-loop-analysisMarcoFalke2020-08-141-1/+1
* Merge #19457: wallet: Cleanup wallettool salvage and walletdb extraneous decl...MarcoFalke2020-08-141-22/+12
|\
| * wallettool: Have RecoverDatabaseFile return errors and warningsAndrew Chow2020-07-261-1/+12
| * Call RecoverDatabaseFile directly from wallettoolAndrew Chow2020-07-221-22/+1
* | walletdb: Move BerkeleyDatabase::Flush(true) to Close()Andrew Chow2020-07-141-3/+3
|/
* walletdb: Combine VerifyDatabaseFile and VerifyEnvironmentAndrew Chow2020-07-011-6/+1
* scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow2020-06-171-3/+3
* Move RecoverKeysOnlyFilter into RecoverDataBaseFileAndrew Chow2020-05-251-3/+1
* Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}Andrew Chow2020-05-251-0/+1
* Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standaloneAndrew Chow2020-05-251-1/+1
* wallettool: Add a salvage commandAndrew Chow2020-05-251-5/+33
* wallet: Report full error message in wallettoolMarcoFalke2020-05-011-1/+1
* wallet: Avoid translating RPC errors when loading walletsMarcoFalke2020-05-011-1/+2
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr2020-04-021-1/+1
* Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-1/+1
* Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow2020-01-231-0/+1
* Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyManMarcoFalke2019-10-291-3/+4
|\
| * Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow2019-10-251-3/+4
* | refactor: Remove redundant c_str() calls in formattingWladimir J. van der Laan2019-10-281-9/+9
|/
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-131-19/+19
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* Exceptions should be caught by reference, not by value.Kristaps Kaupe2019-05-261-1/+1
* scripted-diff: Bump copyright headers in walletMarcoFalke2019-05-061-1/+1
* bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky2019-04-101-5/+2
* [wallet] Close bdb when flushing wallet.John Newbery2019-02-121-3/+3
* wallet: Add lock annotation for mapAddressBookMarcoFalke2019-02-071-1/+0
* [tools] Add wallet inspection and modification toolJonas Schnelli2019-01-301-0/+139