erigon-pulse/turbo
2023-10-05 10:12:47 +01:00
..
adapter turbo/adapter/ethapi: Add CallArgs.Input attribute () 2023-09-20 09:31:00 +07:00
app memstat: to use helper func () 2023-10-05 13:42:30 +07:00
backup touch data when do warmup () 2023-09-22 14:36:54 +07:00
builder Fix CopyTxs for BlobTxWrapper (EIP-4844) () 2023-08-11 20:30:02 +02:00
cli Block execution using embedded Silkworm () 2023-10-05 09:27:37 +07:00
cmdtest move all packages from "internal" folder - to simplify users live () 2022-10-25 09:58:25 +07:00
debug Diag session routing () 2023-09-25 16:24:17 +01:00
engineapi Fixed excessive garbage in temporary directory () 2023-10-04 16:37:44 +02:00
execution/eth1 Fixed forkchoice nil exception () 2023-09-17 17:06:44 +02:00
jsonrpc evm: no interface () 2023-10-05 12:23:08 +07:00
logging added --log.dir.prefix flag () 2023-06-12 15:30:05 +01:00
mock reference hash, address, and chain config from lib () 2023-01-13 18:12:18 +00:00
node Downloader: step towards more complex datadir () 2023-10-04 11:01:02 +07:00
rlphacks Use go:build lines and remove obsolete +build lines () 2022-05-17 14:46:53 +07:00
rpchelper Rewind fixes () 2023-10-05 10:12:47 +01:00
services Snapshots of Bor events () 2023-08-18 17:10:35 +01:00
shards Txpool 4844 upgrades Part 2 () 2023-09-20 17:29:30 +05:30
silkworm Block execution using embedded Silkworm () 2023-10-05 09:27:37 +07:00
snapshotsync Block execution using embedded Silkworm () 2023-10-05 09:27:37 +07:00
stages Block execution using embedded Silkworm () 2023-10-05 09:27:37 +07:00
testlog Introduce logger into etl () 2023-05-18 21:20:07 +01:00
transactions Move ApplyDAOHardFork & UpgradeBuildInSystemContract to engine.Initialize () 2023-08-30 15:51:19 +02:00
trie [devnet tool] Side-quest logging - replace quiet parameter () 2023-05-08 17:52:31 +01:00
README.md Rename to Erigon () 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