You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During rust to python translation, inside the fumarole state_machine.py file, heap management did not take into account the semantic of python heap vs rust heap.
In Rust, heap are always max-heap, while python heap are min-heap.
Before releasing Typescript SDK, we must make sure of the heap implementation that is used.