-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make time checks work again #92
Labels
Comments
2 tasks
uhbif19
added a commit
that referenced
this issue
Jun 30, 2024
…piler Changes: * Completely change API to declarative DSL (closes #24 #81, part of #29) * Implement Plutarch transpiler (closes #48 #79) * Support lifting Plutus functions to declarative DSL (closes #68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue #92)
uhbif19
added a commit
that referenced
this issue
Jun 30, 2024
…piler Changes: * Completely change API to declarative DSL (closes #24 #81, part of #29) * Implement Plutarch transpiler (closes #48 #79) * Support lifting Plutus functions to declarative DSL (closes #68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue #92)
uhbif19
added a commit
that referenced
this issue
Jul 1, 2024
…piler Changes: * Completely change API to declarative DSL (closes #24 #81, part of #29) * Implement Plutarch transpiler (closes #48 #79) * Support lifting Plutus functions to declarative DSL (closes #68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue #92)
uhbif19
added a commit
that referenced
this issue
Jul 1, 2024
…piler Changes: * Completely change API to declarative DSL (closes #24 #81, part of #29) * Implement Plutarch transpiler (closes #48 #79, part of #50) * Support lifting Plutus functions to declarative DSL (closes #68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue #92)
uhbif19
added a commit
that referenced
this issue
Jul 1, 2024
…piler Changes: * Completely change API to declarative DSL (closes #24 #81, part of #29) * Implement Plutarch transpiler (closes #48 #79, part of #50) * Support lifting Plutus functions to declarative DSL (closes #68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue #92)
uhbif19
added a commit
to uhbif19/cem-script
that referenced
this issue
Jul 4, 2024
…piler Changes: * Completely change API to declarative DSL (closes mlabs-haskell#24 mlabs-haskell#81, part of mlabs-haskell#29) * Implement Plutarch transpiler (closes mlabs-haskell#48 mlabs-haskell#79, part of mlabs-haskell#50) * Support lifting Plutus functions to declarative DSL (closes mlabs-haskell#68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue mlabs-haskell#92)
uhbif19
added a commit
to uhbif19/cem-script
that referenced
this issue
Jul 4, 2024
…piler Changes: * Completely change API to declarative DSL (closes mlabs-haskell#24 mlabs-haskell#81, part of mlabs-haskell#29) * Implement Plutarch transpiler (closes mlabs-haskell#48 mlabs-haskell#79, part of mlabs-haskell#50) * Support lifting Plutus functions to declarative DSL (closes mlabs-haskell#68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue mlabs-haskell#92)
uhbif19
added a commit
to uhbif19/cem-script
that referenced
this issue
Jul 4, 2024
…piler Changes: * Completely change API to declarative DSL (closes mlabs-haskell#24 mlabs-haskell#81, part of mlabs-haskell#29) * Implement Plutarch transpiler (closes mlabs-haskell#48 mlabs-haskell#79, part of mlabs-haskell#50) * Support lifting Plutus functions to declarative DSL (closes mlabs-haskell#68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue mlabs-haskell#92)
uhbif19
added a commit
to uhbif19/cem-script
that referenced
this issue
Jul 4, 2024
…piler Changes: * Completely change API to declarative DSL (closes mlabs-haskell#24 mlabs-haskell#81, part of mlabs-haskell#29) * Implement Plutarch transpiler (closes mlabs-haskell#48 mlabs-haskell#79, part of mlabs-haskell#50) * Support lifting Plutus functions to declarative DSL (closes mlabs-haskell#68) * Compilation pass changing all error messages to codes and saving their correspondence to table * Remove `Stages` concept altogeter (see issue mlabs-haskell#92)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stages
was removed in M4 for number of reasons.API wise:
Stages
cannot be used to implement for example vestingImplementation wise:
Stages
now user can completely remove Plutus compilation step (if they want to).Proposed solution:
CheckInterval
constraint. Enforce single such constraint per transition.String
names to them, to discover "Stage
ofTransition
"-like labels on state graph , if one wants to.The text was updated successfully, but these errors were encountered: