Add Yano-backed node modes and protocol v11 devkit defaults#166
Merged
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
companionyano-onlyyano-primaryhaskell-only606014447ogmiosonly when Ogmios is enabled and runningscalusv2.0.1-rc111.0.1topupwork correctly in native CLI builds.Verification
topup.topup,tip, andutxos.