erigon-pulse/turbo
2023-10-16 15:35:26 +02:00
..
adapter turbo/adapter/ethapi: Add CallArgs.Input attribute (#8242) 2023-09-20 09:31:00 +07:00
app rpcdaemon: must not create db - because doesn't know right parameters (#8445) 2023-10-12 14:11:46 +07:00
backup touch data when do warmup (#8268) 2023-09-22 14:36:54 +07:00
builder Fix CopyTxs for BlobTxWrapper (EIP-4844) (#8002) 2023-08-11 20:30:02 +02:00
cli Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
cmdtest move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
debug Diag session routing (#8232) 2023-09-25 16:24:17 +01:00
engineapi Configure EIP-4844 parameters for Gnosis (#8464) 2023-10-13 11:43:16 +02:00
execution/eth1 Caplin: under the hood block downloading (#8459) 2023-10-16 15:35:26 +02:00
jsonrpc Configure EIP-4844 parameters for Gnosis (#8464) 2023-10-13 11:43:16 +02: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 rpcdaemon: must not create db - because doesn't know right parameters (#8445) 2023-10-12 14:11:46 +07:00
rlphacks Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
rpchelper move borfinality package out of eth (#8407) 2023-10-09 19:13:31 +01:00
services Snapshots of Bor events (#7901) 2023-08-18 17:10:35 +01:00
shards Txpool 4844 upgrades Part 2 (#8213) 2023-09-20 17:29:30 +05:30
silkworm Block execution using embedded Silkworm (#8353) 2023-10-05 09:27:37 +07:00
snapshotsync add "integration stage_headers --integrity.slow" to check gaps in headers or canonical markers (#8489) 2023-10-16 19:52:04 +07:00
stages sync: fix a memory leak when header verification fails (#8431) 2023-10-14 08:39:43 +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 [devnet tool] Side-quest logging - replace quiet parameter (#7464) 2023-05-08 17:52:31 +01: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