erigon-pulse/turbo
Temirlan 782b8b6557
rpcdaemon, erigon: add new flags (#4623)
Co-authored-by: Темирлан Ермагамбет <etmr@technodom.kz>
2022-07-04 13:07:45 +02:00
..
adapter
app more usage of dirs object #4390 2022-06-07 11:54:04 +07:00
builder Interruptible PoS block building (#4438) 2022-06-13 15:43:09 +02:00
cli rpcdaemon, erigon: add new flags (#4623) 2022-07-04 13:07:45 +02:00
engineapi Commit transaction before responding on Engine API (#4506) 2022-06-20 23:03:17 +02:00
mock
node Bor devnet option (#4428) 2022-06-10 15:32:04 +07:00
rlphacks Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
rpchelper fix/issue-4593_fix_closed_chan (#4603) 2022-07-01 20:59:52 +01:00
services trace_filter implementation based on erigon 2 update 2 data (#4431) 2022-06-12 12:44:01 +01:00
shards --downloader.verfiy flag to verify once on startup (#4597) 2022-07-01 16:52:43 +06:00
snapshotsync [erigon2.2] State reconstitution prototype (#4508) 2022-07-02 20:48:42 +01:00
stages FeedHeaderPoS already writes header number (#4626) 2022-07-04 11:28:10 +02:00
transactions Revert "evm t8n tool to use ExecuteBlockEphemerally api (#4512)" (#4610) 2022-07-02 23:24:20 +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