Skip to content

v0.10.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 05:42
· 25 commits to main since this release
52cfd8d

This is a preview release to test the native binary support for Yaci Store.

Key Changes

  • Updated Cardano node to version 10.1.2.
  • Updated Ogmios to version 6.8.0.
  • Added Yaci Store native version (no Java).

How to

To run the devkit, download the following zip file, unzip it, and execute the command ./bin/devkit.sh start to start the devkit:

yaci-devkit-0.10.0-preview1.zip

Note: This version includes a native binary for Yaci Store, which improves the startup time and reduces the memory footprint. However, this feature is currently in preview and is still being tested. If you encounter any issues, please create an issue on GitHub. You can revert to the Java version by setting the flag yaci_store_mode=java in the config/env file.

Additional Information

  • The Yaci CLI zip (non-Docker version) still uses the Java version of Yaci Store.
  • The Docker image size is slightly larger because it includes both the Java and native versions of Yaci Store. In future releases, the Java version will be removed.