Current behavior:
Hint fails with:
Unknown Hint: Core(Core(EvalCircuit { n_add_mods: Deref(CellRef { register: AP, offset: -6 }), add_mod_builtin: Deref(CellRef { register: FP, offset: -6 }), n_mul_mods: Deref(CellRef { register: AP, offset: -4 }), mul_mod_builtin: Deref(CellRef { register: FP, offset: -5 }) }))
This happens presumably any time mul_mod is called. The problem is that this is not handled in cairo-vm.
Expected behavior:
Hint should succeed.
Steps to reproduce:
Run prove_block against affected blocks such as 160035, 160045, 160068, 160074, 160084, or 160093
Current behavior:
Hint fails with:
Unknown Hint: Core(Core(EvalCircuit { n_add_mods: Deref(CellRef { register: AP, offset: -6 }), add_mod_builtin: Deref(CellRef { register: FP, offset: -6 }), n_mul_mods: Deref(CellRef { register: AP, offset: -4 }), mul_mod_builtin: Deref(CellRef { register: FP, offset: -5 }) }))This happens presumably any time
mul_modis called. The problem is that this is not handled incairo-vm.Expected behavior:
Hint should succeed.
Steps to reproduce:
Run
prove_blockagainst affected blocks such as 160035, 160045, 160068, 160074, 160084, or 160093