erigon-pulse/turbo
ledgerwatch 03beaf4df7
Connect txPool to download.v2 to resolve 1 reason for "frozen download" (#1830)
* Pass txPool into new staged sync

* Remove poolStart function

Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-04-27 16:37:03 +01:00
..
adapter GetAsOf: do not return error on nil (#1820) 2021-04-26 18:05:29 +01:00
cli --database.verbosity flag (#1829) 2021-04-27 13:31:00 +01:00
node Connect TxFetcher to Sentry, Add --download.v2 option to TG (#1796) 2021-04-25 11:20:50 +07:00
rlphacks move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
rpchelper deprecate PlainDbState in favor of PlainKvState (#1805) 2021-04-26 12:37:48 +07:00
shards check_right_cache_size (#1711) 2021-04-11 11:23:39 +07:00
silkworm Integrate Silkworm execution (#1344) 2020-11-28 15:08:02 +00:00
snapshotsync Clique snapshot timer fixed (#1789) 2021-04-23 20:47:06 +03:00
stages Connect txPool to download.v2 to resolve 1 reason for "frozen download" (#1830) 2021-04-27 16:37:03 +01:00
transactions deprecate PlainDbState in favor of PlainKvState (#1805) 2021-04-26 12:37:48 +07:00
trie More cleanups (#1765) 2021-04-21 08:48:37 +07:00
README.md turbo-api: Add docs to some public structs, methods and fields (#1127) 2020-09-21 16:10:25 +02:00

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