cmd

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 49 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LaunchSummaryAdvancedHeader = []string{
	"project ID",
	"network",
	"reward",
}
View Source
var LaunchSummaryHeader = []string{
	"launch ID",
	"chain ID",
	"source",
	"phase",
}
View Source
var ProjectSummaryHeader = []string{
	"id",
	"name",
	"coordinator id",
	"mainnet id",
}

Functions

func NewNetwork

func NewNetwork() *cobra.Command

NewNetwork creates a new network command that holds some other sub commands related to creating a new network collaboratively.

func NewNetworkChain

func NewNetworkChain() *cobra.Command

NewNetworkChain creates a new chain command that holds some other sub commands related to launching a network for a chain.

func NewNetworkChainInit

func NewNetworkChainInit() *cobra.Command

NewNetworkChainInit returns a new command to initialize a chain from a published chain ID.

func NewNetworkChainInstall

func NewNetworkChainInstall() *cobra.Command

NewNetworkChainInstall returns a new command to install a chain's binary by the launch id.

func NewNetworkChainJoin

func NewNetworkChainJoin() *cobra.Command

NewNetworkChainJoin creates a new chain join command to join to a network as a validator.

func NewNetworkChainLaunch

func NewNetworkChainLaunch() *cobra.Command

NewNetworkChainLaunch creates a new chain launch command to launch the network as a coordinator.

func NewNetworkChainList

func NewNetworkChainList() *cobra.Command

NewNetworkChainList returns a new command to list all published chains on Ignite.

func NewNetworkChainPrepare

func NewNetworkChainPrepare() *cobra.Command

NewNetworkChainPrepare returns a new command to prepare the chain for launch.

func NewNetworkChainPublish

func NewNetworkChainPublish() *cobra.Command

NewNetworkChainPublish returns a new command to publish a new chain to start a new network.

func NewNetworkChainRevertLaunch

func NewNetworkChainRevertLaunch() *cobra.Command

NewNetworkChainRevertLaunch creates a new chain revert launch command to revert a launched chain.

func NewNetworkChainShow

func NewNetworkChainShow() *cobra.Command

NewNetworkChainShow creates a new chain show command to show a chain details on SPN.

func NewNetworkCoordinator

func NewNetworkCoordinator() *cobra.Command

NewNetworkCoordinator creates a new coordinator command it contains sub commands to manage coordinator profile.

func NewNetworkCoordinatorSet

func NewNetworkCoordinatorSet() *cobra.Command

NewNetworkCoordinatorSet creates a command to set an information in a coordinator profile.

func NewNetworkCoordinatorShow

func NewNetworkCoordinatorShow() *cobra.Command

NewNetworkCoordinatorShow creates a command to show coordinator information.

func NewNetworkProfile

func NewNetworkProfile() *cobra.Command

NewNetworkProfile returns a new command to show the address profile info on Starport Network.

func NewNetworkProject

func NewNetworkProject() *cobra.Command

NewNetworkProject creates a new project command that holds other subcommands related to launching a network for a project.

func NewNetworkProjectAccount

func NewNetworkProjectAccount() *cobra.Command

NewNetworkProjectAccount creates a new project account command that holds some other sub commands related to account for a project.

func NewNetworkProjectList

func NewNetworkProjectList() *cobra.Command

NewNetworkProjectList returns a new command to list all published Projects on Ignite.

func NewNetworkProjectPublish

func NewNetworkProjectPublish() *cobra.Command

NewNetworkProjectPublish returns a new command to publish a new projects on Ignite.

func NewNetworkProjectShow

func NewNetworkProjectShow() *cobra.Command

NewNetworkProjectShow returns a new command to show published project on Ignite.

func NewNetworkProjectUpdate

func NewNetworkProjectUpdate() *cobra.Command

func NewNetworkRequest

func NewNetworkRequest() *cobra.Command

NewNetworkRequest creates a new approval request command that holds some other sub commands related to handle request for a chain.

func NewNetworkRequestAddAccount

func NewNetworkRequestAddAccount() *cobra.Command

NewNetworkRequestAddAccount creates a new command to send add account request.

func NewNetworkRequestApprove

func NewNetworkRequestApprove() *cobra.Command

NewNetworkRequestApprove creates a new request approve command to approve requests for a chain.

func NewNetworkRequestChangeParam

func NewNetworkRequestChangeParam() *cobra.Command

NewNetworkRequestChangeParam creates a new command to send param change request.

func NewNetworkRequestList

func NewNetworkRequestList() *cobra.Command

NewNetworkRequestList creates a new request list command to list requests for a chain.

func NewNetworkRequestReject

func NewNetworkRequestReject() *cobra.Command

NewNetworkRequestReject creates a new request reject command to reject requests for a chain.

func NewNetworkRequestRemoveAccount

func NewNetworkRequestRemoveAccount() *cobra.Command

NewNetworkRequestRemoveAccount creates a new command to send remove account request.

func NewNetworkRequestRemoveValidator

func NewNetworkRequestRemoveValidator() *cobra.Command

NewNetworkRequestRemoveValidator creates a new command to send remove validator request.

func NewNetworkRequestShow

func NewNetworkRequestShow() *cobra.Command

NewNetworkRequestShow creates a new request show command to show requests details for a chain.

func NewNetworkRequestVerify

func NewNetworkRequestVerify() *cobra.Command

NewNetworkRequestVerify verify the request and simulate the chain.

func NewNetworkReward

func NewNetworkReward() *cobra.Command

NewNetworkReward creates a new chain reward command.

func NewNetworkRewardRelease

func NewNetworkRewardRelease() *cobra.Command

NewNetworkRewardRelease connects the monitoring modules of launched chains with SPN and distribute rewards with chain Relayer.

func NewNetworkRewardSet

func NewNetworkRewardSet() *cobra.Command

NewNetworkRewardSet creates a new chain reward set command to add the chain reward to the network as a coordinator.

func NewNetworkTool

func NewNetworkTool() *cobra.Command

func NewNetworkToolProxyTunnel

func NewNetworkToolProxyTunnel() *cobra.Command

func NewNetworkValidator

func NewNetworkValidator() *cobra.Command

NewNetworkValidator creates a new validator command it contains sub commands to manage validator profile.

func NewNetworkValidatorSet

func NewNetworkValidatorSet() *cobra.Command

NewNetworkValidatorSet creates a command to set an information in a validator profile.

func NewNetworkValidatorShow

func NewNetworkValidatorShow() *cobra.Command

NewNetworkValidatorShow creates a command to show validator information.

func NewNetworkVersion

func NewNetworkVersion() *cobra.Command

NewNetworkVersion creates a new version command to get the version of the plugin The version of the plugin to use to interact with a chain might be specified by the coordinator

Types

type NetworkAddresses

type NetworkAddresses struct {
	NodeAddress   string
	FaucetAddress string
}

type NetworkBuilder

type NetworkBuilder struct {
	AccountRegistry cosmosaccount.Registry
	// contains filtered or unexported fields
}

func (NetworkBuilder) Chain

func (NetworkBuilder) Network

func (n NetworkBuilder) Network(options ...network.Option) (network.Network, error)

type NetworkBuilderOption

type NetworkBuilderOption func(builder *NetworkBuilder)

func CollectEvents

func CollectEvents(ev events.Bus) NetworkBuilderOption

Jump to

Keyboard shortcuts

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