aiken/crates/aiken-project/src/blueprint
KtorZ 5960065a03
Fix validator selection for apply, address and policy command
Before this commit, we would require those target a specific handler,
  whereas they are in fact global to the entire validator.

  So now, we recover the behaviour from before where we default to the
  only available validator when there's no ambiguity.

  Note that this also solves the need for repeatedly applying parameters
  to each handler of a parameterized validator. The command now
  rightfully apply parameters to each corresponding handler.
2024-11-13 19:36:30 +01:00
..
snapshots Generate empty redeemer for `else` handler, to keep full compliance with the blueprint spec 2024-10-01 19:03:34 +02:00
definitions.rs Preserve type-aliases during blueprint generation. 2024-09-03 16:39:50 +02:00
error.rs Provide better errors on unknown type in cyclic definitions. 2024-08-06 19:24:48 +02:00
memo_program.rs feat(blueprint): a memoized program that only runs code gen every other time 2024-04-08 14:30:07 -04:00
mod.rs Fix validator selection for apply, address and policy command 2024-11-13 19:36:30 +01:00
parameter.rs Generate empty redeemer for `else` handler, to keep full compliance with the blueprint spec 2024-10-01 19:03:34 +02:00
schema.rs Preserve type-aliases during blueprint generation. 2024-09-03 16:39:50 +02:00
validator.rs Generate empty redeemer for `else` handler, to keep full compliance with the blueprint spec 2024-10-01 19:03:34 +02:00