aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2021-11-27Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet lockedSamuel Dobson
2021-11-25Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safeW. J. van der Laan
2021-11-25Merge bitcoin/bitcoin#23512: policy: Treat taproot as always activeMarcoFalke
2021-11-22wallet: Call load handlers without cs_wallet lockedJoão Barbosa
2021-11-22Merge bitcoin/bitcoin#22364: wallet: Make a tr() descriptor by defaultMarcoFalke
2021-11-22Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b...Samuel Dobson
2021-11-16Mention bech32m in -addresstype and -changetype helpAndrew Chow
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-16doc: Fix typos in endif header commentsMarcoFalke
2021-11-16policy: Treat taproot as always activeMarcoFalke
2021-11-16Merge bitcoin/bitcoin#23349: util: Use FEATURE_LATEST for wallets created wit...Samuel Dobson
2021-11-15refactor: Make CWalletTx sync state type-safeRussell Yanofsky
2021-11-13depends, wallet: fix typosDimitris Apostolou
2021-11-10Merge bitcoin/bitcoin#22928: refactor: Remove `gArgs` from `wallet.h` and `wa...MarcoFalke
2021-11-10refactor: use `CWallet` const shared pointers in dump{privkey,wallet} RPCsSebastian Falbesoner
2021-11-10refactor: use const `LegacyScriptPubKeyMan` references in dump{privkey,wallet...Sebastian Falbesoner
2021-11-10refactor: avoid multiple key->metadata lookups in dumpwallet RPCSebastian Falbesoner
2021-11-09Merge bitcoin/bitcoin#23414: wallet: Fix comment grammar in bdb.hW. J. van der Laan
2021-11-09wallet: Fixed Grammatical error in bdb.hzealsham
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-11-08Merge bitcoin/bitcoin#23409: refactor: Take Span in SetSeedW. J. van der Laan
2021-11-05Merge bitcoin/bitcoin#23334: fuzz: Descriptor walletMarcoFalke
2021-11-03wallet: Make GetOldestKeyPoolTime return nullopt for blank walletsHennadii Stepanov
2021-11-03wallet, refactor: Make GetOldestKeyPoolTime return type std::optionalHennadii Stepanov
2021-11-01Merge bitcoin/bitcoin#23403: test: Fix segfault in the psbt_wallet_tests/psbt...MarcoFalke
2021-11-01refactor: Take Span in SetSeedMarcoFalke
2021-11-01Merge bitcoin/bitcoin#22766: refactor: Clarify and disable unused ArgsManager...fanquake
2021-10-31test: Avoid excessive locking of `cs_wallet`Hennadii Stepanov
2021-10-31test: Fix segfault in the psbt_wallet_tests/psbt_updater_testHennadii Stepanov
2021-10-30Merge bitcoin/bitcoin#23385: refactor: get wallet path relative to wallet_dirfanquake
2021-10-29refactor: get wallet path relative to wallet_dirMichael Dietz
2021-10-29Merge bitcoin/bitcoin#22787: refactor: actual immutable pointingMarcoFalke
2021-10-26Merge bitcoin/bitcoin#23332: doc: Fix CWalletTx::Confirmation docMarcoFalke
2021-10-25scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flagsRussell Yanofsky
2021-10-25Merge bitcoin/bitcoin#23311: wallet: Use PACKAGE_NAME to mention our softwareMarcoFalke
2021-10-25refactor: use CWallet const shared pointers when possibleKarl-Johan Alm
2021-10-25refactor: const shared_ptrsKarl-Johan Alm
2021-10-25util: Use FEATURE_LATEST for wallets created with bitcoin-walletHennadii Stepanov
2021-10-22walletdb: Use SQLiteDatabase for mock wallet databasesAndrew Chow
2021-10-22tests: Place into mapWallet in coinselector_testsAndrew Chow
2021-10-22Merge bitcoin/bitcoin#23139: rpc: fix "trusted" field in TransactionDescripti...W. J. van der Laan
2021-10-22Merge bitcoin/bitcoin#23288: tests: remove usage of LegacyScriptPubKeyMan fro...W. J. van der Laan
2021-10-22Merge bitcoin/bitcoin#23333: wallet: fix segfault by avoiding invalid default...fanquake
2021-10-22Merge bitcoin/bitcoin#23002: Make descriptor wallets by defaultMarcoFalke
2021-10-22fuzz: Add wallet fuzz testMarcoFalke
2021-10-22refactor: Use local args instead of global gArgs in CWallet::CreateMarcoFalke
2021-10-21doc: Fix CWalletTx::Confirmation docMarcoFalke
2021-10-21wallet: fix segfault by avoiding invalid default-ctored `external_spk_manager...Sebastian Falbesoner
2021-10-20wallet: Use PACKAGE_NAME to mention our softwareHennadii Stepanov
2021-10-20Merge bitcoin/bitcoin#23258: doc: Fix outdated comments referring to ::ChainA...fanquake