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
Added debug variable tracking for source-level variables via dedicated DebugVarStorage (CSR format) in DebugInfo, with DebugVarInfo describing variable name, type, location, and value location (stack, memory, local, constant, or expression). Also added debug_types, debug_sources, and debug_functions sections in MASP packages for storing type definitions, source file paths, and function metadata respectively, each with its own string table, to support source-level debugging (#2471).
Updated miden-crypto to v0.22.3 (with unified Felt type) (#2649)
Re-exported Continuation from miden-processor to support the external debugger (#2683).
Fixed mtree_merge advice-store root ordering to match hmerge operand stack semantics (#2729).
Updated sorted_array::find_half_key_value to use little-endian ordering (#2734).
Fixed Assembler::warnings_as_errors not being propagated in some methods (#2737).