snarkVM icon indicating copy to clipboard operation
snarkVM copied to clipboard

[Refactor] Cleanup and unify program rules

Open raychu86 opened this issue 1 month ago • 0 comments

Many new program rules and opcodes have been added in the last few consensus versions. The logic we use to check program validity is becoming unwieldy and should be cleaned up or abstracted.

https://github.com/ProvableHQ/snarkVM/blob/staging/synthesizer/src/vm/verify.rs#L191-L400

raychu86 avatar Nov 13 '25 23:11 raychu86