aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2024-08-16Merge bitcoin/bitcoin#30621: wallet: fix blank legacy detectionglozow
2024-08-15Merge bitcoin/bitcoin#30659: wallet: fix UnloadWallet thread safety assumptionsAva Chow
2024-08-15Rename ReleaseWallet to FlushAndDeleteWalletfurszy
2024-08-14wallet: WaitForDeleteWallet, do not expect thread safetyRyan Ofsky
2024-08-14wallet: rename UnloadWallet to WaitForDeleteWalletfurszy
2024-08-14wallet: unload, notify GUI as soon as possiblefurszy
2024-08-14Merge bitcoin-core/gui#824: Migrate legacy wallets that are not loadedHennadii Stepanov
2024-08-13gui: Use wallet name for wallet migration rather than WalletModelAva Chow
2024-08-13wallet, interfaces: Include database format in listWalletDirAva Chow
2024-08-12wallet: fix, detect blank legacy wallets in IsLegacyfurszy
2024-08-12Merge bitcoin/bitcoin#30563: fuzz: improve `scriptpubkeyman` targetAva Chow
2024-08-12Merge bitcoin/bitcoin#30265: wallet: Fix listwalletdir listing of migrated de...glozow
2024-08-12Merge bitcoin/bitcoin#30524: doc: rpc: Use "output script" consistently (2/2)merge-script
2024-08-09wallet: List sqlite wallets with empty string nameAva Chow
2024-08-09wallet: Ignore .bak files when listing wallet filesAva Chow
2024-08-07Merge bitcoin/bitcoin#30525: doc, rpc : `#30275` followupsAva Chow
2024-08-06Merge bitcoin/bitcoin#30485: log: Remove NOLINT(bitcoin-unterminated-logprintf)Ryan Ofsky
2024-08-05Merge bitcoin/bitcoin#30575: fuzz: fix timeout in crypter targetmerge-script
2024-08-02[rpc, fees]: add more detail on the fee estimation modesismaelsadeeq
2024-08-02fuzz: fix timeout in crypter targetbrunoerg
2024-08-01fuzz: improve scriptpubkeyman targetbrunoerg
2024-07-30policy: Add OP_1 <0x4e73> as a standard output typeGreg Sanders
2024-07-25doc: rpc: Use "output script" consistently (2/2)MarcoFalke
2024-07-20fuzz: reduce keypool size in scriptpubkeyman targetbrunoerg
2024-07-19log: Remove NOLINT(bitcoin-unterminated-logprintf)MarcoFalke
2024-07-17Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...Ava Chow
2024-07-17Merge bitcoin/bitcoin#30457: doc: getaddressinfo[isscript] is optionalmerge-script
2024-07-17doc: getaddressinfo[isscript] is optionalMarcoFalke
2024-07-16Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly return...Ava Chow
2024-07-15Merge bitcoin/bitcoin#30373: fuzz: fix key size in `crypter`merge-script
2024-07-11Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-defaultmerge-script
2024-07-11Merge bitcoin/bitcoin#26596: wallet: Migrate legacy wallets to descriptor wal...glozow
2024-07-09Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf...Ava Chow
2024-07-08Merge bitcoin/bitcoin#30355: wallet: use LogTrace for walletdb log messages a...Ryan Ofsky
2024-07-08tidy: modernize-use-equals-defaultMarcoFalke
2024-07-06random: drop ad-hoc Shuffle in favor of std::shufflePieter Wuille
2024-07-04fuzz: fix key size in crypter targetbrunoerg
2024-07-02wallet: fix FillPSBT errantly showing as completewillcl-ark
2024-07-01wallet: Use LegacyDataSPKM when loadingAva Chow
2024-07-01wallet: Move MigrateToDescriptor and DeleteRecords to LegacyDataSPKMAva Chow
2024-07-01wallet: Move LegacyScriptPubKeyMan::IsMine to LegacyDataSPKMAva Chow
2024-07-01wallet: Move LegacySPKM data storage and handling to LegacyDataSPKMAva Chow
2024-07-01wallet: update mempool conflicts tests + docsishaanam
2024-06-28wallet: use LogTrace for walletdb log messages at trace levelAnthony Towns
2024-06-27Merge bitcoin/bitcoin#30050: refactor, wallet: get serialized size of `CRecip...Ava Chow
2024-06-27[wallet, rpc]: add `max_tx_weight` to tx funding optionsismaelsadeeq
2024-06-27[wallet]: update the data type of `change_output_size`, `change_spend_size` a...ismaelsadeeq
2024-06-27[doc]: update reason for deducting change output weightismaelsadeeq
2024-06-27[refactor]: update coin selection algorithms input parameter `max_weight` nameismaelsadeeq
2024-06-26Change MigrateLegacyToDescriptor to reopen wallet as BERKELEY_ROAva Chow