erigon-pulse/turbo
Alex Sharov 88a099702b
rawdb.ReadCanonicalHash to return err (#1204)
* read_canonical_hash_return_err

* hack hugeFreelist

* fix tests
2020-10-10 07:05:56 +01:00
..
adapter Headers PoC - intermediate changes (#1016) 2020-08-31 06:27:51 +01:00
cli LMDB: don't search pages sequence in freelist if value is > X (#1213) 2020-10-10 07:05:18 +01:00
node pass_root_ctx_to_p2p_server (#1192) 2020-10-06 20:25:01 +01:00
rlphacks move ./trie to ./turbo/trie (#1114) 2020-09-14 11:33:39 +01:00
rpchelper rawdb.ReadCanonicalHash to return err (#1204) 2020-10-10 07:05:56 +01:00
stages/headerdownload Headers poc 5 - Intermediate (#1145) 2020-09-27 21:32:05 +01:00
transactions eth_call to use current state when blockNumber == latest (#1180) 2020-10-04 09:01:06 +01:00
trie (related to lmdb assert) Avoid deleteCurrent on cursor which used for iterations (#1151) 2020-09-29 10:28:49 +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