Skip to content

Commit

Permalink
- is_valid_data() correctly for all types that are commonly used in d…
Browse files Browse the repository at this point in the history
…atums and redeemers

- added many unit-tests of is_valid_data()
- Data.as_strict renamed to Data.as_strictly
  • Loading branch information
christianschmitz committed Sep 17, 2024
1 parent f2c8151 commit 7cad006
Show file tree
Hide file tree
Showing 32 changed files with 1,967 additions and 126 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helios-lang/compiler",
"version": "0.17.0-83",
"version": "0.17.0-84",
"description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. With this library you can compile Helios scripts and build Cardano transactions, all you need to build 100% client-side dApps for Cardano.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
Loading

0 comments on commit 7cad006

Please sign in to comment.