Files
bitcoin/src/test/fuzz
merge-script 4f8bd396f8 Merge bitcoin/bitcoin#34913: fuzz: Use time helpers in node_eviction
fa1ebde1ad fuzz: Use time helpers in node_eviction (MarcoFalke)

Pull request description:

  The `node_eviction` fuzz test has many issues:

  * It uses the full `int64_t` range (in seconds) as input, which is absurdly large (millions of years) and also violates https://en.cppreference.com/w/cpp/chrono/duration.html:

  > Each of the predefined duration types up to hours covers a range of at least ±292 years.

  * It does not use the existing `ConsumeDuration` and `ConsumeTime` helpers, which makes specifying a proper range difficult.

  So fix all issues by using `ConsumeTime` for time points with default arguments, and `ConsumeDuration` with the same precision, as well as possibly negative values.

ACKs for top commit:
  marcofleon:
    crACK fa1ebde1ad
  brunoerg:
    reACK fa1ebde1ad
  w0xlt:
    ACK fa1ebde1ad

Tree-SHA512: 22045e6c563a9169327737895ea2f3a7b1dcb4fd24fce56d91caa1e132d03a85cbaaa5f78218d23cfa203fe2ee4b147894c02870eb20ae1c232ad55ccdb6f7f7
2026-03-27 08:40:54 +08:00
..
2026-03-10 11:01:37 +01:00
2026-02-17 21:40:46 +05:30
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-03-10 11:01:37 +01:00
2026-03-25 16:55:18 +01:00
2026-03-10 11:01:37 +01:00