tracing-api

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2021 License: AGPL-3.0 Imports: 2 Imported by: 0

README

tracing-api

tracing-api serves JSON-RPC endpoints which allows to get internal transactions by transaction hash. It uses indexed ETH IPLD objects from geth-statediff

JSON-RPC endpoints

The currently supported standard endpoints are:

  • debug_txTraceGraph - returns traces in graph format
  • debug_writeTxTraceGraph - writes traces to cache database

Application Diagram

Environment Variables

Name Default Value Comment
DATABASE_NAME vulcanize_public Source database name
DATABASE_PORT 5432 Source database port
DATABASE_HOSTNAME localhost Source database host
DATABASE_USER postgres Source database user
DATABASE_PASSWORD Source database password
CACHE_DATABASE_NAME vulcanize_public Cache database name
CACHE_DATABASE_PORT 5432 Cache database port
CACHE_DATABASE_HOSTNAME localhost Cache database host
CACHE_DATABASE_USER postgres Cache database user
CACHE_DATABASE_PASSWORD Cache database password

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
eth

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL