Skip to content

v0.9.1-beta

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 16:09
· 55 commits to main since this release
41c0259

Key Changes

  • Node 9.1.0, Ogmios 6.50, Kupo 2.9.0, and Yaci Store 0.1.0-rc5

  • The default era for devnet is now Conway. To start in Babbage era, use --era babbage when creating the devnet.

  • The native Yaci CLI binary is now the default.
    (Note: In case of any issues, you can switch to the Java version of Yaci CLI by setting yaci_cli_mode=java in the config/env file.)

  • Yaci Viewer Enhancements:

    • New governance-related pages (DRep registration, de-registration, updates, delegation)
    • Transaction details page enhancement: Option to show datum and reference scripts in both inputs and outputs.
  • Admin Endpoints (http://localhost:10000/swagger-ui/index.html):

    • New endpoints to download genesis files.
  • A new ZIP distribution for Yaci CLI for non-Docker setups, currently supporting macOS arm64, Linux x86.

Known Issue / Workaround

  • Non-interactive startup of Yaci CLI is broken in this release. For workaround, please refer to this issue

What's Changed

New Contributors

Full Changelog: v0.8.0-beta...v0.9.1-beta