aiken/crates
KtorZ cdc7ebf9a0
Remove now-unnecessary blueprint generics.
These were needed before as a way to _partially deserialize_
  blueprints. Indeed, some commands required accessing information of
  the blueprint, but not necessarily the schema. So out of laziness (or
  cleverness?), we only deserialized validators as serde::Value and
  achieved that through the use of generics.

  Now that validators and schemas have proper deserialisers, we can
  simply deserialize a blueprint.

  TODO: Our serialisation/deserialisation is safe with regards to
  itself; i.e. it roundtrips. However, we only supports a subset of the
  specified blueprint format. For example, we would fail to deserialize
  blueprints that have inline data-schemas (we only use references).
2023-04-08 08:53:51 +02:00
..
aiken Remove now-unnecessary blueprint generics. 2023-04-08 08:53:51 +02:00
aiken-lang fix some typos 2023-04-07 16:51:18 -04:00
aiken-lsp Remove unnecessary import. 2023-03-30 11:50:59 +02:00
aiken-project Remove now-unnecessary blueprint generics. 2023-04-08 08:53:51 +02:00
flat-rs fix some typos 2023-04-07 16:51:18 -04:00
uplc fix some typos 2023-04-07 16:51:18 -04:00