cobalt

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2023 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertGenesis

func ConvertGenesis(d genesisCobalt.Document) *genesis.Document

ConvertGenesis converts a genesis document from the Cobalt format to the nexus-internal (= current oasis-core) format. WARNING: This is a partial conversion, only the fields that are used by Nexus are filled in the output document.

Types

type CobaltConsensusApiLite

type CobaltConsensusApiLite struct {
	// contains filtered or unexported fields
}

CobaltConsensusApiLite provides low-level access to the consensus API of a Cobalt node. To be able to use the old gRPC API, this struct uses gRPC directly, skipping the convenience wrappers provided by oasis-core.

func NewCobaltConsensusApiLite

func NewCobaltConsensusApiLite(grpcConn *grpc.ClientConn) *CobaltConsensusApiLite

func (*CobaltConsensusApiLite) Close

func (c *CobaltConsensusApiLite) Close() error

func (*CobaltConsensusApiLite) GetBlock

func (c *CobaltConsensusApiLite) GetBlock(ctx context.Context, height int64) (*consensus.Block, error)

func (*CobaltConsensusApiLite) GetCommittees

func (c *CobaltConsensusApiLite) GetCommittees(ctx context.Context, height int64, runtimeID common.Namespace) ([]nodeapi.Committee, error)

func (*CobaltConsensusApiLite) GetEpoch

func (c *CobaltConsensusApiLite) GetEpoch(ctx context.Context, height int64) (beacon.EpochTime, error)

func (*CobaltConsensusApiLite) GetGenesisDocument

func (c *CobaltConsensusApiLite) GetGenesisDocument(ctx context.Context, chainContext string) (*genesis.Document, error)

func (*CobaltConsensusApiLite) GetProposal

func (c *CobaltConsensusApiLite) GetProposal(ctx context.Context, height int64, proposalID uint64) (*nodeapi.Proposal, error)

func (*CobaltConsensusApiLite) GetTransactionsWithResults

func (c *CobaltConsensusApiLite) GetTransactionsWithResults(ctx context.Context, height int64) ([]nodeapi.TransactionWithResults, error)

func (*CobaltConsensusApiLite) GetValidators

func (c *CobaltConsensusApiLite) GetValidators(ctx context.Context, height int64) ([]nodeapi.Validator, error)

func (*CobaltConsensusApiLite) GovernanceEvents

func (c *CobaltConsensusApiLite) GovernanceEvents(ctx context.Context, height int64) ([]nodeapi.Event, error)

func (*CobaltConsensusApiLite) RegistryEvents

func (c *CobaltConsensusApiLite) RegistryEvents(ctx context.Context, height int64) ([]nodeapi.Event, error)

func (*CobaltConsensusApiLite) RoothashEvents

func (c *CobaltConsensusApiLite) RoothashEvents(ctx context.Context, height int64) ([]nodeapi.Event, error)

func (*CobaltConsensusApiLite) StakingEvents

func (c *CobaltConsensusApiLite) StakingEvents(ctx context.Context, height int64) ([]nodeapi.Event, error)

func (*CobaltConsensusApiLite) StateToGenesis

func (c *CobaltConsensusApiLite) StateToGenesis(ctx context.Context, height int64) (*genesis.Document, error)

Jump to

Keyboard shortcuts

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