erigon-pulse/turbo
2022-08-04 12:31:25 +07:00
..
adapter Additional bor RPC fixes (#4675) 2022-07-09 09:15:22 +06:00
app save list of snapshots in db (#4777) 2022-07-28 16:57:38 +07:00
builder Interruptible PoS block building (#4438) 2022-06-13 15:43:09 +02:00
cli Rename engine.* flags to authrpc.* for consistency with geth (#4890) 2022-08-02 13:15:01 +07:00
engineapi Removed the use of memory mutation for side-fork unwinds. (#4857) 2022-07-31 15:56:08 +02:00
mock
node remove debug line (#4895) 2022-08-02 10:50:40 +07:00
rlphacks Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
rpchelper rpc: fix for map concurrency issue in logs subscription (#4903) 2022-08-03 00:37:34 +07:00
services trace_filter implementation based on erigon 2 update 2 data (#4431) 2022-06-12 12:44:01 +01:00
shards Still fixing index out of range in (*Accumulator) ChangeStorage (#4751) 2022-07-19 11:11:08 +02:00
snapshotsync Sn: parallel files indexing progress logs (#4925) 2022-08-04 12:31:25 +07:00
stages Fixed lint errors for gocritic linter (#4904) 2022-08-03 00:35:22 +07:00
transactions evm t8n to use ExecuteBlockEphemerally api (#4642) 2022-07-07 12:47:00 +01:00
trie Remove getNodeData experimental feature (#4559) 2022-06-29 18:23:00 +06: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