Chia-Network / clvm

[Contract Language|Chia Lisp] Virtual Machine
Apache License 2.0
86 stars 35 forks source link

remove unused unknown-op-handler #25

Closed arvidn closed 3 years ago

richardkiss commented 3 years ago

This patch can't be merged as we need this code for the "dialects" feature, which is implemented in chia-blockchain but not yet tested here. There are two dialects: one which fails on unknown opcodes, and another which returns 0 for unknown opcodes.

arvidn commented 3 years ago

ok, great. I'll write a unit test