aiken/crates
KtorZ b93e14659c
Refactor blueprint & handle annotated schemas
This also now introduce two levels of representable types (because it's needed at least for tuples):

  Plutus Data (a.k.a Data) and UPLC primitives / constants (a.k.a Schema).

  In practice, we don't want to specify blueprints that use direct UPLC primitives because there's little support for producing those in the ecosystem. So we should aim for producing only Data whenever we can. Yet we don't want to forbid it either in case people know what they're doing. Which means that we need to capture that difference well in the type modelling (in Rust and in the CIP-0057 specification).

  I've also simplified the error type for now, just to provide some degree of feedback while working on this. I'll refine it later with proper errors.
2023-01-31 09:48:44 +01:00
..
aiken Move UPLC dump into separate function + log event. 2023-01-31 09:48:44 +01:00
aiken-lang Add title and description to exported types in the blueprint 2023-01-31 09:48:44 +01:00
aiken-lsp Release 0.0.28 2023-01-06 13:41:00 -05:00
aiken-project Refactor blueprint & handle annotated schemas 2023-01-31 09:48:44 +01:00
flat-rs Release 0.0.27 2022-12-30 00:57:49 -05:00
uplc feat: Finish up assert feature 2023-01-29 05:21:55 -05:00