mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-11 05:20:05 +00:00
49aeb53988
* Fail newPayload if execution is unsuccessful * fix linter * fix message * no self-hosted * try force ci * back to unbuntu * Remove unnecessary unwinds * Fix canonicalising * Quiet logs for in-memory exec * Remove experimental overlay flag * Fix sync test * Fix test * Fix lint * Print hash in the end of the cycle * Not notify headers if list is empty * Supress timings and tables logs when no change in progress * Reduce logging * fix * better log for pos download * Better newPayload and forkChoice messages * Fix lint * simplify * No duplication of download messages * Reverse log for extension Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by: Igor Mandrigin <i@mandrigin.ru> |
||
---|---|---|
.. | ||
adapter | ||
app | ||
builder | ||
cli | ||
engineapi | ||
mock | ||
node | ||
rlphacks | ||
rpchelper | ||
services | ||
shards | ||
snapshotsync | ||
stages | ||
transactions | ||
trie | ||
README.md |
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