erigon-pulse/turbo
Giulio rebuffo faebec48c9
Added pedersen hash generator utility in cmd/verkle (#5258)
* added tree key functions for verkle tries

* added tree key functions for verkle tries

* added tree key functions for verkle tries

* Pedersen hash generator

* removed extra functions

* better comment

* ops

Co-authored-by: giuliorebuffo <giuliorebuffo@system76-pc.localdomain>
2022-09-02 15:45:30 +02:00
..
adapter go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
app Fix bor txlookup (#5170) 2022-08-30 17:23:16 +03:00
builder rpcdaemon: wire the most recent of EthBackend.builders.block as a pending block into eth_getBlockByNumber (#5061) 2022-08-15 15:19:45 +07:00
cli Cleanup Tevm experimental code (#5259) 2022-09-01 19:49:29 +01:00
engineapi ops (#5048) 2022-08-13 23:40:53 +02:00
mock rpcdaemon: add txpool_status() (#2407) 2021-08-06 09:45:44 +07:00
node erigon22: history.v2 flag, align rpcdaemon22 (#5016) 2022-08-12 16:13:14 +07:00
rlphacks Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
rpchelper rpcdaemon: wire the most recent of EthBackend.builders.block as a pending block into eth_getBlockByNumber (#5061) 2022-08-15 15:19:45 +07:00
services Transaction count fix (#4888) 2022-08-04 18:49:53 +07:00
shards Still fixing index out of range in (*Accumulator) ChangeStorage (#4751) 2022-07-19 11:11:08 +02:00
snapshotsync Small capacity (#5244) 2022-08-31 21:25:03 +07:00
stages Cleanup Tevm experimental code (#5259) 2022-09-01 19:49:29 +01:00
transactions Cleanup Tevm experimental code (#5259) 2022-09-01 19:49:29 +01:00
trie Added pedersen hash generator utility in cmd/verkle (#5258) 2022-09-02 15:45:30 +02: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