erigon-pulse/turbo
2020-09-21 16:10:25 +02:00
..
adapter Headers PoC - intermediate changes (#1016) 2020-08-31 06:27:51 +01:00
cli turbo-api: Add docs to some public structs, methods and fields (#1127) 2020-09-21 16:10:25 +02:00
node turbo-api: Add docs to some public structs, methods and fields (#1127) 2020-09-21 16:10:25 +02:00
rlphacks move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
rpchelper Fixes issue #1103 (#1106) 2020-09-12 06:33:07 +01:00
stages/headerdownload Headers poc 4 - intermediate changes (#1125) 2020-09-20 10:47:24 +01:00
transactions Increase call timeout for 5 minutes (#1082) 2020-09-08 20:40:01 +01:00
trie move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01: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