erigon-pulse/turbo
Giulio rebuffo a2433455f9
Keep few beacon block headers in mdbx (#8809)
Now keep few beacon block headers in mdbx
2023-11-22 01:45:15 +01:00
..
adapter Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
app dvovk/tunnelwws (#8745) 2023-11-16 16:37:29 +00:00
backup touch data when do warmup (#8268) 2023-09-22 14:36:54 +07:00
builder turbo: run tests in parallel (#8738) 2023-11-16 16:29:31 +07:00
cli silkworm: internal refactorings (#8675) 2023-11-21 15:22:56 +01:00
cmdtest move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
debug Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
engineapi Revisit getPayloadBodiesByHash (#8758) 2023-11-17 13:04:02 +01:00
execution/eth1 Revisit getPayloadBodiesByHash (#8758) 2023-11-17 13:04:02 +01:00
jsonrpc Bor proofgen tests (#8751) 2023-11-17 10:41:45 +00:00
logging added --log.dir.prefix flag (#7714) 2023-06-12 15:30:05 +01:00
mock reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
node move chainname and snapcfg packages to erigon-lib (#8508) 2023-10-18 13:37:39 +07:00
rlphacks turbo: run tests in parallel (#8738) 2023-11-16 16:29:31 +07:00
rpchelper turbo: run tests in parallel (#8738) 2023-11-16 16:29:31 +07:00
services Introduce extra functions for BorSpans (no-op) (#8648) 2023-11-04 10:59:07 +00:00
shards turbo: run tests in parallel (#8738) 2023-11-16 16:29:31 +07:00
silkworm silkworm: internal refactorings (#8675) 2023-11-21 15:22:56 +01:00
snapshotsync Keep few beacon block headers in mdbx (#8809) 2023-11-22 01:45:15 +01:00
stages turbo: run tests in parallel (#8738) 2023-11-16 16:29:31 +07:00
testlog Introduce logger into etl (#7537) 2023-05-18 21:20:07 +01:00
transactions Move ApplyDAOHardFork & UpgradeBuildInSystemContract to engine.Initialize (#8095) 2023-08-30 15:51:19 +02:00
trie Bor proof findpath (#8764) 2023-11-17 16:39:59 +00:00
README.md Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00

Erigon-API

Erigon-API is a set of tools for building applications containing Erigon node.

Our own binary erigon is built using it.

Modules

  • cli - erigon-cli, methods & helpers to run a CLI app with Erigon node.

  • node - represents an Ethereum node, running devp2p and sync and writing state to the database.

  • stagedsync - staged sync algorithm.

Examples

  • erigon - our binary is using erigon-api with all defaults

  • erigoncustom - a very simple example of adding a custom stage, a custom bucket and a custom command-line parameter

  • erigon-examples - a series of examples for Erigon api