con un clic
import-asdb
Import an anti-slashing database (EIP-3076) into the validator client
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Import an anti-slashing database (EIP-3076) into the validator client
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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).