erigon-pulse/turbo
2023-01-11 12:04:22 +07:00
..
adapter Fix hive tests and reorganise the fix for body download problem (#6515) 2023-01-06 12:43:46 +00:00
app Fix hive tests and reorganise the fix for body download problem (#6515) 2023-01-06 12:43:46 +00:00
builder Withdrawals part 1 (#6009) 2022-12-01 09:15:01 +01:00
cli Eth call limits (#6523) 2023-01-07 21:16:43 +00:00
cmdtest move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
debug e3: optimize incremental hashstate (#6179) 2022-12-03 12:23:01 +07:00
engineapi Unify forkSegment with HeaderAndBody (#6517) 2023-01-06 15:12:07 +01:00
logging Upgrade urfave/cli to v2 (#6047) 2022-11-14 17:33:57 +01:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
node Remove Ropsten & Fermion (#6262) 2022-12-10 22:55:31 +00:00
rlphacks Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
rpchelper filterlogs deadlock fix (#6429) 2023-01-02 11:42:40 +07:00
services Transaction count fix (#4888) 2022-08-04 18:49:53 +07:00
shards hashers to use sync.pool (#6200) 2022-12-04 17:23:44 +07:00
snapshotsync fix test 2023-01-11 12:04:22 +07:00
stages fix test 2023-01-11 12:04:22 +07:00
testlog move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
transactions a bit rename 22 to v3 (#6476) 2022-12-30 21:53:42 +07:00
trie HashBuilder: fix top node shorter than 32 bytes (#6456) 2022-12-28 11:58:37 +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