aiken/crates
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
..
aiken chore: clippy autofix 2023-02-01 18:53:11 -05:00
aiken-lang feat: newer rules around casting Data 2023-02-04 02:33:10 -05:00
aiken-lsp chore: clippy autofix 2023-02-01 18:53:11 -05:00
aiken-project fix(tests): validator hashs and cbor changed for blueprints 2023-02-01 23:49:33 -05:00
flat-rs Release 0.0.27 2022-12-30 00:57:49 -05:00
uplc Add missing carets when dumping builtin list 2023-02-02 17:32:03 -05:00