0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
631 stars 161 forks source link

Update `mtree_cwm` instruction #653

Closed hackaugusto closed 1 year ago

hackaugusto commented 1 year ago

Update mtree_cwm instruction to better correspond with the mtree_set format change from #646, [d, i, R, V', ...] -> [R', V, R, ...].

Follow up to https://github.com/0xPolygonMiden/miden-vm/pull/652#pullrequestreview-1266746611

hackaugusto commented 1 year ago

This has been done by https://github.com/0xPolygonMiden/miden-vm/pull/655