erigon-pulse/turbo
Giulio rebuffo a481b77489
removed incarnation updates and removed side forks past fcu (#4944)
* removed incarnation updates and removed side forks past fcu

* has

* fixed hive

Co-authored-by: giuliorebuffo <giuliorebuffo@system76-pc.localdomain>
2022-08-05 18:07:27 +02:00
..
adapter
app
builder
cli Remove authrpc.* flags from rpcdaemon (#4931) 2022-08-04 12:51:01 +02:00
engineapi removed incarnation updates and removed side forks past fcu (#4944) 2022-08-05 18:07:27 +02:00
mock
node remove debug line (#4895) 2022-08-02 10:50:40 +07:00
rlphacks
rpchelper rpc: fix for map concurrency issue in logs subscription (#4903) 2022-08-03 00:37:34 +07:00
services Transaction count fix (#4888) 2022-08-04 18:49:53 +07:00
shards
snapshotsync snap indexing: fix logging #4937 2022-08-05 09:01:17 +07:00
stages Clean up BodyDownload.VerifyUncles (#4928) 2022-08-04 11:47:01 +02:00
transactions
trie
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