Closed rvcas closed 11 months ago
cc @Quantumplation do you remember what's missing here that you didn't do?
Integer parsing, cause it's a pain
Right ok,thanks :)
Most parsing seems fine, but the following programs have unintended output since they exceed the i64 boundaries
(program 1.0.0 (con data (I -18446744073709551618)))
(program 1.0.0 (con data (I 18446744073709551618)))
A fix is underway...
plutus now has an official thing for this
https://github.com/input-output-hk/plutus/pull/5391