Release Notes
Changed
-
uplc:
eval_phase_two
and related functions now return an EvalResult @QuantumplationIn order to allow consuming tools provide better tooling experiences, the various
eval_phase_two
functions provide anEvalResult
, which includes the final term, the remaining budget, and the traces.
This means you can display or work with the traces of a script even if it succeeds.
Install aiken 1.1.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/aiken-lang/aiken/releases/download/v1.1.12/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.12/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.12
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 |