erigon-pulse/turbo
2021-05-06 15:48:30 +07:00
..
adapter broadcast new headers (#1847) 2021-05-01 21:03:51 +01:00
cli add --sentry.api.addr flag (#1850) 2021-04-30 16:09:03 +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
stages Add kv to stage settings (because it doesn't change in runtime, tx will be passed as Stage func argument) (#1872) 2021-05-04 13:36:03 +01:00
transactions Aleut fix for GASPRICE opcode (#1852) 2021-04-30 19:20:18 +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