aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2024-09-09Merge bitcoin/bitcoin#30684: init: fix init fatal error on invalid negated op...Ava Chow
2024-09-06fuzz: Don't compile BDB-specific code on MSVC in `wallet_bdb_parser.cpp`Hennadii Stepanov
2024-09-04Merge bitcoin/bitcoin#29043: fuzz: make FuzzedDataProvider usage deterministicAva Chow
2024-09-02Merge bitcoin/bitcoin#30750: scripted-diff: LogPrint -> LogDebugmerge-script
2024-08-29scripted-diff: LogPrint -> LogDebugMarcoFalke
2024-08-28scripted-diff: Replace ParseHex[<std::byte>]("str") -> "str"_hex[_u8]Hodlinator
2024-08-28refactor: Hand-replace some ParseHex -> ""_hexHodlinator
2024-08-28refactor: vector -> span in CCrypterHodlinator
2024-08-28refactor: de-Hungarianize CCrypterHodlinator
2024-08-28refactor: Improve CCrypter related linesHodlinator
2024-08-28Merge bitcoin/bitcoin#30571: test: [refactor] Use m_rng directlymerge-script
2024-08-28Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei...glozow
2024-08-28fuzz: Add missing fuzz targets to cmake buildMarcoFalke
2024-08-28Merge bitcoin/bitcoin#30454: build: Introduce CMake-based build systemmerge-script
2024-08-28Merge bitcoin/bitcoin#29071: refactor: Remove Span operator==, Use std::range...merge-script
2024-08-27Merge bitcoin/bitcoin#30697: Bugfix: Ensure Atomicity in Wallet Settings Upda...Ava Chow
2024-08-26init: fix fatal error on '-wallet' negated option valuefurszy
2024-08-26wallet: bugfix: ensure atomicity in settings updatesismaelsadeeq
2024-08-26scripted-diff: [test] Use g_rng/m_rng directlyMarcoFalke
2024-08-21Fix maybe-uninitialized warning in IsSpentKeyAva Chow
2024-08-16cmake: Add fuzzing optionsHennadii Stepanov
2024-08-16cmake: Add `systemtap-sdt` optional package supportHennadii Stepanov
2024-08-16cmake: Add wallet functionalityHennadii Stepanov
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-13refactor: Remove Span operator==, Use std::ranges::equalMarcoFalke
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-08wallet, rpc: Allow importdescriptors to import multipath descriptorsAva Chow
2024-08-08rpc: Allow importmulti to import multipath descriptors correctlyAva Chow
2024-08-08wallet: Move internal to be per key when importingAva Chow
2024-08-08descriptors: Change Parse to return vector of descriptorsAva 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