erigon-pulse/turbo
ledgerwatch 5f7418a393
Switching tests to new staged sync 3 (#2055)
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
2021-05-30 21:44:57 +01:00
..
adapter rename (#1978) 2021-05-20 19:25:53 +01:00
cli Drop download.v2 flag (#2039) 2021-05-28 16:32:34 +01:00
mock rename (#1978) 2021-05-20 19:25:53 +01:00
node genesis switch db (#2038) 2021-05-28 13:55:48 +01:00
remote 1 Sentry per protocol (#2046) 2021-05-30 09:53:30 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper rename (#1978) 2021-05-20 19:25:53 +01:00
shards State stream to RPC daemon (#1986) 2021-05-23 15:53:18 +01:00
silkworm rename (#1978) 2021-05-20 19:25:53 +01:00
snapshotsync Fix flacky test (#2008) 2021-05-25 09:25:16 +01:00
stages Switching tests to new staged sync 3 (#2055) 2021-05-30 21:44:57 +01:00
transactions Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
trie Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00
txpool Fetcher fixes (#2053) 2021-05-30 19:08:06 +01: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