aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test
AgeCommit message (Expand)Author
2024-12-19refactor: test: Return std::span from StringBytesMarcoFalke
2024-12-13fuzz: Add missing SeedRandomStateForTest(SeedRand::ZEROS)MarcoFalke
2024-12-02Remove wallet::ParseISO8601DateTime, use ParseISO8601DateTime insteadMarcoFalke
2024-12-02util: Implement ParseISO8601DateTime based on C++20MarcoFalke
2024-11-06fuzz: Limit wallet_notifications iterationsMarcoFalke
2024-11-01fuzz: fix `implicit-integer-sign-change` in wallet_create_transactionbrunoerg
2024-10-25Merge bitcoin/bitcoin#29936: fuzz: wallet: add target for `CreateTransaction`merge-script
2024-10-21wallet: introduce active db txn listenersfurszy
2024-10-10scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...Sebastian Falbesoner
2024-10-05test: Fix copy-paste in db_tests ostream operatorHodlinator
2024-09-27fuzz: wallet: add target for `CreateTransaction`brunoerg
2024-09-27wallet: move `ImportDescriptors`/`FuzzedWallet` to utilbrunoerg
2024-09-20Merge bitcoin/bitcoin#30765: refactor: Allow `CScript`'s `operator<<` to acce...Ava Chow
2024-09-20Merge bitcoin/bitcoin#30828: interfaces: #30697 follow upsAva Chow
2024-09-11Replace CScript _hex_v_u8 appends with _hexLÅ‘rinc
2024-09-06fuzz: Don't compile BDB-specific code on MSVC in `wallet_bdb_parser.cpp`Hennadii Stepanov
2024-09-05test: remove wallet context from `write_wallet_settings_concurrently`ismaelsadeeq
2024-09-04Merge bitcoin/bitcoin#29043: fuzz: make FuzzedDataProvider usage deterministicAva Chow
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-26wallet: bugfix: ensure atomicity in settings updatesismaelsadeeq
2024-08-26scripted-diff: [test] Use g_rng/m_rng directlyMarcoFalke
2024-08-16cmake: Add fuzzing optionsHennadii Stepanov
2024-08-16cmake: Add wallet functionalityHennadii Stepanov
2024-08-14wallet: rename UnloadWallet to WaitForDeleteWalletfurszy
2024-08-12Merge bitcoin/bitcoin#30563: fuzz: improve `scriptpubkeyman` targetAva Chow
2024-08-08descriptors: Change Parse to return vector of descriptorsAva Chow
2024-08-02fuzz: fix timeout in crypter targetbrunoerg
2024-08-01fuzz: improve scriptpubkeyman targetbrunoerg
2024-07-20fuzz: reduce keypool size in scriptpubkeyman targetbrunoerg
2024-07-17Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...Ava Chow
2024-07-15Merge bitcoin/bitcoin#30373: fuzz: fix key size in `crypter`merge-script
2024-07-08tidy: modernize-use-equals-defaultMarcoFalke
2024-07-04fuzz: fix key size in crypter targetbrunoerg
2024-06-27[wallet, rpc]: add `max_tx_weight` to tx funding optionsismaelsadeeq
2024-06-27[refactor]: update coin selection algorithms input parameter `max_weight` nameismaelsadeeq
2024-06-19fuzz: Fix wallet_bdb_parser 32-bit unhandled fseek errorMarcoFalke
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-04Merge bitcoin/bitcoin#28074: fuzz: wallet, add target for `Crypter`Ava Chow
2024-06-04Merge bitcoin/bitcoin#28366: Fix waste calculation in SelectionResultAva Chow
2024-06-03Merge bitcoin/bitcoin#30134: fuzz: add more coverage for `ScriptPubKeyMan`merge-script
2024-05-29fuzz: Handle missing BDBRO errorsAva Chow
2024-05-28Use `exact_target` shorthand in coinselector_testsMurch