erigon-pulse/turbo
Jared Doro 0223489183
[WIP] Adding Support for Sepolia (#3462)
* [WIP] Adding Sepolia

* Fix formatting

* Added Timestamp to Sepolia genesis

* update config

* fixed formating
2022-02-10 07:27:36 +00:00
..
adapter grpc GetBlock api (#2955) 2021-11-14 11:08:52 +07:00
app Torrent less goroutines (#3423) 2022-02-04 12:42:55 +07:00
cli Merging Turbo bor into devel (#3372) 2022-02-07 21:30:46 +00:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
node [WIP] Adding Support for Sepolia (#3462) 2022-02-10 07:27:36 +00: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 Add blockGasLimit to the state stream (#3321) 2022-01-25 10:49:28 +00:00
snapshotsync Embed downloader (#3450) 2022-02-09 13:22:43 +07:00
stages state and newHead: 1 goroutine per subscriber (#3452) 2022-02-10 08:25:58 +07:00
transactions Snapshots: fill kv.HeaderNumber table (#3328) 2022-01-24 13:47:05 +07:00
trie [erigon2] Running with commitment (#3203) 2022-01-14 16:02:44 +00: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