erigon-pulse/turbo
2023-09-29 09:03:19 +07:00
..
adapter turbo/adapter/ethapi: Add CallArgs.Input attribute (#8242) 2023-09-20 09:31:00 +07:00
app stage loop: allow nil in hook (#8318) 2023-09-29 09:03:19 +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 Diag session routing (#8232) 2023-09-25 16:24:17 +01: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 stage loop: allow nil in hook (#8318) 2023-09-29 09:03:19 +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 Diag session routing (#8232) 2023-09-25 16:24:17 +01: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 log skipped files (#8297) 2023-09-28 08:56:37 +07:00
stages stage loop: allow nil in hook (#8318) 2023-09-29 09:03:19 +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

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