mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 20:11:21 +00:00
c3ed07ca4a
* initial commmit * gofmt * flipped if statement * flipped if statement (forgot to save) * passing unwinding to status ch * added unwinding constant * took out unwinding * added statusCh * added a return statement and a second part to the if statement * checking for parent hash * checking for parent hash * changed check to check for parentHash * staged wrong file * changed header check to parentHash check * channged blockhash name to a better name * changed it to check for header.Hash() * changed name of blocknumber to blockHash * changed bad block to common.Hash{} |
||
---|---|---|
.. | ||
adapter | ||
cli | ||
mock | ||
node | ||
rlphacks | ||
rpchelper | ||
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