Skip to content

v1.1.4 -2024-10-01

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 09:45
v1.1.4
79d0e45

Release Notes

Added

  • N/A

Changed

  • aiken-project: Generate empty redeemer for else handler, to keep full compliance with the blueprint spec. @KtorZ
  • aiken-lang: Forbid constants evaluating to generic or unbound functions. Same restrictions as for validators or any exported UPLC programs apply here. @KtorZ & @MicroProofs
  • aiken-lang: Fix compiler crash on trace + expect as last expression of a clause. See #1029. @KtorZ
  • aiken-lang: Fix redundant warning on introduced identifiers when destructuring validator params. @KtorZ
  • aiken-lsp: Compile project using verbose tracing, to avoid having the language server complain about unused imports. @KtorZ
  • uplc: Fix (again 😬) cost-models for PlutusV1 & PlutusV2. @MicroProofs

Removed

  • N/A

Install aiken 1.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aiken-lang/aiken/releases/download/v1.1.4/aiken-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/aiken-lang/aiken/releases/download/v1.1.4/aiken-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @aiken-lang/aiken@1.1.4

Install prebuilt binaries via Homebrew

brew install aiken-lang/tap/aiken

Download aiken 1.1.4

File Platform Checksum
aiken-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
aiken-x86_64-apple-darwin.tar.gz Intel macOS checksum
aiken-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
aiken-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum