0xPolygonMiden / miden-vm

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

Update `StackOutputs` fields #1268

Closed Fumuran closed 5 months ago

Fumuran commented 5 months ago

This PR updates the fields of StackOutputs struct. It changes them from Vec<u64> to Vec<Felt> to make them consistent with the stack values.

bobbinth commented 5 months ago

Oh - and also, let's update the changelog.