Add a debug flag for uplc eval
This commit is contained in:
@@ -30,7 +30,7 @@ patricia_tree = "0.8.0"
|
||||
petgraph = "0.6.3"
|
||||
pretty = "0.12.3"
|
||||
serde = { version = "1.0.197", features = ["derive", "rc"] }
|
||||
strum = "0.24.1"
|
||||
strum = { version = "0.26.3", features = ["derive"] }
|
||||
thiserror = "1.0.39"
|
||||
uplc = { path = '../uplc', version = "1.1.10" }
|
||||
vec1 = "1.10.1"
|
||||
|
||||
@@ -12,9 +12,11 @@ use crate::{
|
||||
},
|
||||
IdGenerator,
|
||||
};
|
||||
|
||||
use indexmap::IndexMap;
|
||||
use std::{collections::HashMap, rc::Rc};
|
||||
use strum::IntoEnumIterator;
|
||||
|
||||
use uplc::{
|
||||
builder::{CONSTR_FIELDS_EXPOSER, CONSTR_INDEX_EXPOSER},
|
||||
builtins::DefaultFunction,
|
||||
|
||||
Reference in New Issue
Block a user