0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
615 stars 152 forks source link

Change the type of the error code of `u32assert2` operation from `Felt` to `u32` #1382

Closed Fumuran closed 1 month ago

Fumuran commented 1 month ago

This small PR changes the internal value type (type of error code) of the u32assert2 operation from Felt to u32.

Related issue: #1381