[fuzz] Add additional method calls in full_stack_target
authorMatt Corallo <git@bluematt.me>
Fri, 19 Jan 2024 00:42:17 +0000 (00:42 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 7 Feb 2024 02:32:52 +0000 (02:32 +0000)
commita4cacee4b142d5d5899e26dc9d4ccf9cb67c44c4
treec1dbc51e4e1e7cc8c205c8590e1f0ba61b877aed
parenta17df4f8eb340352b4d204792a3eeec8a12aa99b
[fuzz] Add additional method calls in full_stack_target

The whole point of full_stack_target is to just expose our entire
API to the fuzzer and see what happens. Sadly, we're really only
exposing a small subset of our API. This improves that by exposing
a handful of other assorted methods from ChannelManager and
PeerManager.
fuzz/src/full_stack.rs