From 1698454c2addd75e95add306577eeaf2dd35384d Mon Sep 17 00:00:00 2001 From: Russell O'Connor Date: Mon, 10 Jun 2024 12:19:21 -0400 Subject: [PATCH] Add Simplicity verification Unactivated. --- src/script/interpreter.cpp | 131 ++++++++++++++++++++++++++++++++++++ src/script/interpreter.h | 18 +++++ src/script/script_error.cpp | 51 ++++++++++++++ src/script/script_error.h | 27 ++++++++ 4 files changed, 227 insertions(+) diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index 263f3691ab..5945356439 100644 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -12,6 +12,10 @@ #include #include