0xPolygonMiden / miden-vm

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

Fix `ChipletsVTableColBuilder` #1389

Open plafer opened 1 month ago

plafer commented 1 month ago

Currently, ChipletsVTableColumnBuilder uses a frame of 3 rows: row - 1, row and row + 1.

This should be refactored to only use the "current" and "next" rows.

Related: #1388