erigon-pulse/turbo
2021-07-17 23:07:09 +07:00
..
adapter Sokol v0: epoch support (#2348) 2021-07-12 16:27:25 +01:00
cli increase read transactions limit to 32K (#2366) 2021-07-14 21:48:20 +07:00
mock txpool_content (#2127) 2021-06-11 09:34:47 +01:00
node separate_config_from_node_and_eth (#2289) 2021-07-04 08:50:32 +01:00
remote txPool: propagate on peer connect (#2335) 2021-07-11 14:01:16 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper Better compatibility with OE for trace_call and trace_callMany (#2137) 2021-06-11 13:19:10 +01:00
shards simplify staged sync world (#2336) 2021-07-10 16:43:58 +07:00
snapshotsync unify stage params (#2384) 2021-07-17 09:09:56 +07:00
stages Remove sync.Prepare() func (#2389) 2021-07-17 23:07:09 +07:00
transactions unify stage params (#2384) 2021-07-17 09:09:56 +07:00
trie unify stage params (#2384) 2021-07-17 09:09:56 +07:00
txpool txPool: propagate on peer connect (#2335) 2021-07-11 14:01:16 +07: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