Yura

Results 54 comments of Yura

the `HasSchema` got renamed to `HasBlueprintSchema` and instances for data types shipped with Plutus have been provided. There is no instance for the `AssocMap` though, as I believe it was...

> We've talked to some of these people and they aren't interested. It would be nice to understand why they aren't interested in IR. What needs to happen/stop happening for...

I agree with: * Default pretty printing config should produce a representation that always parses back (roundtrip); * There might be some cases where we explicitly opt-out of printing indexes,...

I am in the process of re-working this PR in order to have a cake and eat it too: - Unique indexes should be printed by default; - Golden tests...

We have a few ways to render UPLC to text: |Name|Description| |---|---| |classic|Lisp-like syntax with unique variable names (default)| |classic-simple|Lisp-like syntax with ambiguous (no unique) variable names| |readable|Succinct syntax with...

Task to implement `BuiltinByteString` construction from a list of bytes: https://github.com/IntersectMBO/plutus/issues/6670

> I'm not entirely sure how to fix this. If we actually want something that behaves differently on- and off-chain, then we probably need to bake it into the compiler....

> That said, I think this would still be a handy library tool even if all it does is wrap up that pattern. This is exactly how I was thinking...

This PR replaces https://github.com/IntersectMBO/plutus/pull/7476