Files
bitcoin/src/test/fuzz
Pieter Wuille ee57e93099 txgraph: Add internal sanity check function (tests)
To make testing more powerful, expose a function to perform an internal sanity
check on the state of a TxGraph. This is especially important as TxGraphImpl
contains many redundantly represented pieces of information:

* graph contains clusters, which refer to entries, but the entries refer back
* graph maintains pointers to Ref objects, which point back to the graph.

This lets us make sure they are always in sync.
2025-03-24 09:49:49 -04:00
..
2024-10-19 19:16:04 +02:00
2025-03-13 11:13:13 +00:00
2025-01-29 18:05:16 -05:00