elements/src/test/fuzz/util
MarcoFalke fa3efb5729
refactor: Introduce struct to hold a runtime format string
This brings the format types closer to the standard library types:

* FormatStringCheck corresponds to std::basic_format_string, with
  compile-time checks done via ConstevalFormatString
* RuntimeFormat corresponds to std::runtime_format, with no compile-time
  checks done.

Also, it documents where no compile-time checks are done.
2025-01-15 12:16:08 +01:00
..
check_globals.cpp fuzz: Abort when calling system time without setting mock time 2025-01-06 15:43:13 +00:00
check_globals.h fuzz: Abort when calling system time without setting mock time 2025-01-06 15:43:13 +00:00
CMakeLists.txt fuzz: Abort when using global PRNG without re-seed 2024-12-16 15:23:56 +01:00
descriptor.cpp fuzz: limit the number of nested wrappers in descriptors 2024-07-14 17:47:40 +02:00
descriptor.h fuzz: limit the number of nested wrappers in descriptors 2024-07-14 17:47:40 +02:00
mempool.cpp mempool_entry: add mempool entry sequence number 2023-08-03 13:42:45 +10:00
mempool.h refactor: Move txmempool_entry.h --> kernel/mempool_entry.h 2022-11-30 10:37:57 +00:00
net.cpp Merge bitcoin/bitcoin#29043: fuzz: make FuzzedDataProvider usage deterministic 2024-09-04 15:04:53 -04:00
net.h fuzz: move ConsumeNetGroupManager to util 2024-09-23 11:54:51 -03:00
wallet.h refactor: Introduce struct to hold a runtime format string 2025-01-15 12:16:08 +01:00