v0.9.1-beta
github-actions
released this
13 Aug 16:09
·
55 commits
to main
since this release
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 settingyaci_cli_mode=java
in theconfig/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
- Merge to main by @satran004 in #44
- Folder restructure and new admin endpoints by @satran004 in #47
- Graal image by @satran004 in #48
- Graal image by @satran004 in #49
- add docs and examples with mesh by @jinglescode in #52
- Added support for node 8.12.1 - conway era by @satran004 in #53
- Private network with custom options by @satran004 in #54
- Non docker yaci-cli setup by @satran004 in #55
- feat: add some infos on the default kupo configuration by @Proxiweb in #59
- Upgrade to Node (9.1.0), Ogmios (6.5.0) and Yaci Store (0.1.0-rc5) by @satran004 in #58
New Contributors
- @jinglescode made their first contribution in #52
- @Proxiweb made their first contribution in #59
Full Changelog: v0.8.0-beta...v0.9.1-beta