referrerpolicy=no-referrer-when-downgrade

Crate call

Source
Expand description

ยงRunning

Running this fuzzer can be done with cargo hfuzz run call. honggfuzz CLI options can be used by setting HFUZZ_RUN_ARGS, such as -n 4 to use 4 threads.

ยงDebugging a panic

Once a panic is found, it can be debugged with cargo hfuzz run-debug per_thing_rational hfuzz_workspace/call/*.fuzz.

Structsยง

RewardAgent ๐Ÿ”’

Constantsยง

ERA ๐Ÿ”’
MAX_ED_MULTIPLE ๐Ÿ”’
MIN_ED_MULTIPLE ๐Ÿ”’
REWARD_AGENT_ACCOUNT ๐Ÿ”’

Functionsยง

fund_account ๐Ÿ”’
main ๐Ÿ”’
random_call ๐Ÿ”’
random_ed_multiple ๐Ÿ”’
random_existing_pool ๐Ÿ”’
random_signed_origin ๐Ÿ”’
Grab random accounts, either known ones, or new ones.