cobalt

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: Apache-2.0 Imports: 32 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 ConsensusApiLite added in v0.1.22

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

ConsensusApiLite 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 NewConsensusApiLite added in v0.1.22

func NewConsensusApiLite(grpcConn connections.GrpcConn) *ConsensusApiLite

func (*ConsensusApiLite) Close added in v0.1.22

func (c *ConsensusApiLite) Close() error

func (*ConsensusApiLite) GetBlock added in v0.1.22

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

func (*ConsensusApiLite) GetCommittees added in v0.1.22

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

func (*ConsensusApiLite) GetEpoch added in v0.1.22

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

func (*ConsensusApiLite) GetGenesisDocument added in v0.1.22

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

func (*ConsensusApiLite) GetNodes added in v0.1.22

func (c *ConsensusApiLite) GetNodes(ctx context.Context, height int64) ([]nodeapi.Node, error)

func (*ConsensusApiLite) GetProposal added in v0.1.22

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

func (*ConsensusApiLite) GetTransactionsWithResults added in v0.1.22

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

func (*ConsensusApiLite) GetValidators added in v0.1.22

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

func (*ConsensusApiLite) GovernanceEvents added in v0.1.22

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

func (*ConsensusApiLite) GrpcConn added in v0.1.22

func (c *ConsensusApiLite) GrpcConn() connections.GrpcConn

func (*ConsensusApiLite) RegistryEvents added in v0.1.22

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

func (*ConsensusApiLite) RoothashEvents added in v0.1.22

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

func (*ConsensusApiLite) StakingEvents added in v0.1.22

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

func (*ConsensusApiLite) StateToGenesis added in v0.1.22

func (c *ConsensusApiLite) 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