aiken/examples
KtorZ 8c2fdf9ad4
Use dot to separate purpose from validator name in blueprint
The rationale is two folds:

  1. It's more consistent with how we already separate the validator
  name from its module.

  2. Because `_` may be present in Aiken's validator's name, it is hard
     to read and I am afraid it could potentially conflict later on. So
     it's better to use a separator that cannot appear in validator
     names.
2024-08-25 16:20:08 +02:00
..
acceptance_tests Use dot to separate purpose from validator name in blueprint 2024-08-25 16:20:08 +02:00
gift_card Oversight: fix missing 'AList' -> 'Pairs' conversion. 2024-05-23 17:08:33 +02:00
hello_world chore: convert hello_world to v3 2024-08-25 16:20:04 +02:00