Closed gaeljw closed 5 months ago
Transforming the objects to Java (with standard Scala converters) works fine.
yeah the state stuff was always a little janky/unsafe - I'll see what we can do to make it more usuable ootb
think I fixed this on main, not release yet
fixed in 0.12.1, please reopen if not the case
When changing the state parameters of one contract from a
Int
to aSeq[Int]
, I've got the following exception on the consumer:Relevant code:
Sounds related to using Scala types that Pact JVM itself is not able to convert to a known Java type. Not necessarily a big issue, I just log it in case anyone face it as well.