Skip to content

v1.0.24-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 19:01
· 867 commits to main since this release

Added

  • aiken: New aliases for check (aiken c) and build (aiken b) commands. @Kuly14

Fixed

  • aiken-lang: Fixed an issue with expects on lists that used discards. This fixes
    the validator issues being seen for previously succeeding validators on 1.0.21-alpha. @MicroProofs
  • aiken-lang: Out of Span issue is now solved. This also fixes incorrectly selected
    traces from the wrong module, which in some cases lead to the out of span issue. @MicroProofs