ワンクリックで
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).