erigon-pulse/turbo
Alex Sharov 08590211e6
Add defer collector.Close() (#2351)
* add defer collector.Close

* add defer collector.Close
2021-07-13 09:17:21 +07:00
..
adapter Sokol v0: epoch support (#2348) 2021-07-12 16:27:25 +01:00
cli Add parameter for minimum time between sync loop iterations (#2332) 2021-07-10 09:19:44 +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 Add defer collector.Close() (#2351) 2021-07-13 09:17:21 +07:00
stages txPool: propagate on peer connect (#2335) 2021-07-11 14:01:16 +07:00
transactions rpc: 1559 in call and tracing (#2327) 2021-07-11 04:05:56 +00:00
trie step towards kv interface (#2313) 2021-07-08 09:56:09 +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