erigon-pulse/turbo
2023-05-24 13:53:22 +07:00
..
adapter eip-4844: RPCTransactions to support BlobTx (#7407) 2023-04-30 14:03:38 +07:00
app blockReader: use in ethstat (#7565) 2023-05-23 16:30:47 +07:00
backup new command "erigon alpha_backup" - an alpha version of command to all Erigon's databases (#7415) 2023-05-01 08:27:34 +07:00
builder blockValue should use gasUsed rather than gasLimit (#6875) 2023-02-14 15:05:27 +00:00
cli [devnet tool] separate logging (#7526) 2023-05-17 07:36:06 +01:00
cmdtest
debug [Devnet tool] Side-quest to improve logging - part 1 (#7445) 2023-05-07 07:28:15 +01:00
engineapi Use BlockReader in ForkValidator, CliqueAPI (#7562) 2023-05-23 14:49:17 +07:00
logging [devnet] separate logging - p2p (#7547) 2023-05-19 18:41:53 +01:00
mock reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
node [devnet tool] separate logging (#7526) 2023-05-17 07:36:06 +01:00
rlphacks
rpchelper [devnet tool] separare logging (#7531) 2023-05-17 17:36:15 +01:00
services Use BlockReader in ForkValidator, CliqueAPI (#7562) 2023-05-23 14:49:17 +07:00
shards [interfaces] lower_snake_case field names (#7293) 2023-04-12 10:35:54 +00:00
snapshotsync Use BlockReader in ForkValidator, CliqueAPI (#7562) 2023-05-23 14:49:17 +07:00
stages add blockReader to mining, blockchain_test (#7569) 2023-05-24 13:53:22 +07:00
testlog Introduce logger into etl (#7537) 2023-05-18 21:20:07 +01:00
transactions Proper Gnosis Chain rewards in trace_block (#7473) 2023-05-09 17:19:23 +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