ahpaleus
ahpaleus
Could you please resolve this issue and patch the codebase? We figured out that it is possible to trigger this bug by passing the following arguments: ```typescript new BN(" ").toString()...
| Exercise | Status | Notes | |---|---|---| | 1 | need a tweak on the config option (`testPrefixes`, `deploymentOrder`) | Add the `echidna_` prefix (or use medusa's default `fuzz_`)....
## Fuzzing Configuration | Medusa | Echidna | Notes | | :---: | :----: | :--- | | workers | n/a | | | workerResetLimit | n/a | | |...
> The first `assert.NoError()` statement will fail an assertion, but the output of the failed assertion is not actually output if subsequent assertions (the two calls below) fail. That makes...