0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
618 stars 156 forks source link

Update `StackOutputs` fields #1238

Closed Fumuran closed 6 months ago

Fumuran commented 7 months ago

We should update the fields of the StackOutputs struct: change stack elements and overflow addresses from u64 to Felt. _Originally posted by @bobbinth in https://github.com/0xPolygonMiden/miden-vm/pull/1234#discussion_r1482286640_

Fumuran commented 6 months ago

Closed by #1268.