-
Notifications
You must be signed in to change notification settings - Fork 1
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
PlutusTx as a separate backend #227
Conversation
…separate Haskell backend
…PlutusTx compiler
Wrap up typescript bit of #227
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried my best to read through all the code, but this thing is huge 😆
I couldn't spot anything, I liked the refactorings.
"LambdaBuffers.Runtime.Plutus", | ||
"TxInInfo" | ||
"NotImplemented" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meh 😒
@@ -0,0 +1 @@ | |||
use flake ../../..#dev-lbr-plutustx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use flake ../../..#dev-lbr-plutustx | |
use flake .#dev-lbr-plutustx |
Fix demos following changes of mlabs-haskell/lambda-buffers#227
Tackles #197 #221
DONE
extras/dev-shells
where thedev-prelude|plutus-haskell
shells arelbf-plutus-to-plutustx
CLIlbfPlutusTx
Nix functionlbr-plutustx
LambdaBuffers.Runtime.Plutus.NotImplemented
type and mapped all currently not implemented Opaques thereTODO