Documentation
¶
Index ¶
Constants ¶
View Source
const ( Protocol pbbstream.Protocol = pbbstream.Protocol_EOS BlockmetaDSN string = "badger://%s/kvdb/kvdb_badger.db?compression=zstd" //%s will be replace by data-dir KVDBDSN string = "badger://%s/kvdb/kvdb_badger.db?compression=zstd" //%s will be replace by `<data-dir>` FluxDSN string = "badger://%s/fluxdb/flux.db" //%s will be replace by `<data-dir>/<flux-data-dir> MergedBlocksFilesPath string = "storage/merged-blocks" IndicesFilePath string = "storage/indexes" OneBlockFilesPath string = "storage/one-blocks" PitreosPath string = "storage/pitreos" SnapshotsPath string = "storage/snapshots" DmeshServiceVersion string = "v1" DmeshNamespace string = "local" NetworkID string = "eos-local" NodeosBinPath string = "nodeos" EosManagerHTTPAddr string = ":13008" EosMindreaderHTTPAddr string = ":13009" MindreaderGRPCAddr string = ":13010" RelayerServingAddr string = ":13011" MergerServingAddr string = ":13012" AbiServingAddr string = ":13013" BlockmetaServingAddr string = ":13014" ArchiveServingAddr string = ":13015" ArchiveHTTPServingAddr string = ":13016" LiveServingAddr string = ":13017" RouterServingAddr string = ":13018" RouterHTTPServingAddr string = ":13019" KvdbHTTPServingAddr string = ":13020" IndexerServingAddr string = ":13021" IndexerHTTPServingAddr string = ":13022" DgraphqlHTTPServingAddr string = ":13023" DgraphqlGrpcServingAddr string = ":13024" DgraphqlAPIKey string = "web_0123456789abcdef" DashboardGrpcServingAddr string = ":13725" EoswsHTTPServingAddr string = ":13026" ForkresolverServingAddr string = ":13027" ForkresolverHTTPServingAddr string = ":13028" FluxDBServingAddr string = ":13029" DashboardHTTPListenAddr string = ":8080" EosqHTTPServingAddr string = ":8081" JWTIssuerURL string = "null://dfuse" EosqAPIKey string = "web_0123456789abcdef" MindreaderNodeosAPIAddr string = ":9888" NodeosAPIAddr string = ":8888" )
Variables ¶
View Source
var RootCmd = &cobra.Command{Use: "dfuseeos", Short: "dfuse for EOSIO"}
Root of the `dfuseeos` command
Functions ¶
func CheckNodeosInstallation ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.