aiken/examples
rvcas a9ed04ef22 feat: newer rules around casting Data
* you cannot cast FROM Data with a `let`
* you cannot cast FROM Data by passing
  Data to none Data when calling a function
* you MUST use `assert` to cast from data
* you can cast INTO Data with a `let`
* you can cast INTO Data by passing none Data
  to Data when calling a function
* You cannot assert cast Data without an
  annotation
2023-02-04 02:33:10 -05:00
..
acceptance_tests feat: newer rules around casting Data 2023-02-04 02:33:10 -05:00
hello_world chore(examples): commit updated plutus.json 2023-02-01 23:54:35 -05:00