erigon-pulse/turbo
2021-04-19 14:56:44 +07:00
..
adapter Broadcast new blocks - basic functions (#1675) 2021-04-06 12:54:50 +07:00
cli remove database field from Ethereum object (#1750) 2021-04-19 14:56:44 +07:00
node [merge after release] remove trie cache cli flags and logic (#1725) 2021-04-15 17:06:38 +07:00
rlphacks move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
rpchelper Continue move to rwtx (#1722) 2021-04-15 12:23:10 +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 RPCDaemon: add --datadir flag, use --chaindata only if wanna redefine default chaindata folder (#1747) 2021-04-19 12:44:14 +07:00
stages Simplify blockchain obj, step 5 (#1739) 2021-04-18 12:27:07 +07:00
transactions Continue move to rwtx (#1722) 2021-04-15 12:23:10 +07:00
trie delete tds.unwindTo method (#1688) 2021-04-08 10:47:10 +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