0xPolygonMiden / examples

Examples of using Polygon Miden
MIT License
18 stars 18 forks source link

Proving toast doesn't close after failure to prove #136

Closed Fumuran closed 6 months ago

Fumuran commented 1 year ago

Inputs:

{
    "operand_stack": ["1", "1"]
}

Assembly code:

begin
    repeat.99999
        swap 
        dup.1 
        add
    end
end

Using modified fibonacci code with 99999 as a repeat number results in Error: RuntimeError: unreachable. But the problem is that after this failure Proving ... toast notification window remains on screen.

Dominik1999 commented 6 months ago

This bug doesn't exist anymore