Skip to content

Add Yano-backed node modes and protocol v11 devkit defaults#153

Merged
satran004 merged 15 commits into
chore/dependency_upgradefrom
feat/yano_mode
May 17, 2026
Merged

Add Yano-backed node modes and protocol v11 devkit defaults#153
satran004 merged 15 commits into
chore/dependency_upgradefrom
feat/yano_mode

Conversation

@satran004

@satran004 satran004 commented Apr 9, 2026

Copy link
Copy Markdown
Member

Why

Protocol v11 startup needs a faster and more controllable bootstrap path for local devkit networks. Yano lets the devkit produce the initial chain quickly, apply the required governance actions, and then either continue running as the node or hand over to the Haskell node depending on the selected mode.

This is especially useful for local Docker and non-Docker devnets because protocol v11 requires governance-driven parameter updates before some workflows work correctly. Bootstrapping with Yano keeps startup practical while preserving compatibility with the existing Haskell-node based flows.

Summary

Adds Yano-backed devkit node modes and updates the Docker/non-Docker devkit defaults for protocol v11 compatibility.

Changes

  • Add Yano node mode support:
    • companion
    • yano-only
    • yano-primary
    • haskell-only
  • Add Yano bootstrap, handover, cleanup, and rollback-related support.
  • Add Yano native download support for non-Docker CLI usage.
  • Align Yano ports:
    • HTTP: 6060
    • N2N: 14447
  • Disable Ogmios by default in Docker devkit.
  • Make Yaci Store tx evaluation mode automatic:
    • use ogmios only when Ogmios is enabled and running
    • otherwise fall back to scalus
  • Update Store/Cardano/Yaci dependencies for protocol v11:
    • Yaci Store v2.0.1-rc1
    • Cardano node 11.0.1
    • updated Yaci/Cardano client libs
  • Add/update Plutus cost model config for v10/v11 governance actions.
  • Fix native-image config so N2C commands like topup work correctly in native CLI builds.
  • Add Evolution SDK e2e test scaffolding.

Verification

  • Verified non-Docker Java CLI startup.
  • Verified non-Docker native CLI topup.
  • Verified Docker devkit topup, tip, and utxos.
  • Verified protocol v11 governance action can be enacted with the updated committee threshold defaults.

satran004 added 15 commits April 8, 2026 19:49
 Disable Ogmios by default in docker devkit and make Yaci Store choose the tx evaluator mode from the active Ogmios runtime state. Store now uses Ogmios only when Ogmios is enabled and running, otherwise it falls back to Scalus.

  Add Yano download support and align Yano ports to 6060 for HTTP and 14447 for N2N across CLI config, docker-compose, and runtime defaults.

Update Cardano/Yaci component versions, add root Plutus cost model config, and extend native-image metadata so N2C commands work correctly in the native CLI build.
@satran004 satran004 changed the title Added a new nodeMode - yanoPrimary Add Yano-backed node modes and protocol v11 devkit defaults May 17, 2026
@satran004 satran004 merged commit e0fe834 into chore/dependency_upgrade May 17, 2026
@satran004 satran004 deleted the feat/yano_mode branch May 17, 2026 15:42
@satran004 satran004 restored the feat/yano_mode branch May 18, 2026 11:20
@satran004 satran004 deleted the feat/yano_mode branch May 18, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant