Skip to content

v1.1.2 - 2024-09-13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 21:12
7047c77

Release Notes

Added

  • N/A

Changed

  • aiken-lang: Fix issues with static recursive optimization. See #1009 @MicroProofs
  • aiken-lang: Aiken IR now interns variables while building up to ensure uniqueness for local vars. @MicroProofs
  • aiken-lang: Fix reification of Data (failing to reify) & PRNG (missing variants' arguments). @KtorZ
  • aiken-lang: Adjust reification of String to be shown as plain UTF-8 text strings (instead of hex-encoded byte array). @KtorZ
  • aiken-lang: Fix formatting of long if-condition over multiline. @KtorZ & @MicroProofs
  • aiken-lang: Fix formatting of standalone logical binary chains (and & or) in functions. @KtorZ
  • uplc: Fix script context generation failure on missing datum when evaluating transactions. @solidsnakedev

Removed

  • N/A

Install aiken 1.1.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install @aiken-lang/[email protected]

Install prebuilt binaries via Homebrew

brew install aiken-lang/tap/aiken

Download aiken 1.1.2

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-gnu.tar.gz x64 Linux checksum