IntersectMBO / plutus

The Plutus language implementation and tools
Apache License 2.0
1.57k stars 479 forks source link

Fix `writeBits` #6331

Closed kwxm closed 3 months ago

kwxm commented 3 months ago

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.

kwxm commented 3 months ago

Done in #6329 and confirmed by #6343.