erigon-pulse/turbo
2022-06-29 18:23:00 +06:00
..
adapter grpc GetBlock api (#2955) 2021-11-14 11:08:52 +07:00
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 --no-downloader flag support (#4545) 2022-06-26 17:13:32 +06:00
engineapi Commit transaction before responding on Engine API (#4506) 2022-06-20 23:03:17 +02:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
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/new eth filters (#4504) 2022-06-24 09:11:38 +01:00
services trace_filter implementation based on erigon 2 update 2 data (#4431) 2022-06-12 12:44:01 +01:00
shards up linter version (#4108) 2022-05-10 10:14:09 +07:00
snapshotsync Snapshots: don't panic after too far reset (#4558) 2022-06-28 10:31:44 +06:00
stages Fixed in-memory execution hive tests (#4565) 2022-06-29 08:28:00 +06:00
transactions trace_filter implementation based on erigon 2 update 2 data (#4431) 2022-06-12 12:44:01 +01:00
trie Remove getNodeData experimental feature (#4559) 2022-06-29 18:23:00 +06: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