debug

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: GPL-3.0 Imports: 15 Imported by: 0

Documentation

Overview

Package debug defines a gRPC beacon service implementation, following the official API standards https://ethereum.github.io/beacon-apis/#/. This package includes the beacon and config endpoints.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	BeaconDB     db.ReadOnlyDatabase
	HeadFetcher  blockchain.HeadFetcher
	StateFetcher statefetcher.Fetcher
}

Server defines a server implementation of the gRPC Beacon Chain service, providing RPC endpoints to access data relevant to the Ethereum Beacon Chain.

func (*Server) GetBeaconState

func (ds *Server) GetBeaconState(ctx context.Context, req *ethpbv1.StateRequest) (*ethpbv1.BeaconStateResponse, error)

GetBeaconState returns the full beacon state for a given state ID.

func (*Server) GetBeaconStateSSZ

func (ds *Server) GetBeaconStateSSZ(ctx context.Context, req *ethpbv1.StateRequest) (*ethpbv1.BeaconStateSSZResponse, error)

GetBeaconStateSSZ returns the SSZ-serialized version of the full beacon state object for given state ID.

func (*Server) GetBeaconStateSSZV2

func (ds *Server) GetBeaconStateSSZV2(ctx context.Context, req *ethpbv2.StateRequestV2) (*ethpbv2.BeaconStateSSZResponseV2, error)

GetBeaconStateSSZV2 returns the SSZ-serialized version of the full beacon state object for given state ID.

func (*Server) GetBeaconStateV2

func (ds *Server) GetBeaconStateV2(ctx context.Context, req *ethpbv2.StateRequestV2) (*ethpbv2.BeaconStateResponseV2, error)

GetBeaconStateV2 returns the full beacon state for a given state ID.

func (*Server) ListForkChoiceHeads

func (ds *Server) ListForkChoiceHeads(ctx context.Context, _ *emptypb.Empty) (*ethpbv1.ForkChoiceHeadsResponse, error)

ListForkChoiceHeads retrieves the fork choice leaves for the current head.

Jump to

Keyboard shortcuts

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