一键导入
import-asdb
Import an anti-slashing database (EIP-3076) into the validator client
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Import an anti-slashing database (EIP-3076) into the validator client
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Query the local Grafana/Prometheus/Loki stack shipped with this CDVN repo. Use when investigating cluster health, charon/beacon/EL errors, peer connectivity, validator performance, or log patterns against the locally-running monitoring stack (not Obol's hosted Grafana).
Add new operators to an existing Charon distributed validator cluster
Add new validators to an existing Charon distributed validator cluster
Export the anti-slashing database (EIP-3076) from the validator client
Recreate private key shares for a Charon cluster while keeping the same validator public keys
Remove operators from an existing Charon distributed validator cluster
| name | import-asdb |
| description | Import an anti-slashing database (EIP-3076) into the validator client |
| user-invokable | true |
Warning: This is an alpha feature and is not yet recommended for production use.
Import an EIP-3076 anti-slashing database into the validator client. The VC container must be stopped.
.env file exists with VC variable setRead scripts/edit/vc/README.md for full details if needed.
Ask the user for:
--input-file: Path to the JSON file to import (e.g., ./asdb-export/slashing-protection.json)./scripts/edit/vc/import_asdb.sh --input-file <path>
The VC variable is read from .env automatically. The script routes to the appropriate VC-specific import implementation (lodestar, teku, prysm, or nimbus).