erigon-pulse/turbo
2023-09-22 17:08:22 +07:00
..
adapter turbo/adapter/ethapi: Add CallArgs.Input attribute (#8242) 2023-09-20 09:31:00 +07:00
app torrent: add --webseeds cli arg (#8176) 2023-09-12 12:18:47 +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 Txpool 4844 upgrades Part 2 (#8213) 2023-09-20 17:29:30 +05:30
cmdtest move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
debug moved metrics sub packages types to metrics (#8119) 2023-09-03 08:09:27 +07:00
engineapi Add engine_forkchoiceUpdatedV3 to engine_exchangeCapabilities (#8259) 2023-09-21 16:23:48 +02:00
execution/eth1 Fixed forkchoice nil exception (#8223) 2023-09-17 17:06:44 +02:00
jsonrpc Rpcdaemon: fixed few bugs in erigon_getLatestLogs (#8153) 2023-09-22 17:07:16 +07: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 Support for --chain=holesky (#8064) 2023-08-26 16:31:29 +06:00
rlphacks Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
rpchelper fix finalized api for polygon chain (#8247) 2023-09-20 13:32:22 +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
snapshotsync Fixes for bor snapshots (#8270) 2023-09-22 17:08:22 +07:00
stages Txpool 4844 upgrades Part 2 (#8213) 2023-09-20 17:29:30 +05:30
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