Skip to content

1.49.0.0

Choose a tag to compare

@zeme-wana zeme-wana released this 10 Jul 07:58
2444cd9

plutus-core

Added

  • In #7029 added support for Caseing on booleans and integers. For example, case True a b now evaluates to b.

  • Added a new UPLC optimisation which removes force when applied to case expressions where each branch contains a delay at the top, or if the delay is under any number of lambda abstractions.

Changed

  • Drop hex-text package in favor of base16-bytestring.

plutus-ledger-api

No changes.

plutus-tx

Added

  • Module 'PlutusTx.Test.Util.Compiled' of the 'plutus-tx-testlib' package got a new function 'countFlatBytes' that counts the size of a 'CompiledCode' in Flat bytes.

plutus-tx-plugin

No changes.

plutus-executables

No changes.

plutus-metatheory

No changes.

Full Changelog: 1.48.0.0...1.49.0.0