Erigon avatar

Erigon

Official

@erigontech

0Followers
|
60Public Repos
|
23Published Skills

Offers specialized infrastructure for Ethereum node operation, focusing on binary compilation, snapshot management, and multi-instance network configuration.

Skills Distribution
DomainCloud & Comp...Blockchain Node In.. (40%)Data Storage Optim.. (30%)Network Configurat.. (30%)

Agent Skills by Erigon

Showing 23 vetted skills indexed across 1 GitHub repositories.

erigontecherigontech
3.6k

kurtosis-test

Runs local Kurtosis Ethereum testnets against a locally-built erigon image and triages failures.

Official
Advanced
erigontecherigontech
3.6k

autoresearch

Automates iterative modify-verify-keep-or-discard loops against measurable goals using git commits.

Official
Intermediate
erigontecherigontech
3.6k

qa-test-results

Interpret Erigon QA workflow results, logs, and artifacts to diagnose test failures.

Official
Advanced
erigontecherigontech
3.6k

erigon-ephemeral

Launch temporary Erigon nodes with automatic port conflict detection and cleanup.

Official
Intermediate
erigontecherigontech
3.6k

erigon-test-unit

Runs Erigon unit tests locally with make test-short for pre-push verification.

Official
Basic
erigontecherigontech
3.6k

hive-test

Runs Ethereum Hive integration test suites against a local Erigon build.

Official
Advanced
erigontecherigontech
3.6k

erigondb-sync-integration-test-plan

Validates erigondb.toml settings resolution across legacy, downloader, and no-downloader Erigon runtime scenarios.

Official
Advanced
erigontecherigontech
3.6k

erigon-datadir

Duplicates Erigon datadirs using APFS copy-on-write clones or full filesystem copies.

Official
Intermediate
erigontecherigontech
3.6k

erigon-test-all

Runs the full Erigon Go test suite locally with RAM disk and CI-equivalent settings.

Official
Intermediate
erigontecherigontech
3.6k

erigon-implement-eip

Implements a new EIP for an Erigon hardfork from spec lookup through tests and wrap-up.

Official
Advanced
erigontecherigontech
3.6k

erigon-exec-from-0

Re-executes all Ethereum blocks from block 0 to validate state and reproduce bugs.

Official
Intermediate
erigontecherigontech
3.6k

erigon-mdbx-compact

Compact an MDBX database file to reclaim garbage-collected pages and shrink disk usage.

Official
Intermediate
erigontecherigontech
3.6k

erigon-test-hive

Runs Erigon Hive simulator tests for EL/CL protocol interoperability locally or via GitHub Actions.

Official
Intermediate
erigontecherigontech
3.6k

erigon-test-race

Runs Erigon Go test suites with the race detector to find data races and concurrency bugs.

Official
Intermediate
erigontecherigontech
3.6k

erigon-ci

Runs Erigon CI test groups locally and dispatches GitHub Actions workflows on any branch.

Official
Intermediate
erigontecherigontech
3.6k

erigon-seg-integrity

Runs integrity checks on Erigon datadir snapshot and segment files.

Official
Intermediate
erigontecherigontech
3.6k

benchmarkoor

Runs repeatable benchmarkoor performance benchmarks against Erigon using protected OverlayFS datadirs.

Official
Advanced
erigontecherigontech
3.6k

erigon-test-rpc

Run JSON-RPC integration tests comparing rpcdaemon responses against golden expected outputs.

Official
Intermediate
erigontecherigontech
3.6k

erigon-cherry-pick

Cherry-pick pull requests between long-living git branches and create separate GitHub PRs.

Official
Basic
erigontecherigontech
3.6k

erigon-build

Build the Erigon binary from source using make erigon.

Official
Advanced
erigontecherigontech
3.6k

erigon-seg-retire

Automate Erigon segment retirement workflows to prepare publishable snapshots.

Official
Advanced
erigontecherigontech
3.6k

erigon-seg-rebase

Rebase Erigon datadir step size to adjust snapshot segment granularity.

Official
Advanced
erigontecherigontech
3.6k

erigon-network-ports

Document Erigon network ports and CLI flags for multi-instance deployments.

Official
Basic

Frequently Asked Questions About Erigon

FAQPage Schema
What specific tasks does Erigon enable for node operators?

Erigon enables operators to compile custom binaries, manage snapshot segment retirement for data pruning, rebase datadir step sizes for granular storage control, and configure network ports for multi-instance deployments.

Which technical personas benefit from these capabilities?

These capabilities are designed for blockchain infrastructure engineers, node operators, and DevOps professionals managing high-performance Ethereum execution layer nodes who require granular control over storage and networking.

What are the prerequisites for managing Erigon node snapshots?

Prerequisites include an existing Erigon datadir, sufficient disk capacity for snapshot generation, and familiarity with make-based build environments for binary compilation and network port mapping.