Skip to content

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

Merged
satran004 merged 18 commits into
mainfrom
feat/yano_mode
May 18, 2026
Merged

Add Yano-backed node modes and protocol v11 devkit defaults#166
satran004 merged 18 commits into
mainfrom
feat/yano_mode

Conversation

@satran004
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 18 commits March 1, 2026 13:51
…no-client-lib 0.7.1

- Upgrade Spring Boot 3.2.5 → 3.5.11, Spring Shell 3.2.4 → 3.4.1
- Upgrade Spring AI 1.0.3 → 1.1.2 with STATELESS MCP protocol
- Upgrade Yaci 0.3.3 → 0.4.0, cardano-client-lib 0.6.2 → 0.7.1
- Update LocalProtocolParamSupplier for Yaci 0.4.0 Rational type changes
- Remove deprecated legacy_testnet network from BlockStreamerService
- Update MCP endpoint URL from /sse to /mcp (streamable HTTP transport)
- Suppress noisy MCP and Spring AI warnings from CLI console output
- Handle NoResourceFoundException at DEBUG level to avoid ERROR stack traces
- Fix deprecated logback <param> syntax to remove config parsing warnings
- Remove duplicate MCP properties from Docker application.properties
- Update Sonatype repository URL to new central endpoint
…, fix springdoc compatibility

- Change default protocol version from 11 to 10 for Conway era devnets
- Add protocolMajorVer to ClusterInfo for persisting resolved version
- Auto-select plutus-costmodels-v10.json or plutus-costmodels-v11.json based on protocolMajorVer
- Upgrade springdoc-openapi from 2.5.0 to 2.8.6 to fix Swagger UI with Spring Boot 3.5.x
- Update Earthfile, docker-compose, and docker config for versioned cost model files
 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 merged commit d42fe55 into main May 18, 2026
2 checks passed
@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