You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limit full_stack fuzz runtime by limiting block connection ops
The `full_stack_target` fuzzer is generally pretty slow, but on
some inputs the fuzzer is able to connect hundreds of thousands to
millions of blocks, which is by far the slowest operation. In some
cases, individual inputs can take tens of minutes to complete,
which is not a realistic issue in LDK (we don't expect there to be
million-block bursts in Bitcoin) so we simply disable it.
0 commit comments