Releases: ValidatorsDAO/slv
v0.10.2
v0.10.1
SLV v0.10.1 Release (Remote Build)
Changes
- See commit history for details
v0.10.0
SLV v0.10.0 Release (Remote Build)
SLV v0.10.0 — AI-Powered Solana Node Deployment
🤖 The Big Shift: Deploy with AI, Not Commands
SLV is no longer just a CLI tool — it's now an AI-first deployment platform. Instead of memorizing commands and editing config files, you describe what you need in natural language and your AI agent handles the rest.
You: Deploy a mainnet Jito validator on 203.0.113.10
Agent: I'll set up a mainnet Jito validator. Let me walk you through...
Works with any AI coding agent — OpenClaw, Claude Code, Codex, Cursor, Windsurf, and more.
🎯 New: AI Agent Skills
Three production-ready skills that give any AI agent deep knowledge of Solana node operations:
| Skill | Install | What It Does |
|---|---|---|
| slv-validator | npx clawhub install slv-validator |
Deploy & manage mainnet/testnet validators (Jito, Agave, Firedancer) |
| slv-rpc | npx clawhub install slv-rpc |
Deploy & manage RPC nodes (Standard, Index, Geyser gRPC) |
| slv-grpc-geyser | npx clawhub install slv-grpc-geyser |
Deploy & manage gRPC Geyser streaming (Yellowstone, Richat) |
Each skill includes:
- SKILL.md — Complete playbook knowledge (every CLI command ↔ Ansible mapping)
- AGENT.md — Interactive deployment flows with guided configuration
- scripts/setup.sh — Auto-install prerequisites (ansible-core, SSH, solana-cli)
- examples/ — Sample inventory files to get started fast
No lock-in. Skills are plain Markdown + Ansible. Use them with any AI agent, or run the playbooks directly.
✨ What's New
AI Agent Integration
- Interactive deployment flows — AI guides you through config collection, validation, dry-run, and execution
- Natural language operations — restart, update, monitor, switch identity — all through conversation
- Smart defaults — agents know recommended versions, safe practices, and common pitfalls
- Dry-run first — agents always offer
--checkmode before making changes
Firedancer Support
- Full support for
firedancer-agaveandfiredancer-jitovalidator types - Parameterized config templates (hugepage, port, identity)
- Proper service management via
firedancer.service
Improvements
setup.shprerequisite installer for all skills (one command to get started)- Snapshot auto-detection from nearest ERPC nodes
- Health check monitoring built into skills
- ERPC API key support (optional, for enhanced RPC access)
- Removed all internal API references for clean OSS distribution
- Commission BPS falsy bug fix
- Hugetlbfs cleanup for Firedancer deployments
- Testnet Jito configuration support
🚀 Getting Started
# Install a skill (OpenClaw)
npx clawhub install slv-validator
# Or clone directly
git clone --depth 1 https://github.com/ValidatorsDAO/slv.git
cp -r slv/dist/oss-skills/slv-validator ./my-skillThen just tell your AI agent: "Deploy a Solana validator" — it knows what to do.
📖 Documentation
Full Changelog: v0.9.962...v0.10.0
v0.9.962
SLV v0.9.962 Release (Remote Build)
Changes
- See commit history for details
v0.9.961
SLV v0.9.961 Release (Remote Build)
Changes
- See commit history for details
v0.9.960
SLV v0.9.960 Release (Remote Build)
Changes
- See commit history for details
v0.9.953
SLV v0.9.953 Release (Remote Build)
Changes
- See commit history for details
v0.9.952
SLV v0.9.952 Release (Remote Build)
Changes
- See commit history for details
v0.9.940
SLV v0.9.940 Release (Remote Build)
Changes
- See commit history for details
v0.9.932
SLV v0.9.932 Release (Remote Build)
Changes
- See commit history for details