The nightly fuzz workflow found a failing input for FuzzProofDeserializeNoPanic in ./token/core/zkatdlog/nogh/v1/crypto/upgrade.
Latest failing run: https://github.com/LFDT-Panurus/panurus/actions/runs/32092644246
Download the fuzz-failure-zkatdlog-upgrade-proof-deserialize artifact from that run for the
failing seed and full log, then reproduce locally with:
go test ./token/core/zkatdlog/nogh/v1/crypto/upgrade -run='FuzzProofDeserializeNoPanic/<hash>'
If confirmed, commit the failing seed file into the target's
testdata/fuzz/FuzzProofDeserializeNoPanic/ directory to add it to the permanent regression corpus.
The nightly fuzz workflow found a failing input for
FuzzProofDeserializeNoPanicin./token/core/zkatdlog/nogh/v1/crypto/upgrade.Latest failing run: https://github.com/LFDT-Panurus/panurus/actions/runs/32092644246
Download the
fuzz-failure-zkatdlog-upgrade-proof-deserializeartifact from that run for thefailing seed and full log, then reproduce locally with:
If confirmed, commit the failing seed file into the target's
testdata/fuzz/FuzzProofDeserializeNoPanic/directory to add it to the permanent regression corpus.