erigon-pulse/turbo
ledgerwatch a99d22c313
Trace filter 4 + fixes for download.v2 (#1907)
* Introduce TraceCallSet bucket and fill it up

* Fix compile

* Reset TraceCallSet

* Add database.verbosity

* Warn about dropped messages

* Unwind for call traces

* Fixes for headers download

* Fix for the slow stage 3

* Remove wakeup channels

* Permit system for peer load balancing

* Reduce aggressiveness

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-05-10 16:07:22 +01:00
..
adapter
cli Misc fixes (#1908) 2021-05-10 06:59:29 +01:00
mock Rpcdaemon: move tx pool to own grpc service, subscribe to pending txs (#1863) 2021-05-04 08:37:17 +07:00
node
rlphacks
rpchelper
shards
silkworm
snapshotsync Download v2 fixes (#1903) 2021-05-09 08:22:08 +01:00
stages Trace filter 4 + fixes for download.v2 (#1907) 2021-05-10 16:07:22 +01:00
transactions Initial work on RPC streaming (#1880) 2021-05-06 18:37:38 +01:00
trie deprecate tds and trie (#1890) 2021-05-06 15:48:30 +07:00
README.md

Turbo-API

Turbo-API is a set of tools for building applications containing turbo-geth node.

Our own binary tg is built using it.

Modules

  • cli - turbo-cli, methods & helpers to run a CLI app with turbo-geth node.

  • node - represents an Ethereum node, running devp2p and sync and writing state to the database.

  • stagedsync - staged sync algorithm.

Examples

  • tg - our binary is using turbo-api with all defaults

  • tgcustom - a very simple example of adding a custom stage, a custom bucket and a custom command-line parameter

  • turbo-api-examples - a series of examples for turbo-geth api