| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pir-x86_64-linux-ghc96 | 2026-05-11 | 9.2 MB | |
| plc-x86_64-linux-ghc96 | 2026-05-11 | 9.1 MB | |
| plutus-metatheory.tar.gz | 2026-05-11 | 209.9 kB | |
| plutus-x86_64-linux-ghc96 | 2026-05-11 | 8.7 MB | |
| uplc-x86_64-linux-ghc96 | 2026-05-11 | 9.3 MB | |
| 1.64.0.0 source code.tar.gz | 2026-05-11 | 13.1 MB | |
| 1.64.0.0 source code.zip | 2026-05-11 | 17.8 MB | |
| README.md | 2026-05-11 | 1.2 kB | |
| Totals: 8 Items | 67.4 MB | 0 | |
plutus-core
Added
- The UPLC optimizer now also simplifies terms by evaluating builtins.
plutus-ledger-api
No changes.
plutus-tx
No changes.
plutus-tx-plugin
Added
certifyplugin option to trigger Agda certificate generation for compiled Plutus scripts. Each certificate is written to a directory named<package>_<module>-<hash>.agda-cert, where<hash>is a random 6-char alphanumeric tag.-
generateCertificatetop-level function that invokes the certifier with package and module names. -
Detailed error message for unsupported casing on Integer.
Changed
- Improved error reporting for a few unsupported types:
Float,Double,Ratio,Text,ByteString.
plutus-executables
No changes.
plutus-metatheory
Changed
InvalidCertificateerror now includes the certifier report text for better diagnostics.- Use
createDirectoryIfMissinginstead ofcreateDirectoryto avoid failures when certificate directories already exist. - Removed noisy console output from
runCertifier(result and path messages).
Full Changelog: https://github.com/IntersectMBO/plutus/compare/1.63.0.0...1.64.0.0