erigon-pulse/turbo
Alex Sharov 98e60b5b4b
Separate handshake from set_status - because txpool can't set any sentry status but need to handshake (#2529)
* sentry handshake

* move sentry clients to erigon-lib

* correct grpc retry

* correct grpc retry

* correct grpc retry
2021-08-14 15:11:46 +07:00
..
adapter move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
cli Increase default private.api.ratelimit (#2521) 2021-08-13 16:51:59 +01:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
node better prune error message (#2475) 2021-07-31 12:24:20 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
shards MIT licensed metrics lib (#2462) 2021-07-29 17:27:46 +07:00
snapshotsync move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
stages Separate handshake from set_status - because txpool can't set any sentry status but need to handshake (#2529) 2021-08-14 15:11:46 +07:00
transactions Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
trie move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
txpool Separate handshake from set_status - because txpool can't set any sentry status but need to handshake (#2529) 2021-08-14 15:11:46 +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