Skip to content
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

Fix writeBits #6331

Closed
kwxm opened this issue Jul 25, 2024 · 1 comment
Closed

Fix writeBits #6331

kwxm opened this issue Jul 25, 2024 · 1 comment

Comments

@kwxm
Copy link
Contributor

kwxm commented Jul 25, 2024

The writeBits builtin doesn't work properly in PlutusTx/Plinth because we need to be able to create built-in lists of booleans and integers, and there's no way of compiling those into Plutus Core at the moment. This blocks MLabs' use cases for the time being, although the Haskell versions will be usable and it should be simple to enable the PLC versions once the compiler is fixed.

@github-actions github-actions bot added the status: needs triage GH issues that requires triage label Jul 25, 2024
@kwxm
Copy link
Contributor Author

kwxm commented Jul 25, 2024

Done in #6329 and confirmed by #6343.

@kwxm kwxm closed this as completed Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant