com um clique
export-asdb
Export the anti-slashing database (EIP-3076) from the validator client
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Export the anti-slashing database (EIP-3076) from the validator client
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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
Import an anti-slashing database (EIP-3076) into 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 | export-asdb |
| description | Export the anti-slashing database (EIP-3076) from the validator client |
| user-invokable | true |
Warning: This is an alpha feature and is not yet recommended for production use.
Export the EIP-3076 anti-slashing database from the validator client. The VC container must be stopped before export.
.env file exists with VC variable setRead scripts/edit/vc/README.md for full details if needed.
Ask the user for:
--output-file: Path to write the exported JSON file (e.g., ./asdb-export/slashing-protection.json)./scripts/edit/vc/export_asdb.sh --output-file <path>
The VC variable is read from .env automatically. The script routes to the appropriate VC-specific export implementation (lodestar, teku, prysm, or nimbus).