fix: zero arg functions were grabbing extra dependencies they didn't need to

fix: Had the wrong conversion for constant maps to plutus data. Fixed to check for right conversion
This commit is contained in:
microproofs
2023-06-04 15:23:36 -04:00
parent cf6d04e95b
commit bfd2a50a6b
4 changed files with 84 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
# This file was generated by Aiken
# You typically do not need to edit this file
[[requirements]]
name = "aiken-lang/stdlib"
version = "main"
source = "github"
[[packages]]
name = "aiken-lang/stdlib"
version = "main"
requirements = []
source = "github"