erigon-pulse/turbo
ledgerwatch f7fc4d66ec
Move tests 5 (#2069)
* Remove silkworm and reader builders

* Switch tests

* Stop from hanging

* Update tests to 9.0.0

* Move tests back

* Moving code around

* Fix lint

* More fixes

* Intermediate

* Fix compile

* Fix compile errors

* Compile errors

* Fix lint

* Comment out more printing

* More simplifications

* Compile fixes

* Compile fix

* More replacements

* More fixes

* More muddling through

* lint

* Exclude dao split test

* Restore sidechains after unwind

* Errors in senders stage, stopped in bodies stage

* Fix compile

* Fix compile

* Fix tests

* More fixes

* More fixes

* Code cleanup

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: alex.sharov <AskAlexSharov@gmail.com>
2021-06-05 11:00:21 +01:00
..
adapter remove left usage of object db in rpcdaemon 2021-05-31 17:12:48 +07:00
cli Drop download.v2 flag (#2039) 2021-05-28 16:32:34 +01:00
mock rename (#1978) 2021-05-20 19:25:53 +01:00
node genesis switch db (#2038) 2021-05-28 13:55:48 +01:00
remote sentry join streams (#2059) 2021-06-01 17:41:10 +07:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper rename (#1978) 2021-05-20 19:25:53 +01:00
shards State stream to RPC daemon (#1986) 2021-05-23 15:53:18 +01:00
silkworm rename (#1978) 2021-05-20 19:25:53 +01:00
snapshotsync Snapshot builder simplification (#2064) 2021-06-04 13:30:02 +01:00
stages Move tests 5 (#2069) 2021-06-05 11:00:21 +01:00
transactions eip 1559_tx_constraints (#2079) 2021-06-03 08:09:56 +01:00
trie up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
txpool sentry join streams (#2059) 2021-06-01 17:41:10 +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