Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pir-x86_64-linux-ghc96 | 2025-07-10 | 9.0 MB | |
plutus-metatheory.tar.gz | 2025-07-10 | 181.8 kB | |
plutus-x86_64-linux-ghc96 | 2025-07-10 | 8.5 MB | |
plc-x86_64-linux-ghc96 | 2025-07-10 | 9.0 MB | |
uplc-x86_64-linux-ghc96 | 2025-07-10 | 8.6 MB | |
1.49.0.0 source code.tar.gz | 2025-07-08 | 11.6 MB | |
1.49.0.0 source code.zip | 2025-07-08 | 15.3 MB | |
README.md | 2025-07-08 | 828 Bytes | |
Totals: 8 Items | 62.1 MB | 2 |
plutus-core
Added
-
In [#7029] added support for
Case
ing on booleans and integers. For example,case True a b
now evaluates tob
. -
Added a new UPLC optimisation which removes
force
when applied to case expressions where each branch contains adelay
at the top, or if the delay is under any number of lambda abstractions.
Changed
- Drop
hex-text
package in favor ofbase16-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: https://github.com/IntersectMBO/plutus/compare/1.48.0.0...1.49.0.0