erigon-pulse/turbo
2021-10-12 12:04:04 +07:00
..
adapter RPC: small optimizations (#2564) 2021-08-24 08:28:58 +01:00
cli Enable "State stream" by default (#2780) 2021-10-05 16:06:45 +07:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
node clean ipc string (#2644) 2021-09-08 15:25:10 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper Json rpc eip1898 correctness (#2736) 2021-09-28 09:25:56 +07:00
shards Pool: switch to pendingBaseFee (#2732) 2021-09-26 23:09:36 +07:00
snapshotsync Pool v2: --txpool.pricelimit support (#2763) 2021-10-02 17:34:57 +07:00
stages Run first cycle in one db transaction if it's small enough (#2809) 2021-10-10 19:00:13 +07:00
transactions RemoteRPC: coherentCache for kv.Code; LocalRPC: enable small blocksLRU (#2815) 2021-10-12 12:04:04 +07:00
trie Inner errors (#2774) 2021-10-04 22:16:52 +07:00
txpool Inner errors (#2774) 2021-10-04 22:16:52 +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