aiken/crates/aiken-project/src/blueprint
KtorZ 4799af3242
Rework 'blueprint apply' command and wrap up wiring up validation.
The apply command now works only from a serialized CBOR data (instead of a UPLC syntax). So it is no longer possible to specify arbitrary cbor terms through the CLI. I believe it to be an acceptable limitation for now; especially given that Aiken will never generate blueprints with non-data terms at the interface boundary.
2023-04-08 08:57:40 +02:00
..
definitions.rs Fix reference JSON deserialization. 2023-04-08 08:57:40 +02:00
error.rs Rework 'blueprint apply' command and wrap up wiring up validation. 2023-04-08 08:57:40 +02:00
mod.rs Implement blueprint schema & data validations. 2023-04-08 08:57:03 +02:00
parameter.rs Factor out error (schema mismatch) creation during blueprint validation. 2023-04-08 08:57:04 +02:00
schema.rs Fix reference JSON deserialization. 2023-04-08 08:57:40 +02:00
validator.rs Rework 'blueprint apply' command and wrap up wiring up validation. 2023-04-08 08:57:40 +02:00