bitcoin/src/wallet
merge-script d15d95c5cc
Merge bitcoin/bitcoin#30575: fuzz: fix timeout in crypter target
bfd3c29e4f fuzz: fix timeout in crypter target (brunoerg)

Pull request description:

  Fixes #30503

  - Move SetKeyFromPassphrase to out of LIMITED_WHILE
  - Remove `SetKey` calls since it is already called internally by other functions.
  - Reduce number of iterations (100 is enough, no need for 10,000).

ACKs for top commit:
  maflcko:
    review ACK bfd3c29e4f 📆
  dergoegge:
    utACK bfd3c29e4f

Tree-SHA512: 275ab7d07a20bfd07279a23613678993c10c166f40cdc900213b9f4d5afb107462d5f88518a0f4ce2a52f3b7950ff2c01cf74292042f16996909fcb96f827d3e
2024-08-05 14:42:19 +01:00
..
rpc policy: Add OP_1 <0x4e73> as a standard output type 2024-07-30 14:06:58 -04:00
test fuzz: fix timeout in crypter target 2024-08-02 09:48:10 -03:00
bdb.cpp
bdb.h
coincontrol.cpp
coincontrol.h [wallet, rpc]: add `max_tx_weight` to tx funding options 2024-06-27 15:31:21 +01:00
coinselection.cpp Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction funding options (take 2) 2024-07-17 18:27:59 -04:00
coinselection.h Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction funding options (take 2) 2024-07-17 18:27:59 -04:00
context.cpp
context.h
crypter.cpp
crypter.h
db.cpp
db.h tidy: modernize-use-equals-default 2024-07-08 11:12:01 +02:00
dump.cpp
dump.h
external_signer_scriptpubkeyman.cpp
external_signer_scriptpubkeyman.h
feebumper.cpp Merge bitcoin/bitcoin#27969: bumpfee: ignore WALLET_INCREMENTAL_RELAY_FEE when user specifies fee_rate 2024-06-14 14:46:04 -04:00
feebumper.h
fees.cpp
fees.h
init.cpp
interfaces.cpp
load.cpp
load.h
migrate.cpp
migrate.h tidy: modernize-use-equals-default 2024-07-08 11:12:01 +02:00
receive.cpp
receive.h
salvage.cpp
salvage.h
scriptpubkeyman.cpp policy: Add OP_1 <0x4e73> as a standard output type 2024-07-30 14:06:58 -04:00
scriptpubkeyman.h Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-default 2024-07-11 19:08:46 +01:00
spend.cpp Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction funding options (take 2) 2024-07-17 18:27:59 -04:00
spend.h
sqlite.cpp wallet: use LogTrace for walletdb log messages at trace level 2024-06-28 17:41:52 +10:00
sqlite.h tidy: modernize-use-equals-default 2024-07-08 11:12:01 +02:00
transaction.cpp
transaction.h
types.h
wallet.cpp Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly returning `complete=true` 2024-07-16 17:10:19 -04:00
wallet.h Merge bitcoin/bitcoin#26596: wallet: Migrate legacy wallets to descriptor wallets without requiring BDB 2024-07-11 16:47:02 +01:00
walletdb.cpp wallet: Use LegacyDataSPKM when loading 2024-07-01 14:25:55 -04:00
walletdb.h
wallettool.cpp
wallettool.h
walletutil.cpp
walletutil.h tidy: modernize-use-equals-default 2024-07-08 11:12:01 +02:00