Merge bitcoin/bitcoin#28933: fuzz: Faster wallet_notifications target

fa15861763 fuzz: Faster wallet_notifications target (MarcoFalke)
fa971c09f2 Export assert from util/check.h (MarcoFalke)

Pull request description:

  Avoid read/write from storage to speed the target up.

ACKs for top commit:
  dergoegge:
    reACK fa15861763
  brunoerg:
    reACK fa15861763

Tree-SHA512: 90aa856ae31db27a55ef0dfa2cb303d98e6c4d530d2937ad8d808c5f4048389b7ed3c78c27df92db8fe29531b5530aecbb06a0e8274dda424149f46cd6c19f98
This commit is contained in:
fanquake
2023-11-27 17:35:32 +00:00
2 changed files with 129 additions and 36 deletions

View File

@@ -7,6 +7,7 @@
#include <attributes.h>
#include <cassert> // IWYU pragma: export
#include <stdexcept>
#include <string>
#include <string_view>