dcSpark / cardano-multiplatform-lib

Rust implementation of Cardano
MIT License
99 stars 36 forks source link

cml_chain::NonemptySetPlutusData.json: RangeError: Maximum call stack size exceeded #328

Open SebastienGllmt opened 6 months ago

SebastienGllmt commented 6 months ago

When building the JS bindings, I get the error printed in the console cml_chain::NonemptySetPlutusData.json: RangeError: Maximum call stack size exceeded

This is presumably because this type contains PlutusData which is recursively defined

pub type NonemptySetPlutusData = NonemptySet<PlutusData>;

I'm not sure if this message appearing in the console actually causes any error though