aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-12-19Replace boost::optional with std::optionalMarcoFalke
2020-12-19Remove unused MakeOptionalMarcoFalke
2020-12-17wallet: Add missing check for -descriptors wallet tool optionMarcoFalke
2020-12-17wallet: Pass ArgsManager into ExecuteWalletToolFunc instead of using globalMarcoFalke
2020-12-17Merge #19137: wallettool: Add dump and createfromdump commandsMarcoFalke
2020-12-17Merge #20635: fix misleading comment about call to non-existing functionWladimir J. van der Laan
2020-12-16Merge #20575: Do not run functions with necessary side-effects in assert()Wladimir J. van der Laan
2020-12-16wallettool: Add createfromdump commandAndrew Chow
2020-12-16wallettool: Add dump commandAndrew Chow
2020-12-16Merge #20365: wallettool: add parameter to create descriptors walletMarcoFalke
2020-12-13Merge #20588: Remove unused and confusing CTransaction constructorfanquake
2020-12-12Merge #20275: wallet: List all wallets in non-SQLite and non-BDB buildsMarcoFalke
2020-12-12fix misleading comment about call to non-existing functionpox
2020-12-10test: Fix inconsistent lock order in wallet_tests/CreateWalletHennadii Stepanov
2020-12-10Merge #20573: wallet, bugfix: allow send with string fee_rate amountsMarcoFalke
2020-12-07test: Remove no longer needed MakeChain callsRussell Yanofsky
2020-12-07wallet: document that tx in CreateTransaction is purely an out-paramMarcoFalke
2020-12-07Remove unused and confusing CTransaction constructorMarcoFalke
2020-12-07refactor: Replace uses ChainActive() in interfaces/chain.cppRussell Yanofsky
2020-12-07refactor: Get rid of more redundant chain methodsRussell Yanofsky
2020-12-06Do not run functions with necessary side-effects in assert()practicalswift
2020-12-06Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...practicalswift
2020-12-04wallet, bugfix: allow send to take string fee rate valuesJon Atack
2020-12-04wallet: List all wallets in non-SQLite or non-BDB buildsRussell Yanofsky
2020-12-04refactor: Consolidate redundant wallet database path and exists functionsRussell Yanofsky
2020-12-04refactor: Drop call to GetWalletEnv in wallet salvage codeRussell Yanofsky
2020-12-04refactor: Replace ListWalletDir() function with ListDatabases()Russell Yanofsky
2020-12-04MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDirRussell Yanofsky
2020-12-04refactor: Use C++17 std::array where possibleMarcoFalke
2020-12-02Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve exp...fanquake
2020-12-02Merge #19980: refactor: Some wallet cleanupsfanquake
2020-12-01refactor: Improve use of explicit keywordFabian Jahr
2020-12-01Merge #20494: refactor: Move node and wallet code out of src/interfacesMarcoFalke
2020-11-28Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param ma...MarcoFalke
2020-11-25Merge #20403: wallet: upgradewallet fixes, improvements, test coverageMarcoFalke
2020-11-25Merge #20410: wallet: Do not treat default constructed types as None-typeMarcoFalke
2020-11-24Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cppRussell Yanofsky
2020-11-24Merge #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC ...MarcoFalke
2020-11-24RPC/Wallet: unloadwallet: Allow specifying wallet_name param matching RPC end...Luke Dashjr
2020-11-24RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...Luke Dashjr
2020-11-23Merge #20202: wallet: Make BDB support optionalWladimir J. van der Laan
2020-11-20Use the correct incremental fee constant in bumpfee helpJon Atack
2020-11-20Allow zero-fee fundrawtxn and walletcreatefundedpsbt callsJon Atack
2020-11-19wallet (not for backport): improve upgradewallet error messagesJon Atack
2020-11-19wallet: fix and improve upgradewallet error responsesJon Atack
2020-11-19wallet: fix and improve upgradewallet result responsesJon Atack
2020-11-19wallet: Do not treat default constructed types as None-typeMarcoFalke
2020-11-19Merge #15710: wallet: Catch ios_base::failure specificallyWladimir J. van der Laan
2020-11-19Don't upgrade to HD split if it is already supportedAndrew Chow
2020-11-18Fix mock SQLiteDatabasesAndrew Chow