erigon-pulse/turbo
2021-05-23 10:39:25 +07:00
..
adapter rename (#1978) 2021-05-20 19:25:53 +01:00
cli Do not write old block changesets in pruning storage mode (#1964) 2021-05-22 11:57:10 +01:00
mock rename (#1978) 2021-05-20 19:25:53 +01:00
node rename (#1978) 2021-05-20 19:25:53 +01:00
rlphacks rename (#1978) 2021-05-20 19:25:53 +01:00
rpchelper rename (#1978) 2021-05-20 19:25:53 +01:00
shards rename (#1978) 2021-05-20 19:25:53 +01:00
silkworm rename (#1978) 2021-05-20 19:25:53 +01:00
snapshotsync rename (#1978) 2021-05-20 19:25:53 +01:00
stages move setry mock and StageLoopStep to Kv 2021-05-23 10:39:25 +07:00
transactions rename (#1978) 2021-05-20 19:25:53 +01:00
trie Mdbx - make it default db. Lazy buckets renaming. (#1982) 2021-05-22 10:03:02 +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